Page 1 of 1

[Fix 11.5.2.4] OSC /scs/fader/master not working

Posted: Wed Oct 26, 2016 6:18 am
by dennis
Hi,

I'm trying to control the master fader of SCS with OSC. However it's not working and in "Test Network Control" SCS shows "Unknown command []". Also tried /fader/master, not working either.
Tested with Version 11.5.2.3 x64. /scs/ctrl/go works.

Attached is a screenshot of a Wireshark Capture and the dissected OSC packet.


Thanks,
Dennis

Re: OSC /scs/fader/master not working

Posted: Wed Oct 26, 2016 3:10 pm
by Mike Daniell
That seems to be a documentation error. Please try /scs/fader/setmaster.

Re: OSC /scs/fader/master not working

Posted: Tue Nov 01, 2016 5:52 am
by dennis
Sorry for the late reply, thought i'd subscribed the topic.

Yes, it's working. Thanks.

I noticed two things, which you might consider changing.
1) The help page ("Production Properties - Cue Control Devices - Network") does not document the fader value range.
2) Fader values < -75.0 are ignored. At first i used the value range -100 to 0.0, then if i rapidly moved the fader on my console the following values were sent to SCS [0.0, -23.0, -57.0, -91.0, -100.0]. Hence the fader in SCS was set to -57.0dB. Once i used -75.0 to 0.0 everything worked as expected.