556 Eos Family Operations Manual
OSC Method Arguments Examples/Comments
(set OSC user ID to 1)
/eos/user=-1
(set OSC user to match con- sole)
/eos/user=0
(set OSC user as background user)
Current User IDOutput – see Implicit OSC Output (on page558) for more information
/eos/out/user number for current OSC user ID
/eos//out/user=1
Command Line
Command line instructions can be sent directly. String substitution with arguments is also allowed.
To add a substitution, add %1 (or %2, %3, etc…) where the number given is the argument number
where the actual value should be found.
For Example:
“Chan %1 At FL”, 101 - Eos will substitute 101 in place of %1, meaning the com-
mand is interpreted as Chan 101 At FL
“Chan %1 At %2”, 75, 50 - Eos will substitute 75 in place of %1 (as it is the first
argument), and 50 in place of %2. The command is interpreted as Chan 75 At 50.
OSC Method Arguments Examples/Comments
Direct commandlineentry
/eos/cmd string with command line text
/eos/cmd=”Chan 1 At 75" (unterminated
command)
/eos/cmd=”Chan 1 At 75#” (terminated
command)
/eos/cmd=”Chan 1 At 75 Enter”
(terminated command)
/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