Files

6 lines
243 B
Lua
Raw Permalink Normal View History

2026-08-14 18:46:33 +02:00
-- MIDI Grid: shift all notes one cell left even if some leave the item
local dir = ({ reaper.get_action_context() })[2]:match("@?(.*[\\/])")
local G = dofile(dir .. "midigrid_lib.lua")
if not G.isActive() then return end
G.runShift(-1, true)