Hello!
Trying to send multiple OSC commands in Canvas but struggling to get my head around it. Would it be the OSC setting of a button or Script?
Thanks!
Hello!
Trying to send multiple OSC commands in Canvas but struggling to get my head around it. Would it be the OSC setting of a button or Script?
Thanks!
The goal is to try and replace my TouchOSC script I use to streamlin soundchekcing our tracks by disabling count in and loops the section
Hey @CharlesM1725, your OSC commands look almost right, there are just a few small typos that prevent it from working as expected:
/settings/countIn false
/setlist/jumpToSong "~~~~~ SOUNDCHECK ~~~~~"
/setlist/jumpToSection "Rhythm GTR"
/loop/enable true
OSC commands in AbleSet are case-sensitive, so the jumptoSong and jumptoSection commands weren’t interpreted correctly. Renaming them to jumpToSong and jumpToSection should do the trick ![]()
Thanks Leo Unfrotunately that hasn’t worked.
Only the first OSC command works even though OSC log shows the others appear to be correct now when sending mutliple commands with 1 button
Single commands do though
I’m having the same issue. With any chain of OSC commands, only the first command works, even though the OSC log show the others appear. And each command works on its own individually. Was there a solution to this?
Hey @SirDandol!
Sorry to hear this is happening.
To help figure out what’s going on, could you share the exact OSC command chain you’re using and which AbleSet version you’re running?
I’m looking forward to your reply!
Thanks! But actually I was able to figure it out myself. I wasn’t adding a “;” at the end of each command. Once I did that everything worked perfectly! Thanks again!
Oh man looks like I was adding a , instead of ;
I wonder if that was my issue too….