Format of vMix control send messages
Posted: Fri Feb 26, 2021 11:13 pm
Hi Mike,
I have recently been playing with triggering vMix from SCS but found that any control send message having multiple parameters would not work if I followed the examples in the SCS documentation. For example the following command:
FUNCTION SetText Input=3 Value=My Replacement Ticker Text
does not work. However, by adding an & before the Value argument, as illustrated in the examples in the TCP API section of the vMix User Guide, the command does work.
FUNCTION SetText Input=3 &Value=My Replacement Ticker Text
I don't know whether I am doing something else wrong, or vMix has changed the format of the commands since you first developed the documentation, but I thought I would let you know in case anyone else encounters the same problem.
Best wishes
Stuart
I have recently been playing with triggering vMix from SCS but found that any control send message having multiple parameters would not work if I followed the examples in the SCS documentation. For example the following command:
FUNCTION SetText Input=3 Value=My Replacement Ticker Text
does not work. However, by adding an & before the Value argument, as illustrated in the examples in the TCP API section of the vMix User Guide, the command does work.
FUNCTION SetText Input=3 &Value=My Replacement Ticker Text
I don't know whether I am doing something else wrong, or vMix has changed the format of the commands since you first developed the documentation, but I thought I would let you know in case anyone else encounters the same problem.
Best wishes
Stuart