Show Control 487
User
Use this command to set the OSC user ID. User 0 represents the background user (used in
Background macros and elsewhere). User -1 represents the current user on the console receiving
OSC commands.
OSC Method Arguments Examples/Comments
/eos/user number for OSC user ID
/eos/user=1
(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 ID Output – see
Implicit OSC Output (on page489)
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.
Example:
“Chan %1 At FL”, 101 - Eos will substitute 101 in place of %1, meaning the
command 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 command line entry
/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)