typo
This commit is contained in:
parent
27f86f7909
commit
6da2b45b05
1 changed files with 2 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue