added osc update at plugin start

Signed-off-by: Ebbe Baß <ebbe.bass>
This commit is contained in:
Ebbe Baß
2024-12-03 23:51:13 +01:00
parent 931ce5443b
commit ebeab56230
+1
View File
@@ -130,6 +130,7 @@ local luaComponentHandle = select(4,...)
function main() function main()
reset_all_leds() reset_all_leds()
callback()
-- Setup hooks for all executors -- Setup hooks for all executors
local pluginHandle = luaComponentHandle:Parent() local pluginHandle = luaComponentHandle:Parent()