OSC cue
Sends an OSC message.
Desktop app only. OSC travels over UDP, and a browser cannot open a UDP socket — nothing on this page works in the web version. The desktop app is on the download page.
Settings
| Setting | What it does |
|---|---|
| Output | Which OSC destination (host and port), configured in the Outputs tab |
| Address | The OSC address pattern, e.g. /lights/scene |
| Arguments | The values sent with it, each typed: int, float, string or bool |
How it runs
Fire and forget: the message goes out and the cue is done.
Invalid without an address, or with no OSC output configured or picked.
The app can also receive OSC to drive playback (GO, stop all, start a cue by number, open a show). That is set up in Settings → Application, and is separate from this cue.
Scripting
duration only. A script cannot change the address or the arguments: by the
time it could run, the message has already gone.