Page 1 of 1

[Fix 11.9.6] Cue Control

Posted: Mon Oct 10, 2022 10:38 am
by ScottT
I am trying out SCS in demo mode connecting it to LightFactory as a localhost ie on the same computer. I have managed to get communications working both ways EXCEPT scsGoTo("x") /ctrl/goto , s x and /cue/go ,s x What I see in the test network control panel is that these commands are received but are marked as an "unknown command".
Are the GoTo commands working correctly, and could there be an issue with the OSC format that I am using?

Re: Cue Control

Posted: Mon Oct 10, 2022 1:24 pm
by Mike Daniell
The command scsGoTo("x") being rejected as an unknown command is a bug. I have now fixed that for the next release, which I expect to issue shortly.

Note that OSC commands are not pure text - they need embedded nulls to align message parts to word boundaries. I don't know if LF sends OSC commands, so I suggest you use the SCS ASCII commands where available.

Re: Cue Control

Posted: Mon Oct 17, 2022 7:40 am
by ScottT
Thank you, Mike, for this clarification.