This commit is contained in:
Rik Berkelder 2025-12-05 02:59:28 +01:00
parent 27f86f7909
commit 6da2b45b05

View file

@ -14,12 +14,10 @@ local first_exec = 181;
-- No need to edit anything underneath this line,
-- unless you want to change how the plugin actually functions
local RB_OSCKeys_map = {}
local RB_OSCKey_map = {}
local function setup()
RB_OSCKeys_map = {}
local obj = Pult():Children()[1]:Children()[2]
obj:Dump()
RB_OSCKey_map = {}
Cmd("Store quickey " .. first_quickey .. " thru " .. first_quickey + 9)
Cmd("Store page " .. exec_page)
Cmd("Assign quickey " .. first_quickey .. " thru " .. first_quickey + 9 .. " at page " .. exec_page .. " exec " .. first_exec .. " thru " .. first_exec + 9)