OUTPUTS

An output is created by right-clicking on the timeline and selecting Add Output Cue.

An output cue is represented by this icon on the timeline. It can be used to send a string message over UDP or TCP.

Alt text


It has the following properties.

Alt text

PROTOCOL

TCP or UDP

ADDRESS

The target IP number for the data.

PORT

Port to use for the transmission.

DATA TO SEND

A string containing the data to send. It supports all the usual backslash and escape sequences and all Unicode characters.

Note: 0xff are ignored.

An output string like “\xaaHej\n\tvärlden!\x10\xff” will turn out as:

0020 aa 48 65 6a 0a 09 76 e4 72 6c 64 65 6e 21 10 ff .Hej..v.rlden!..