Files
midigrid/MidiGrid_RowNext.lua
T

8 lines
277 B
Lua
Raw Normal View History

-- MIDI Grid: next note at this pitch (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.runRowJump(1)