488 Eos Family v2.9.0 Operations Manual
OSC Method Arguments Examples/Comments
/eos/cmd
in-line command line /eos/cmd=”Chan 1 At
arguments
%1#”, 75
(results in command line
“Chan 1 At 75#”
/eos/cmd=”Chan %1 At
%2#”, 1, 75
/eos/cmd/<text>/<text>/<text>/...
in-line command line
arguments (optional)
/eos/cmd/Chan/1/At/75
/eos/cmd/Chan/%1/At/
%2#=1, 75
Clear command line each time
/eos/newcmd
Same behavior as /eos/ cmd,
but it resets the command line
first
Direct event entry
/eos/event
Same behavior as /eos/ cmd,
but treated as con- sole event
/eos/newevent
Same behavior as /eos/ cmd,
but it resets the command line
first
Command Line Output - see
Implicit OSC Output (on the facing page)
for more information
/eos/out/user/<number>/cmd
String with current command
line text for current console
user
/eos/out/cmd
String with current command
line text
Other
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: