630 Eos Apex, Eos Ti, Gio, Gio @5, Ion Xe, Ion Xe 20, and Element 2 User Manual
OSC Method Arguments Examples/Comments
current console user
/eos/out/cmd
String with current
command line text
OSCOther
OSC
Method
Arguments Examples/Comments
/eos/reset
clears any active switches resets all persistent OSC set- tings (like
OSC user ID & wheel modes)
send ALL implicit OSC out- put commands
Explicit OSC Output
OSC outputs exactly like Serial String outputs, but the string must start with an OSC address
(ex: “/ device/fader”).
Optionally, you may add arguments by adding “=” to the string, followed by a comma-
delimited list of arguments.
For example, to send a Playback fire command to a ColorSource AV console:
/cs/playback/1/fire=1 would send “/cs/playback/1/fire” as the command and 1 as the first (and
only) integer argument
Numeric arguments with a decimal are treated as 32-bit floating point numbers. Numeric
arguments without a decimal are treated as 32-bit integer numbers. Non-numeric arguments
are treated as strings.
Examples:
“/device/command” No arguments
“/device/command=1” One integer argument
“/device/command=1.5” One floating point argument
“/device/command=1.5,3.0” Two floating point arguments
“/device/command=1.5,3.0,text” Two floating point arguments, one string argument
Implicit OSC Output
When UDP transmit is enabled, certain OSC commands are sent out as appropriate. These
events are typically generated as the target changes or in response to user input.
OSCCommand Lines
OSCMethod Arguments/Comments
/eos/out/user/<number>/cmd
String argument with current command line text for the current
console user
/eos/out/cmd String argument with current command line text
OSC Settings
OSCMethod Arguments/Comments
/eos/out/user Integer argument with current OSC user ID
/eos/out/wheel Float argument with current OSC wheel mode: 0.0=Coarse, 1.0=Fine
/eos/out/switch Float argument with current OSC wheel mode: 0.0=Coarse, 1.0=Fine