I think I’m missing something here. Probably not formating my OSC strings properly when typing it out whilst programming. Trying to automate Rackspace & Variations based on a timeline.
Read through the OSC documentation on at least 20+ times OSC Messages And was able to get…
…to work properly. So I know OSC is being sent AND received. But I’d LIKE to just shoot straight to the Rackspace & Variations needed. Unfortunately, every permutation of…
/GigPerformer/SwitchToRackSpace Rack_A:Var_2
…I’ve tried is not working. I know it’s probably something simple & I’m just too boneheaded to get it. What am I missing?
Meaning you can pass one or two parameters to this OSC message. The first parameter can either be the name of a rackspace or its index number starting from 0. The second one, if there, is the variation index where the first variation would be 0
Thank you both, your replies got me thinking about it. And working through & checking my OSC syntax. @pianopaul solution required 2 commands which DID work…kinda! And was actually the smoking gun.
So I WAS setting up to rewrite my commands. Got distracted by a phone call, walked away from my desk. Saw @dhj replied as well, read it.
When I came back to my desk, neglected to remember where I was in the process. Ya ever forget? Happened to me.
Absentmindedly wrote out @dhj solution <String | number> (minus the colon I had added for whatever reason)
…it worked, first try!
Come to find out, I had written
/GigPerformer/SwitchToRack
already from the first part of @pianopaul solution to switch the appropriate Rack…
Going over the syntax further. Noticed that I was just “Rack” instead of “RackSpace”. Changed it to “RackSpace”…It failed.
Changed it back to just
/GigPerformer/SwitchToRack<String | number>
And it worked perfectly.
I’ve tried it with my WHOLE automated timeline. Works flawlessly.
Not going to argue with results! Just to note then, That some of the OSC Syntax in OSC Messages on the Gig Performer 4.x User Manual could use some looking at. Might be time to revise or release a 5.x version
But…Hey I’ll take it!
Wanted to let you guys know, it was a happenstance mishmash of your replies.