- Set API output 1 to internal Javascript. no IP, no Port.
- Set all following API outputs to IP and port according to requirements
- Set Cue API output to output 1
- Set all following outputs to IP and port according to requirements
Now use the following script inside the Cue (example):
function onCue()
{
Pixera.Network.getConveyor("Output 2").sendString("Hello 2");
Pixera.Network.getConveyor("Output 3").sendString("Hello 3");
Pixera.Network.getConveyor("Output 4").sendString("Hello 4");
}