Anybody an idea about how to set and change the playback rate for cues over OSC?
Thankls
Peter
Which console?
In this case that would be NoMad (or Ion).
You can send:
/eos/newcmd=Cue %1 Rate %2 Enter, 1, 20
to change the rate for a specific cue.
%1 = first argument (in this case, 1)
%2 = second argument (in this case 20)
So the command line ends up as "Cue 1 Rate 20#"
Great! Thanks!
But my last hope: Is there a way to set the rate for the running cue? Or do you need to get the cue number for that and use that in your command?
By the way, the syntax with the % doesn’t work for me If I send it from a Max messagebox. It gives an error in the command Iine.