2026-08-24 01:15:57 +02:00
|
|
|
-- MIDI Grid: next note anywhere (pass-through when grid mode is off)
|
|
|
|
|
local dir = ({ reaper.get_action_context() })[2]:match("@?(.*[\\/])")
|
|
|
|
|
local G = dofile(dir .. "midigrid_lib.lua")
|
|
|
|
|
|
|
|
|
|
if not G.isActive() then G.passThrough("_OSARA_NEXTCHORD") return end
|
|
|
|
|
|
|
|
|
|
G.runNoteJump(1)
|