From 6da2b45b05e04ab16e71ec263509c6350f635e0a Mon Sep 17 00:00:00 2001 From: RikSolo Date: Fri, 5 Dec 2025 02:59:28 +0100 Subject: [PATCH] typo --- OSC Keys/RB_OSC_Keys_v0.1.lua | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/OSC Keys/RB_OSC_Keys_v0.1.lua b/OSC Keys/RB_OSC_Keys_v0.1.lua index f8a22d0..f339afd 100644 --- a/OSC Keys/RB_OSC_Keys_v0.1.lua +++ b/OSC Keys/RB_OSC_Keys_v0.1.lua @@ -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)