Select your language
Triggers

OSC Examples

Setuptriggersoscexamples

The OSC Examples section of the Triggers tab, lists all of the OSC commands that ZerOS can receive.

Commands can be received as a string, as an argument (with or without quotes) or combined. For example, the following commands would all trigger Cue 5 of Playback 1:

  • /zeros/cue/go/1/5
  • /zeros/cue/go/1 “5”
  • /zeros/cue/go “1”,“5”
  • /zeros/cue/go “1/5”


The below table lists all available commands. Where alternative "shorthand" commands are listed in the same cell, these are interchangeable - made available to speed up programming. For example "/zeros/cue/go" and "/lx/q/go" have identical functionality - the first being easier to read, and second being quicker to type.

Osc Commands

Find out about the types of OSC messages...

Cue

Osccues

Playback

Oscplayback

Macros, Grand Master & Blackout

Oscother

Unsupported Commands


Time tag

OSC allows for time tags within “bundles” of messages. ZerOS only supports bundles of messages with the time value of “immediately”. If a timestamp is present, ZerOS will ignore the WHOLE message and not run the command.


Wildcards

OSC allows for wildcards. ZerOS does not support wildcards. If a wildcard is present, ZerOS will ignore the WHOLE message and not run the command.