OSC Dictionary

This page contains reference tables of all Eos OSC address pattern formats and key names, under the following categories:

OSC Inputs

Supported address patterns for OSC input to Eos.

OSC Outputs

Supported address patterns for OSC output from Eos.

OSC Eos Keys

Supported Eos key names for use in OSC messages.

OSC Inputs

Address patterns in shaded rows can also start with /eos/user/<number> instead of /eos to direct the command to a specific Eos User ID. Any number from 0 to 99 can be used when specifying a user via OSC; if the user number is not present on the Host device, a virtual OSC user is created. Once a user is set via OSC, it remains as specified until changed again.

If a user ID is not specified, the command defaults to the current Eos user. You can use /eos/user/-1 to revert from a virtual OSC user back to the default.

Address Pattern Arguments Examples Notes
/eos/active/switch/coarse/<index>=<level> <index>: Int, 1-based index referencing the list of current parameters for the selected channel(s).

<level>: Int, number of coarse wheel ticks to continuously change the parameter by.
/eos/active/switch/coarse/1=2.0 - Increases the parameter indexed by 1 (likely intensity) by 2 coarse wheel ticks continuously.

Eos will send the parameter name and current value for each active parameter, so that the wheels on your OSC-enabled device may be labeled appropriately.

Switch is a variant of Wheel with the added functionality of continuously repeating wheel ticks until a subsequent OSC switch command sets the wheel ticks to zero.
/eos/active/switch/fine/<index>=<level> <index>: Int, 1-based index referencing the list of current parameters for the selected channel(s).

<level>: Int, number of fine wheel ticks to continuously change the parameter by.
/eos/active/switch/fine/1=2.0 - Increases the parameter indexed by 1 (likely intensity) by 2 fine wheel ticks continuously.

Eos will send the parameter name and current value for each active parameter, so that the wheels on your OSC-enabled device may be labeled appropriately.

Switch is a variant of Wheel with the added functionality of continuously repeating wheel ticks until a subsequent OSC switch command sets the wheel ticks to zero.
/eos/active/wheel/coarse/<index>=<level> <index>: Int, 1-based index referencing the list of current parameters for the selected channel(s).

<level>: Int, number of coarse wheel ticks to change the parameter by.
/eos/active/wheel/coarse/1=2.0 - Increases the parameter indexed by 1 (likely intensity) by 2 coarse wheel ticks.

Eos will send the parameter name and current value for each active parameter, so that the wheels on your OSC-enabled device may be labeled appropriately.
/eos/active/wheel/fine/<index>=<level> <index>: Int, 1-based index referencing the list of current parameters for the selected channel(s).

<level>: Int, number of fine wheel ticks to change the parameter by.
/eos/active/wheel/fine/1=2.0 - Increases the parameter indexed by 1 (likely intensity) by 2 fine wheel ticks.

Eos will send the parameter name and current value for each active parameter, so that the wheels on your OSC-enabled device may be labeled appropriately.
/eos/active/wheel/<index>=<level> <index>: Int, 1-based index referencing the list of current parameters for the selected channel(s).

<level>: Int, number of wheel ticks to change the parameter by.
/eos/active/wheel/1=2.0 - Increases the parameter indexed by 1 (likely intensity) by 2 wheel ticks.

/eos/active/wheel/1=-2.0 - Decreases the parameter indexed by 1 (likely intensity) by 2 wheel ticks.

Eos will send the parameter name and current value for each active parameter, so that the wheels on your OSC-enabled device may be labeled appropriately.

Defaults to Coarse mode, but wheel mode can be changed with the /eos/wheel command.
/eos/active/switch/<index>=<level> <index>: Int, 1-based index referencing the list of current parameters for the selected channel(s).

<level>: Int, number of coarse wheel ticks to continuously change the parameter by.
/eos/active/switch/1=2.0 - Increases the parameter indexed by 1 (usually intensity) by 2 wheel ticks continuously.

/eos/active/switch/1=-2.0 - Decreases the parameter indexed by 1 (usually intensity) by 2 wheel ticks continuously.

/eos/active/switch/1=0 - Stops the continous change in the parameter indexed by 1.

Eos will send the parameter name and current value for each active parameter, so that the wheels on your OSC-enabled device may be labeled appropriately.

Switch is a variant of Wheel with the added functionality of continuously repeating wheel ticks until a subsequent OSC switch command sets the wheel ticks to zero.

Defaults to Coarse mode, but wheel mode can be changed with the /eos/switch command.
/eos/addr=<address>

/eos/addr/<address>=<level>

/eos/addr/<address>/dmx=<dmx level>
<address>: Int. The absolute address to select.

<level>: Float, 0.0-100.0. Useful for mappinig to an OSC fader.

<dmx level>: Int, 0-255.
/eos/addr=513 - Selects Address 513 (2/1).

/eos/addr/513=100 - Sets Address 513 to output 100%.

/eos/addr/513/dmx=255 - Sets Address 513 to output a DMX value of 255.

While addresses are on the OSC command line, they are parked.
/eos/at/+%

/eos/at/+%=<button edge>
<button edge>: Float. 1.0=down (default), 0.0=up. Optional to specify a button edge.
/eos/at/+% - Adjusts the currently selected params by +%, according to its setting.

Adjusts the current selection by +%, as specified in Setup.
/eos/at/-%

/eos/at/-%=<button edge>
<button edge>: Float. 1.0=down (default), 0.0=up. Optional to specify a button edge.
/eos/at/-% - Adjusts the currently selected params by -%, according to its setting.

Adjusts the current selection by -%, as specified in Setup.
/eos/at/full

/eos/at/full=<button edge>
<button edge>: Float. 1.0=down (default), 0.0=up. Optional to specify a button edge.
/eos/at/full - Sets the currently selected params to their Full levels.

Sets the current selection to their Full levels.
/eos/at/home

/eos/at/home=<button edge>
<button edge>: Float. 1.0=down (default), 0.0=up. Optional to specify a button edge.
/eos/at/home - Sets the currently selected params to their Home levels.

Sets the current selection to their Home levels.
/eos/at/level

/eos/at/home=<button edge>
<button edge>: Float. 1.0=down (default), 0.0=up. Optional to specify a button edge.
/eos/at/level - Sets the currently selected params to the Level value.

Sets the current selection to the Level value, as specified in Setup.
/eos/at/max

/eos/at/max=<button edge>
<button edge>: Float. 1.0=down (default), 0.0=up. Optional to specify a button edge.
/eos/at/max - Sets the currently selected params to their Maximum levels.

Sets the current selection to their Maximum levels.
/eos/at/min

/eos/at/min=<button edge>
<button edge>: Float. 1.0=down (default), 0.0=up. Optional to specify a button edge.
/eos/at/min - Sets the currently selected params to their Minimum levels.

Sets the current selection to their Minimum levels.
/eos/at/out

/eos/at/out=<button edge>
<button edge>: Float. 1.0=down (default), 0.0=up. Optional to specify a button edge.
/eos/at/out - Sets the currently selected params to Out.

Sets the current selection to Out.
/eos/at/remdim

/eos/at/remdim=<button edge>
<button edge>: Float. 1.0=down (default), 0.0=up. Optional to specify a button edge.
/eos/at/remdim - Dims all other unselected channels.

Dims all channels that aren't in the current selection.
/eos/at/<level>

/eos/at/dmx=<dmx level>
<level>: Float, 0.0-100.0.

<dmx level>: Int, 0-255.
/eos/at=75 - Sets the currently selected params to 75. Useful for mapping to an OSC fader.

/eos/at/dmx=128 - Sets the currently selected params to output a DMX value of 128.

/eos/pan/at/10 - Sets the current selection's Pan parameter to a value of 10.

Sets the current selection to the specified level.

Multiple parameters can be targeted in any /eos/at/ method by listing each one as <param1>/<param2>/....
/eos/bp/fire=<index>

/eos/bp/<index>/fire=<button edge>
<index>: Beam palette number to fire.

<button edge>: Float, 1.0=down (default), 0.0=up. Optional param to specify button edge.
/eos/bp/fire=1 - Runs Beam Palette 1.

/eos/bp/1/fire - Runs Beam Palette 1.

Fires (executes) beam palettes.
/eos/bp=<index> <index>: Beam palette to select.
/eos/bp=1 - Selects Beam Palette 1.

Use to select beam palettes.
/eos/chan/<chan>/color/hs=<hue>, <saturation> <chan>: Channel number.

<hue>: Float, 0.0-360.0.

<saturation>: Float, 0.0-100.0.
/eos/chan/1/color/hs=330.0, 75.0 - Chan 1 set to pink color with 75% saturation.

Changes the given <chan> to the specified color.
/eos/chan/<chan>/color/hsxy=<x>, <y> <chan>: Channel number.

<x>: Float, 0.0-1.0.

<y>: Float, 0.0-1.0.
/eos/chan/1/color/hsxy=0.82, 0.31 - Chan 1 set to pink color with 75% saturation.

Changes the given <chan> to the specified color.

For simulating the Hue/Saturation wheel in a 2D XY graph where bottom-left corner is (0.0, 0.0) and top-right corner is (1.0, 1.0).
/eos/chan/<chan>/color/rgb=<red>, <green>, <blue> <chan>: Channel number.

<red>: Float, 0.0-1.0.

<green>: Float, 0.0-1.0.

<blue>: Float, 0.0-1.0.
/eos/chan/1/color/rgb=1.0, 0.25, 0.63 - Chan 1 set to pink color with 75% saturation.

Changes the given <chan> to the specified color.
/eos/chan/<chan>/color/xy=<x>, <y> <chan>: Channel number.

<x>: Float, 0.0-1.0.

<y>: Float, 0.0-1.0.
/eos/chan/1/color/xy=0.464, 0.254 - Chan 1 set to pink color with 75% saturation.

Changes the given <chan> to the specified color.

For setting (x, y) chromaticity point in the CIE 1931 xyY color space.
/eos/chan/<chan>/color/xyz=<x>, <y>, <z> <chan>: Channel number.

<x>: Float, 0.0-1.0.

<y>: Float, 0.0-1.0.

<z>: Float, 0.0-1.0.
/eos/chan/1/color/xyz=0.851, 0.466, 0.516 - Chan 1 set to pink color with 75% saturation.

Changes the given <chan> to the specified color.

For setting(X, Y, Z) color point in XYZ color space.
/eos/chan/<chan>/pantilt = < x>, <y> <chan>: Channel number.

<x>: Float, 0.0-1.0.

<y>: Float, 0.0-1.0.
/eos/chan/1/pantilt/xy=0.5, 0.5 - Sets Chan 1's pan and tilt to (0,0) on the Pan/Tilt graph.

For 2D Pan/Tilt graph where bottom-left corner is (0.0, 0.0) and top-right corner is (1.0, 1.0).
/eos/chan/<chan>/+%

/eos/chan/1/param/<param>/+%

/eos/chan/<chan>/+%=<button edge>

/eos/chan/1/param/<param>/+%=<button edge>
<chan>: Channel number.

<param>: Parameter name as a string.

<button edge>: Float, 1.0=down (default), 0.0=up. Optional param to specify button edge.
/eos/chan/1/+% - Adjusts Chan 1's intensity by +%, as specified in Setup.

/eos/chan/1/param/pan/+% - Adjusts Chan 1's Pan parameter by +%, as specified in Setup.

Adjusts the channel specified by <chan>'s <param> by +%, as specified in Setup.

If no <param> is given, Intensity will be affected.
/eos/chan/<chan>/-%

/eos/chan/1/param/<param>/-%

/eos/chan/<chan>/-%=<button edge>

/eos/chan/1/param/<param>/-%=<button edge>
<chan>: Channel number.

<param>: Parameter name as a string.

<button edge>: Float, 1.0=down (default), 0.0=up. Optional param to specify button edge.
/eos/chan/1/-% - Adjusts Chan 1's intensity by -%, as specified in Setup.

/eos/chan/1/param/pan/-% - Adjusts Chan 1's Pan parameter by -%, as specified in Setup.

Adjusts the channel specified by <chan>'s <param> by -%, as specified in Setup.

If no <param> is given, Intensity will be affected.
/eos/chan/<chan>/full

/eos/chan/1/param/<param>/full

/eos/chan/<chan>/full=<button edge>

/eos/chan/1/param/<param>/full=<button edge>
<chan>: Channel number.

<param>: Parameter name as a string.

<button edge>: Float, 1.0=down (default), 0.0=up. Optional param to specify button edge.
/eos/chan/1/full - Sets Chan 1's intensity to its Full value.

/eos/chan/1/param/pan/full - Sets Chan 1's Pan parameter to its Full value.

Sets the channel specified by <chan>'s <param> to its Full value.

If no <param> is given, Intensity will be affected.
/eos/chan/<chan>/home

/eos/chan/1/param/<param>/home

/eos/chan/<chan>/home=<button edge>

/eos/chan/1/param/<param>/home=<button edge>
<chan>: Channel number.

<param>: Parameter name as a string.

<button edge>: Float, 1.0=down (default), 0.0=up. Optional param to specify button edge.
/eos/chan/1/home - Sets Chan 1's intensity to its Home value.

/eos/chan/1/param/pan/home - Sets Chan 1's Pan parameter to its Home value.

Sets the channel specified by <chan>'s <param> to its Home value.

If no <param> is given, Intensity will be affected.
/eos/chan/<chan>/level

/eos/chan/1/param/<param>/level

/eos/chan/<chan>/level=<button edge>

/eos/chan/1/param/<param>/level=<button edge>
<chan>: Channel number.

<param>: Parameter name as a string.

<button edge>: Float, 1.0=down (default), 0.0=up. Optional param to specify button edge.
/eos/chan/1/level - Sets Chan 1's intensity to Level, as specified in Setup.

/eos/chan/1/param/pan/level - Sets Chan 1's Pan parameter to Level, as specified in Setup.

Sets the channel specified by <chan>'s <param> to Level, as specified in Setup.

If no <param> is given, Intensity will be affected.
/eos/chan/<chan>/max

/eos/chan/1/param/<param>/max

/eos/chan/<chan>/max=<button edge>

/eos/chan/1/param/<param>/max=<button edge>
<chan>: Channel number.

<param>: Parameter name as a string.

<button edge>: Float, 1.0=down (default), 0.0=up. Optional param to specify button edge.
/eos/chan/1/max - Sets Chan 1's intensity to its maximum value.

/eos/chan/1/param/pan/max - Sets Chan 1's Pan parameter to its maximum value.

Sets the channel specified by <chan>'s <param> to its maximum value.

If no <param> is given, Intensity will be affected.
/eos/chan/<chan>/min

/eos/chan/1/param/<param>/min

/eos/chan/<chan>/min=<button edge>

/eos/chan/1/param/<param>/min=<button edge>
<chan>: Channel number.

<param>: Parameter name as a string.

<button edge>: Float, 1.0=down (default), 0.0=up. Optional param to specify button edge.
/eos/chan/1/min - Sets Chan 1's intensity to its minimum value.

/eos/chan/1/param/pan/min - Sets Chan 1's Pan parameter to its minimum value.

Sets the channel specified by <chan>'s <param> to its minimum value.

If no <param> is given, Intensity will be affected.
/eos/chan/<chan>/out

/eos/chan/1/param/<param>/out

/eos/chan/<chan>/out=<button edge>

/eos/chan/1/param/<param>/out=<button edge>
<chan>: Channel number.

<param>: Parameter name as a string.

<button edge>: Float, 1.0=down (default), 0.0=up. Optional param to specify button edge.
/eos/chan/1/out - Sets Chan 1's intensity to Out.

/eos/chan/1/param/pan/out - Sets Chan 1's Pan parameter to its Out value.

Sets the channel specified by <chan>'s <param> to Out.

If no <param> is given, Intensity will be affected.
/eos/chan/<chan>/remdim

/eos/chan/<chan>/remdim=<button edge>
<button edge>: Float, 1.0=down (default), 0.0=up. Optional param to specify button edge.
/eos/chan/1/remdim - Dims all channels to their RemDim state except Chan 1.

Dims all channels except the specified <chan>.
/eos/chan/<chan>=<level>

/eos/chan/<chan>/param/<param>=<level>

/eos/chan/<chan>/dmx=<dmx level>

/eos/chan/<chan>/param/<param>/dmx=<dmx level>
<chan>: Channel number.

<param>: Parameter name as a string.

<level>: Float, 0.0-100.0.

<dmx level>: Int, 0-255.
/eos/chan/1=50 - Sets Chan 1's Intensity to 50.

/eos/chan/1/param/pan=50 - Sets Chan 1's Pan to 50.

/eos/chan/1/param/tilt/dmx=128 - Sets Chan 1's Tilt to output a DMX value of 128.

Sets the specified <chan>'s <param> to the specified level.

Levels can be set directly or as a DMX output value.

If no <param> is given, Intensity will be affected.

Multiple parameters can be targeted by listing each one as <param1>/<param2>/... This works for all /eos/chan/ methods.
/eos/chan/<chan>/xyz = <x>, <y>, <z> <chan>: Channel number.

<x>: Float, Any number, in decimal meters.

<y>: Float, Any number, in decimal meters.

<z>: Float, Any number, in decimal meters.
/eos/chan/1/xyz/=1, 1, 1 - Sets Chan 1's focus to XYZ coordinates (1, 1, 1).

Sets XYZ position of selected channel according to Augment3d data.

OSC XYZ coordinates are measured in decimal meters, regardless of the unit selected in Setup > System Settings > Augment3d.

Channels can be focused this way regardless of whether they have XYZ Format enabled.
/eos/chan=<chan> <chan>: Channel number.
/eos/chan=1 - Selects Channel 1.

Use to select channels.
/eos/cmd=<command> <command>: String with command line text.
/eos/cmd="Chan 1 At 75" - unterminated command.

/eos/cmd="Chan 1 At 75#" - Eos interprets the "#" as a command termination.

/eos/cmd="Chan 1 At 75 Enter" - Another terminated command.

/eos/cmd="Chan %1 At FL", 101 - Eos will substitute 101 in place of %1, meaning the command is interpreted as "Chan 101 At FL".

/eos/cmd="Chan %1 At %2", 75, 50 - Eos will substitute 75 in place of %1 and 50 in place of %2, meaning the command is interpreted as "Chan 75 At 50".

/eos/cmd/Chan/1/At/75 - Another way to format commands.

/eos/cmd/Chan/%1/At/%2#=1, 75 - Eos will substitute the arguments and interpret this as "Chan 1 At 75#".

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.
/eos/color/hs=<hue>, <saturation> <hue>: 0.0-360.0.

<saturation>: 0.0-100.0.
/eos/color/hs=330.0, 75.0 - pink color with 75% saturation.

Changes the current selection on the command line to the specified color.
/eos/color/hsxy=<x>, <y> <x>: 0.0-1.0.

<y>: 0.0-1.0.
/eos/color/hsxy=0.82, 0.31 - pink color with 75% saturation.

Changes the current selection on the command line to the specified color.

For simulating the Hue/Saturation wheel in a 2D XY graph where bottom-left corner is (0.0, 0.0) and top-right corner is (1.0, 1.0).
/eos/color/rgb=<red>, <green>, <blue> <red>: 0.0-1.0.

<green>: 0.0-1.0.

<blue>: 0.0-1.0.
/eos/color/rgb=1.0, 0.25, 0.63 - pink color with 75% saturation.

Changes the current selection on the command line to the specified color.
/eos/color/xy=<x>, <y> <x>: 0.0-1.0.

<y>: 0.0-1.0.
/eos/color/xy=0.464, 0.254 - pink color with 75% saturation.

Changes the current selection on the command line to the specified color.

For setting (x, y) chromaticity point in the CIE 1931 xyY color space.
/eos/color/xyz=<x>, <y>, <z> <x>: 0.0-1.0.

<y>: 0.0-1.0.

<z>: 0.0-1.0.
/eos/color/xyz=0.851, 0.466, 0.516 - pink color with 75% saturation.

Changes the current selection on the command line to the specified color.

For setting (X, Y, Z) color point in XYZ color space.
/eos/cp/fire=<index>

/eos/cp/<index>/fire=<button edge>
<index>: Color palette number to fire.

<button edge>: Float, 1.0=down (default), 0.0=up. Optional param to specify button edge.
/eos/cp/fire=1 - Runs Color Palette 1.

/eos/cp/1/fire - Runs Color Palette 1.

Fires (executes) color palettes.
/eos/cp=<index> <index>: Color palette to select.
/eos/cp=1 - Selects Color Palette 1.

Use to select color palettes.
/eos/cue/fire=<cue number>

/eos/cue/<cue number>/fire

/eos/cue/<list number>/<cue number>/fire

/eos/cue/<list number>/<cue number>/<part number>/fire
<list number>: Cue list to target.

<cue number>: Cue number to fire.

<part number>: Cue part to fire.

<button edge>: Float, 1.0=down (default), 0.0=up. Optional param to specify button edge.
/eos/cue/fire=1 - Runs Cue 1 in the current Cue List.

/eos/cue/1.5/fire - Runs Cue 1.5 in the current Cue List.

/eos/cue/1/1.5/fire - Runs Cue 1.5 in Cue List 1.

/eos/cue/1/1.5/2/fire - Runs Cue 1.5 Part 2 in Cue List 1.

Use to run Cues.
/eos/cue=<cue number>

/eos/cue/<list number>=<cue number

/eos/cue/<list number>/<cue number>=<part number>
<list number>: Cue list to target.

<cue number>: Cue number to fire.

<part number>: Cue part to fire.
/eos/cue=1.5 - Selects Cue 1.5.

/eos/cue/1=1.5 - Selects Cue 1.5 in Cue List 1.

/eos/cue/1/1.5=2 - Selects Cue 1.5 Part 2 in Cue List 1.

Use to select Cues. If a <list number> is given, index is the cue to select within that list. If a <list number> and a <cue number> are provided, index is the cue part to select within that list and cue.
/eos/cuelist/<index>/config/<list number>/<num prev cues>/<num pending cues>

/eos/cuelist/<index>/config/<list number>/<num prev cues>/<num pending cues>/<offset>
<index>: Int, the OSC fader bank to reset.

<list number>: Int, the OSC cue list number to create.

<num prev cues>: Int, how many rows to display before the current cue.

<num pending cues>: Int, how many rows to display after the current cue.

<offset>: Int, 0-based index into the entire cue list, where each cue counts as one item and each cue part counts as one item.
/eos/cuelist/1/config/2/3/6 - create OSC cue list bank #1 for cue list 2, showing 3 previous cues, the current cue, and 6 pending cues.

/eos/cuelist/1/config/2/3/6/10 - create OSC cue list bank #1 for cue list 2, showing 3 previous cues, the current cue, and 6 pending cues, starting at offset 10 into the cue list.

Eos will send the cue list label and cue information for all OSC cue list banks.
/eos/cuelist/<index>/page/<delta> <index>: Int, the OSC fader bank to reset.

<delta>: Int, how many rows to move.
/eos/cuelist/1/page/1 - page OSC cue list bank down 1 row.

/eos/cuelist/1/page/-1 - page OSC cue list bank up 1 row.

/eos/cuelist/1/page/0 - jump back to the current cue and follow it.

Pages OSC cue list specified by <index> up or down by <delta> rows.

Use /page/0 to jump back to the current cue and follow it.

This only shifts the view, it does not play back cues.
/eos/cuelist/<index>/reset <index>: Int, the OSC cue list to reset.
/eos/cuelist/1/reset - resets all configuration on OSC cue list bank 1.

Resets the specified OSC cue list bank as specified by <index>.
/eos/cuelist/<index>/select/<cue number> <index>: Int, the OSC fader bank to reset.

<cue number>: Cue number to jump to.
/eos/cuelist/1/select/100.4 - jump OSC cue list bank 1 to cue 100.4.

Use to jump to a specified cue on the OSC cue list bank.
/eos/cues/<index>/fire

/eos/cues/fire

/eos/cues/fire=<button edge>

/eos/cues/<index>/fire=<button edge>
<index>: Cue list index.

<button edge>: Float, 1.0=down (default), 0.0=up. Optional param to specify button edge.
/eos/cues/2/fire - Fires Cue List 2, like [Go].

Used to play back a cue list specified by <index>. If no <index> is given, it will fire the Cue List on the main playback.
/eos/cues/<index>/stop

/eos/cues/stop

/eos/cues/stop=<button edge>

/eos/cues/<index>/stop=<button edge>
<index>: Cue list index.

<button edge>: Float, 1.0=down (default), 0.0=up. Optional param to specify button edge.
/eos/cues/2/stop - Stops an active fade in Cue List 2, or goes back a cue if not fading.

Used to stop or go back in the cue list specified by <index>. If no <index> is given, it will use the Cue List on the main playback.
/eos/cues/<index>

/eos/cues=<index>

/eos/cues/<index>=<button edge>
<index>: The cue list number to select.

<button edge>: Float, 1.0=down (default), 0.0=up. Optional param to specify button edge.
/eos/cues/2 - Selects Cue List 2.

/eos/cues=2 - Selects Cue List 2.

Used to select Cue Lists.
/eos/curve=<index>

/eos/curve/<index>=<button edge>
<index>: Curve number to select.

<button edge>: Float, 1.0=down (default), 0.0=up. Optional param to specify button edge.
/eos/curve=901 - Selects Curve 901.

/eos/curve/901 - Selects Curve 901.

Use to select curves.
/eos/ds/<index>/page/<delta> <index>: Int, the OSC direct select bank to target.

<delta>: Int, how many pages to move.
/eos/ds/1/page/1 - page OSC direct select bank 1 down by 1.

/eos/cuelist/1/page/-1 - page OSC direct select bank 1 up by 1.

/eos/ds/1/page/10 - page OSC direct select bank 1 down by 10.

Pages OSC direct select bank specified by <index> up or down by <delta> buttons.
/eos/ds/<index>/<target type>/<button count>

/eos/ds/<index>/<target type>/flexi/<button count>

/eos/ds/<index>/<target type>/<page number>/<button count>

/eos/ds/<index>/<target type>/flexi/<page number>/<button count>
<index>: Int, the OSC direct select bank to target.

<target type>: Any of the following: Chan, Group, Macro, Sub, Preset, IP (Intensity Palette), FP (Focus Palette), CP (Color Palette), BP (Beam Palette), MS (Magic Sheet), Curve, Snap (Snapshot), FX (Effects), Pixmap, Scene.

<button count>: Int, how many buttons to create this direct select page with.

<page number>: Int, the direct select page number to target.
/eos/ds/1/bp/10 - create OSC direct select bank #1 with 10 Beam Palette buttons.

/eos/ds/1/macro/flexi/10 - create OSC direct select bank #1 with 10 Macro buttons in Flexi mode.

/eos/ds/1/chan/3/10 - create OSC direct select bank #1 with 10 Channels on page 3. Can also be used to quick jump to a specific page.

/eos/ds/1/fx/flexi/3/10 - create OSC direct select bank #1 with 10 Effect buttons on page 3, in flexi mode. Can also be used to quick jump to a specific page.

OSC direct selects are virtual buttons and are mapped separately than direct selects visible on the console. To use direct selects, you must first send one of the direct select creation commands. Direct selects are mapped as a single target type.

Eos will send the description and button labels for all OSC direct selects.
/eos/event=<command> <command>: String with command line text.
/eos/event="Chan 1 At 75#" - Terminated command that is interpreted as a console event (like macros that fire outside of the command line.).

Same behavior as /eos/cmd, but treated as a console event.
/eos/fader/<index>/<fader index>/+%

/eos/fader/<index>/<fader index>/+%=<button edge>
<index>: Int, 1-based index of any existing OSC fader bank. Use 0 to reference the master fader.

<fader index>: Int, index of the fader you wish to target in fader bank <index>.

<button edge>: Float, 1.0=down (default), 0.0=up. Optional param to specify button edge.
/eos/fader/1/2/+% - Adjusts Fader 2 in OSC fader bank #1 by +%, as specified in Setup.

Adjusts the given <fader index> in OSC fader bank <index> by +%, as specified in Setup.
/eos/fader/<index>/<fader index>/-%

/eos/fader/<index>/<fader index>/-%=<button edge>
<index>: Int, 1-based index of any existing OSC fader bank. Use 0 to reference the master fader.

<fader index>: Int, index of the fader you wish to target in fader bank <index>.

<button edge>: Float, 1.0=down (default), 0.0=up. Optional param to specify button edge.
/eos/fader/1/2/-% - Adjusts Fader 2 in OSC fader bank #1 by -%, as specified in Setup.

Adjusts the given <fader index> in OSC fader bank <index> by -%, as specified in Setup.
/eos/fader/<index>/config/<fader count>

/eos/fader/<index>/config/<page number>/<fader count>
<index>: Int, 1-based index of any OSC fader bank you wish to create. Use 0 to reference the master fader.

<fader count>: Int, how many faders to include on a page.
/eos/fader/1/config/10 - create OSC fader bank #1 with 10 faders. (OSC Fader 1/1 is the same as console fader 1/1).

/eos/fader/1/config/2/10 - create OSC fader bank #1 with 10 faders on page 2. Can also be used to quick jump to a specific page if already created. OSC Fader 2/1 (Fader 11) is the same as console fader 2/1.

Fader banks share fader mapping with Eos, but since an OSC Fader Bank can have any number of faders per page, the paging will be different. Like Direct Selects, you must first send one of the OSC Fader Bank creation commands before the fader pages will work. Faders will be mapped to the same fader number as Eos.
/eos/fader/<index>/<fader index>/fire

/eos/fader/<index>/<fader index>/fire=<button edge>
<index>: Int, 1-based index of any existing OSC fader bank. Use 0 to reference the master fader.

<fader index>: Int, index of the fader you wish to target in fader bank <index>.

<button edge>: Float, 1.0=down (default), 0.0=up. Optional param to specify button edge.
/eos/fader/1/2/fire - Fires Fader 2 in OSC fader bank #1.

Fires the given <fader index> in OSC fader bank <index>.
/eos/fader/<index>/<fader index>/home

/eos/fader/<index>/<fader index>/home=<button edge>
<index>: Int, 1-based index of any existing OSC fader bank. Use 0 to reference the master fader.

<fader index>: Int, index of the fader you wish to target in fader bank <index>.

<button edge>: Float, 1.0=down (default), 0.0=up. Optional param to specify button edge.
/eos/fader/1/2/home - Sets Fader 2 in OSC fader bank #1 to its Home value.

Sets the given <fader index> in OSC fader bank <index> to its Home value.
/eos/fader/<index>/<fader index>/level

/eos/fader/<index>/<fader index>/level=<button edge>
<index>: Int, 1-based index of any existing OSC fader bank. Use 0 to reference the master fader.

<fader index>: Int, index of the fader you wish to target in fader bank <index>.

<button edge>: Float, 1.0=down (default), 0.0=up. Optional param to specify button edge.
/eos/fader/1/2/level - Sets Fader 2 in OSC fader bank #1 to Level, as specified in Setup.

Sets the given <fader index> in OSC fader bank <index> to Level, as specified in Setup.
/eos/fader/<index>/<fader index>/load

/eos/fader/<index>/<fader index>/load=<button edge>
<index>: Int, 1-based index of any existing OSC fader bank. Use 0 to reference the master fader.

<fader index>: Int, index of the fader you wish to target in fader bank <index>.

<button edge>: Float, 1.0=down (default), 0.0=up. Optional param to specify button edge.
/eos/fader/1/2/load - Loads Fader 2 in OSC fader bank #1.

Loads the given <fader index> in OSC fader bank <index>. Use when content is on the command line that you wish to load to a specific fader.
/eos/fader/<index>/<fader index>/max

/eos/fader/<index>/<fader index>/max=<button edge>

/eos/fader/<index>/<fader index>/full

/eos/fader/<index>/<fader index>/full=<button edge>
<index>: Int, 1-based index of any existing OSC fader bank. Use 0 to reference the master fader.

<fader index>: Int, index of the fader you wish to target in fader bank <index>.

<button edge>: Float, 1.0=down (default), 0.0=up. Optional param to specify button edge.
/eos/fader/1/2/max - Sets Fader 2 in OSC fader bank #1 to its maximum value.

Sets the given <fader index> in OSC fader bank <index> to its maximum value.
/eos/fader/<index>/<fader index>/min

/eos/fader/<index>/<fader index>/min=<button edge>
<index>: Int, 1-based index of any existing OSC fader bank. Use 0 to reference the master fader.

<fader index>: Int, index of the fader you wish to target in fader bank <index>.

<button edge>: Float, 1.0=down (default), 0.0=up. Optional param to specify button edge.
/eos/fader/1/2/min - Sets Fader 2 in OSC fader bank #1 to its minimum value.

Sets the given <fader index> in OSC fader bank <index> to its minimum value.
/eos/fader/<index>/<fader index>/out

/eos/fader/<index>/<fader index>/out=<button edge>
<index>: Int, 1-based index of any existing OSC fader bank. Use 0 to reference the master fader.

<fader index>: Int, index of the fader you wish to target in fader bank <index>.

<button edge>: Float, 1.0=down (default), 0.0=up. Optional param to specify button edge.
/eos/fader/1/2/out - Sets Fader 2 in OSC fader bank #1 to Out.

Sets the given <fader index> in OSC fader bank <index> to Out.
/eos/fader/<index>/page/<delta>

/eos/fader/<index>/page/<delta>=<button edge>
<index>: Int, 1-based index of any existing OSC fader bank. Use 0 to reference the master fader.

<delta>: Int, how many pages to move.

<button edge>: Float, 1.0=down (default), 0.0=up. Optional param to specify button edge.
/eos/fader/1/page/1 - Page OSC fader bank 1 down 1 page.

/eos/fader/1/page/-1 - Page OSC fader bank 1 up 1 page.

/eos/fader/1/page/10 - Page OSC fader bank 1 down 10 page.

Pages OSC fader bank specified by <index> up or down by <delta> pages. Each page has the number of faders given in the config command.
/eos/fader/<index>/reset <index>: Int, the OSC fader bank to reset.
/eos/fader/1/reset - Resets OSC fader bank 1.

Resets the specified fader bank.
/eos/fader/<index>/<fader index>/stop

/eos/fader/<index>/<fader index>/stop=<button edge>
<index>: Int, 1-based index of any existing OSC fader bank. Use 0 to reference the master fader.

<fader index>: Int, index of the fader you wish to target in fader bank <index>.

<button edge>: Float, 1.0=down (default), 0.0=up. Optional param to specify button edge.
/eos/fader/1/2/stop - Stops Fader 2 in OSC fader bank #1.

Stops the given <fader index> in OSC fader bank <index>.
/eos/fader/<index>/<fader index>/unload

/eos/fader/<index>/<fader index>/unload=<button edge>
<index>: Int, 1-based index of any existing OSC fader bank. Use 0 to reference the master fader.

<fader index>: Int, index of the fader you wish to target in fader bank <index>.

<button edge>: Float, 1.0=down (default), 0.0=up. Optional param to specify button edge.
/eos/fader/1/2/unload - Unloads Fader 2 in OSC fader bank #1.

Unloads the given <fader index> in OSC fader bank <index>.
/eos/fader/<index>/<fader index>=<level> <index>: Int, 1-based index of any existing OSC fader bank. Use 0 to reference the master fader.

<fader index>: Int, index of the fader you wish to target in fader bank <index>.

<level>: 0.0-1.0, The level to set <fader index> to.
/eos/fader/1/2=0.75 - Set the second fader in OSC fader bank #1 to 75%.

Sets the given <fader index> in OSC fader bank <index> to the provided level.
/eos/filter/add=<filter> <filter>: One or more string arguments, representing filter(s) that may contain "*" wildcards.
/eos/filter/add="/eos/out/param/*" - Eos will only send OSC messages to this device that start with "/eos/out/param/".

Adds a filter, used to limit OSC traffic to devices that only need specific OSC messages from Eos. Any device can set up any number of filters.
/eos/filter/clear   /eos/filter/clear - Clears all filters configured for this device, so Eos will send all messages.

Clears all filters for the device that sent this command.
/eos/filter/remove=<filter> <filter>: One or more string arguments, representing filter(s) that may contain "*" wildcards.
/eos/filter/remove="/eos/out/param/*" - Removes the existing filter.

Removes an existing filter on the device that sent this command.
/eos/fp/fire=<index>

/eos/fp/<index>/fire=<button edge>
<index>: Focus palette number to fire.

<button edge>: Float, 1.0=down (default), 0.0=up. Optional param to specify button edge.
/eos/fp/fire=1 - Runs Focus Palette 1.

/eos/fp/1/fire - Runs Focus Palette 1.

Fires (executes) focus palettes.
/eos/fp=<index> <index>: Focus palette to select.
/eos/fp=1 - Selects Focus Palette 1.

Use to select focus palettes.
/eos/fx=<index>

/eos/fx/<index>=<button edge>
<index>: Effect to select.

<button edge>: Float, 1.0=down (default), 0.0=up. Optional param to specify button edge.
/eos/fx=901 - Selects Effect 901.

/eos/fx/901 - Selects Effect 901.

Use to select effects.
/eos/get/3dserver     Use to get the IP addresses for the Augment3D server.

Returns /eos/out/get/3dserver.
/eos/get/bp/count     Use to get the number of Beam Palettes in the show.

Returns /eos/out/get/bp/count.
/eos/get/bp/index=<index> <index>: Int, index of the Beam Palette list, 0-indexed.
/eos/get/bp/index=0 - Returns details of the first palette in the Beam Palette List.

Same as /eos/get/bp/<index>, but 0-indexed from the Beam Palette list.
/eos/get/bp/uid=<uid> <uid>: String containing the UID of a Beam Palette.
/eos/get/bp/uid="00000000-0000-0000-0000-000000000000" - Returns details of the palette given by the UID.

Same as /eos/get/bp/<index>, but accessed with a Beam Palette's UID instead of its index.
/eos/get/bp/<index> <index>: Int.
/eos/get/bp/2 - Returns details about Beam Palette 2.

Returns /eos/get/out/bp/<index>.

See /eos/get/out/<palette type>/<index>.
/eos/get/chans     Use to get the currently selected channels for the OSC user.

Returns /eos/out/get/chans.
/eos/get/cp/count     Use to get the number of Color Palettes in the show.

Returns /eos/out/get/cp/count.
/eos/get/cp/index=<index> <index>: Int, index of the Color Palette list, 0-indexed.
/eos/get/cp/index=0 - Returns details of the first palette in the Color Palette List.

Same as /eos/get/cp/<index>, but 0-indexed from the Color Palette list.
/eos/get/cp/uid=<uid> <uid>: String containing the UID of a Color Palette.
/eos/get/cp/uid="00000000-0000-0000-0000-000000000000" - Returns details of the palette given by the UID.

Same as /eos/get/cp/<index>, but accessed with a Color Palette's UID instead of its index.
/eos/get/cp/<index> <index>: Int.
/eos/get/cp/2 - Returns details about Color Palette 2.

Returns /eos/get/out/cp/<index>.

See /eos/get/out/<palette type>/<index>.
/eos/get/csv     Use to get the CSV file.

Returns /eos/out/get/csv.
/eos/get/cue/<cue list>/count

/eos/get/cue/<cue list>/<cue index>/count
<cue list>: Int.

<cue index>: Int.
  Use to get the number of cues in the given <cue list> or the number of parts in a given <cue index>.

Returns /eos/out/get/cue/<cue list>/count or /eos/out/get/cue/<cue list>/<cue index>.
/eos/get/cue/<list number>/index=<index> <index>: Int, index of the given <list number>, 0-indexed.
/eos/get/cue/1/index=0 - Returns details of the first Cue in Cue List 1.

Same as /eos/get/cue/<list number>/<part number>, but 0-indexed from the given cue list.
/eos/get/cue/<cue list>/noparts/count <cue list>: Int.
  Use to get the number of cues, not counting part cues in the given <cue list>.

Returns /eos/out/get/cue/<cue list>/noparts/count.
/eos/get/cue/uid=<uid> <uid>: String containing the UID of a Cue.
/eos/get/cue/uid="00000000-0000-0000-0000-000000000000" - Returns details of the cue given by its UID.

Same as /eos/get/cue/<list number>/<index>, but accessed with a Cue's UID instead of its list and index.
/eos/get/cue/<list number>/<cue number>/<part number>

/eos/get/cue/<list number>/<cue number>
<list number>: Int.

<cue number>: Int.

<part number>: Int.
/eos/get/cue/1/1/1 - Returns information about Cue 1 Part 1 in Cue List 1.

Returns /eos/get/cue/<list number/<cue number>/<part number> or /eos/get/cue/<list number/<cue number>.
/eos/get/cuelist/count     Use to get the number of Cue Lists in the show.

Returns /eos/out/get/cuelist/count.
/eos/get/cuelist/index=<index> <index>: Int, index of the cue list, 0-indexed.
/eos/get/cuelist/index=0 - Returns details of the first cuelist in the cue list display.

Same as /eos/get/cuelist/<index>, but 0-indexed from the list of cue lists.
/eos/get/cuelist/uid=<uid> <uid>: String containing the UID of a cue list.
/eos/get/cuelist/uid="00000000-0000-0000-0000-000000000000" - Returns details of the cue list given by the UID.

Same as /eos/get/cuelist/<index>, but accessed with a cue list's UID instead of its index.
/eos/get/cuelist/<index> <index>: Int.
/eos/get/cuelist/1 - Returns details about Cue List 1.

Returns /eos/out/get/cuelist/<index>.
/eos/get/curve/count     Use to get the number of Curves in the show.

Returns /eos/out/get/curve/count.
/eos/get/curve/index=<index> <index>: Int, index of the Curve list, 0-indexed.
/eos/get/curve/index=0 - Returns details of the first Curve in the Curve List.

Same as /eos/get/curve/<index>, but 0-indexed from the Curve list.
/eos/get/curve/uid=<uid> <uid>: String containing the UID of a Curve.
/eos/get/curve/uid="00000000-0000-0000-0000-000000000000" - Returns details of the Curve given by the UID.

Same as /eos/get/curve/<index>, but accessed with a Curve's UID instead of its index.
/eos/get/curve/<index> <index>: Int.
/eos/get/curve/2 - Returns details about Curve 2.

Returns /eos/get/out/curve/<index>.
/eos/get/emitters/<chan number> <chan number>: Int.
/eos/get/emitters/1 - Returns emitter information for Channel 1.

Use to get emitter details for the given channel.

Returns /eos/out/get/emitters<chan number>.
/eos/get/fp/count     Use to get the number of Focus Palettes in the show.

Returns /eos/out/get/fp/count.
/eos/get/fp/index=<index> <index>: Int, index of the Focus Palette list, 0-indexed.
/eos/get/fp/index=0 - Returns details of the first palette in the Focus Palette List.

Same as /eos/get/fp/<index>, but 0-indexed from the Focus Palette list.
/eos/get/fp/uid=<uid> <uid>: String containing the UID of a Focus Palette.
/eos/get/fp/uid="00000000-0000-0000-0000-000000000000" - Returns details of the palette given by the UID.

Same as /eos/get/fp/<index>, but accessed with a Focus Palette's UID instead of its index.
/eos/get/fp/<index> <index>: Int.
/eos/get/fp/2 - Returns details about Focus Palette 2.

Returns /eos/get/out/fp/<index>.

See /eos/get/out/<palette type>/<index>.
/eos/get/fpe/count     Use to get the count of FPE sets in the show.

Returns /eos/out/get/fpe/count.
/eos/get/fpe/<set index>/count <set index>: Int, index of the FPE set.
  Use to get the count of FPE points within the given set index.

Returns /eos/out/get/fpe/<set index>/count.
/eos/out/get/fpe/<set index>/<point index> <set index>: Int, index of the FPE set.

<point index>: Int, index of the point within <set index>.
/eos/get/fpe/1/1 - Returns details of the first FPE point in the FPE set 1.

Use to get details about the given FPE point in the given FPE set.

Returns /eos/out/get/fpe/<set index>/<point index>.
/eos/get/fpe/index=<index> <index>: Int, index of the FPE Set list, 0-indexed.
/eos/get/fpe/index=0 - Returns details of the first FPE set in the FPE set list.

Use to get details about the given FPE set.

Returns /eos/out/get/fpe/<set index>.
/eos/get/fx/count     Use to get the number of Effects in the show.

Returns /eos/out/get/fx/count.
/eos/get/fx/index=<index> <index>: Int, index of the Effect list, 0-indexed.
/eos/get/fx/index=0 - Returns details of the first Effect in the Effect List.

Same as /eos/get/fx/<index>, but 0-indexed from the Effect list.
/eos/get/fx/uid=<uid> <uid>: String containing the UID of an Effect.
/eos/get/fx/uid="00000000-0000-0000-0000-000000000000" - Returns details of the Effect given by the UID.

Same as /eos/get/fx/<index>, but accessed with an Effect's UID instead of its index.
/eos/get/fx/<index> <index>: Int.
/eos/get/fx/2 - Returns details about Effect 2.

Returns /eos/get/out/fx/<index>.
/eos/get/group/count     Use to get the number of groups in the show.

Returns /eos/out/get/group/count.
/eos/get/group/displayed/count     Same as /eos/get/group/count.

Returns /eos/out/get/group/count.
/eos/get/group/displayed/index=<index> <index>: Int, index of the group list, 0-indexed.
/eos/get/group/displayed/index=0 - Returns details of the first group in the Group List.

Same as /eos/get/group/displayed/<index>, but 0-indexed.
/eos/get/displayed/uid=<uid> <uid>: String containing the UID of a Group.
/eos/get/group/displayed/uid="00000000-0000-0000-0000-000000000000" - Returns details of the group identified by the UID.

Same as /eos/get/group/displayed/<index>, but accessed with a Group's UID instead of its index.
/eos/get/group/displayed/<index> <index>: Int, index of the group list, 0-indexed.
/eos/get/group/displayed/2 - Returns information about Group 2, with the channels listed as it would appear on the command line.

Returns /eos/out/get/group/<index>.

Same as /eos/get/group/<index> except the channel list is returned as a single string as it would appear on the command line. This is useful to build custom command strings.
/eos/get/group/index=<index> <index>: Int, index of the group list, 0-indexed.
/eos/get/group/index=0 - Returns details of the first group in the Group List.

Similar to /eos/get/group/<index>, but 0-indexed.
/eos/get/group/uid=<uid> <uid>: String containing the UID of a Group.
/eos/get/group/uid="00000000-0000-0000-0000-000000000000" - Returns details of the group identified by the UID.

Similar to /eos/get/group/<index>, but accessed with a Group's UID instead of its index.
/eos/get/group/<index> <index>: Int, index of the group list, 0-indexed.
/eos/get/group/2 - Returns information about Group 2.

Returns /eos/out/get/group/<index>.
/eos/get/ip/count     Use to get the number of Intensity Palettes in the show.

Returns /eos/out/get/ip/count.
/eos/get/ip/index=<index> <index>: Int, index of the Intensity Palette list, 0-indexed.
/eos/get/ip/index=0 - Returns details of the first palette in the Intensity Palette List.

Same as /eos/get/ip/<index>, but 0-indexed from the Intensity Palette list.
/eos/get/ip/uid=<uid> <uid>: String containing the UID of an Intensity Palette.
/eos/get/ip/uid="00000000-0000-0000-0000-000000000000" - Returns details of the palette given by the UID.

Same as /eos/get/ip/<index>, but accessed with an Intensity Palette's UID instead of its index.
/eos/get/ip/<index> <index>: Int.
/eos/get/ip/2 - Returns details about Intensity Palette 2.

Returns /eos/get/out/ip/<index>.

See /eos/get/out/<palette type>/<index>.
/eos/get/macro/count     Use to get the number of macros in the show.

Returns /eos/out/get/macro/count.
/eos/get/group/index=<index> <index>: Int, index of the macro list, 0-indexed.
/eos/get/macro/index=0 - Returns details of the first Macro in the Macro list.

Same as /eos/get/macro/<index>, but 0-indexed from the Macro list.
/eos/get/macro/uid=<uid> <uid>: String containing the UID of a Macro.
/eos/get/macro/uid="00000000-0000-0000-0000-000000000000" - Returns details of the macro identified by the UID.

Same as /eos/get/macro/<index>, but accessed with a Macro's UID instead of its index.
/eos/get/macro/<index> <index>: Int, index of the macro list, 0-indexed.
/eos/get/macro/2 - Returns information about Macro 2.

Returns /eos/out/get/macro/<index>.
/eos/get/ms/count     Use to get the number of Magic Sheets in the show.

Returns /eos/out/get/ms/count.
/eos/get/ms/index=<index> <index>: Int, index of the Magic Sheet list, 0-indexed.
/eos/get/ms/index=0 - Returns details of the first Magic Sheet in the Magic Sheet List.

Same as /eos/get/ms/<index>, but 0-indexed from the Magic Sheet list.
/eos/get/ms/uid=<uid> <uid>: String containing the UID of a Magic Sheet.
/eos/get/ms/uid="00000000-0000-0000-0000-000000000000" - Returns details of the Magic Sheet given by the UID.

Same as /eos/get/ms/<index>, but accessed with a Magic Sheet's UID instead of its index.
/eos/get/ms/<index> <index>: Int.
/eos/get/ms/2 - Returns details about Magic Sheet 2.

Returns /eos/get/out/ms/<index>.
/eos/get/params/<chan number> <chan number>: Int.
/eos/get/params/1 - Returns parameter information for Channel 1.

Use to get parameter details for the given channel.

Returns /eos/out/get/params<chan number>.
/eos/get/patch/count     Use to get the number of channels in the show.

Returns /eos/out/get/patch/count.
/eos/get/patch/index=<index> <index>: Int, index of the list of patched channels, 0-indexed.
/eos/get/patch/index=0 - Returns details of the first patched channel.

Same as /eos/get/patch/<index>, but 0-indexed from the patched channel list.
/eos/get/patch/uid=<uid> <uid>: String containing the UID of a patched channel.
/eos/get/patch/uid="00000000-0000-0000-0000-000000000000" - See /eos/get/patch/<index>.

Same as /eos/get/patch/<index>, but accessed with a patched channel's UID instead of its index.
/eos/get/patch/<channel number>

/eos/get/patch/<channel number>/<part number>
<channel number>: Int.

<part number>: Int.
/eos/get/patch/1/1 - Returns information about Chan 1 Part 1.

Returns /eos/out/get/patch/<channel number> or /eos/out/get/patch/<channel number>/<part number>.
/eos/get/pixmap/count     Use to get the number of Pixel Maps in the show.

Returns /eos/out/get/pixmap/count.
/eos/get/pixmap/index=<index> <index>: Int, index of the Pixel Map list, 0-indexed.
/eos/get/pixmap/index=0 - Returns details of the first Pixel Map in the Pixel Map List.

Same as /eos/get/pixmap/<index>, but 0-indexed from the Pixel Map list.
/eos/get/pixmap/uid=<uid> <uid>: String containing the UID of a Pixel Map.
/eos/get/pixmap/uid="00000000-0000-0000-0000-000000000000" - Returns details of the Pixel Map given by the UID.

Same as /eos/get/pixmap/<index>, but accessed with a Pixel Map's UID instead of its index.
/eos/get/pixmap/<index> <index>: Int.
/eos/get/pixmap/2 - Returns details about Pixel Map 2.

Returns /eos/get/out/pixmap/<index>.
/eos/get/preset/count     Use to get the number of Presets in the show.

Returns /eos/out/get/preset/count.
/eos/get/preset/index=<index> <index>: Int, index of the Preset list, 0-indexed.
/eos/get/preset/index=0 - Returns details of the first Preset in the Preset List.

Same as /eos/get/preset/<index>, but 0-indexed from the Preset list.
/eos/get/preset/uid=<uid> <uid>: String containing the UID of a Preset.
/eos/get/preset/uid="00000000-0000-0000-0000-000000000000" - Returns details of the Preset given by the UID.

Same as /eos/get/preset/<index>, but accessed with a Preset's UID instead of its index.
/eos/get/preset/<index> <index>: Int.
/eos/get/preset/2 - Returns details about Preset 2.

Returns /eos/get/out/preset/<index>.
/eos/get/processors     Returns /eos/out/get/processors.
/eos/get/session     Returns /eos/out/get/session.
/eos/get/setup     Use to get default cue timings.

Returns /eos/out/get/settings.
/eos/get/show/path     Returns /eos/out/get/show/path.
/eos/get/snap/count     Use to get the number of Snapshots in the show.

Returns /eos/out/get/fx/count.
/eos/get/fx/index=<index> <index>: Int, index of the Snapshot list, 0-indexed.
/eos/get/fx/index=0 - Returns details of the first Snapshot in the Snapshot List.

Same as /eos/get/fx/<index>, but 0-indexed from the Snapshot list.
/eos/get/fx/uid=<uid> <uid>: String containing the UID of a Snapshot.
/eos/get/fx/uid="00000000-0000-0000-0000-000000000000" - Returns details of the Snapshot given by the UID.

Same as /eos/get/fx/<index>, but accessed with a Snapshot's UID instead of its index.
/eos/get/fx/<index> <index>: Int.
/eos/get/fx/2 - Returns details about Snapshot 2.

Returns /eos/get/out/fx/<index>.
/eos/get/sub/count     Use to get the number of Submasters in the show.

Returns /eos/out/get/sub/count.
/eos/get/sub/index=<index> <index>: Int, index of the Submaster list, 0-indexed.
/eos/get/sub/index=0 - Returns details of the first Submaster in the Submaster List.

Same as /eos/get/sub/<index>, but 0-indexed from the Submaster list.
/eos/get/sub/uid=<uid> <uid>: String containing the UID of a Submaster.
/eos/get/sub/uid="00000000-0000-0000-0000-000000000000" - Returns details of the Submaster given by the UID.

Same as /eos/get/sub/<index>, but accessed with a Submaster's UID instead of its index.
/eos/get/sub/<index> <index>: Int.
/eos/get/sub/2 - Returns details about Submaster 2.

Returns /eos/get/out/sub/<index>.
/eos/get/userlist     Use to get details about all users in the show.

Returns /eos/out/get/userlist.
/eos/get/version     Returns /eos/out/get/version.
/eos/group/<group>/+%

/eos/group/1/param/<param>/+%

/eos/group/<group>/+%=<button edge>

/eos/group/1/param/<param>/+%=<button edge>
<group>: Group number.

<param>: Parameter name as a string.

<button edge>: Float, 1.0=down (default), 0.0=up. Optional param to specify button edge.
/eos/group/1/+% - Adjusts Group 1's intensity by +%, as specified in Setup.

/eos/group/1/param/pan/+% - Adjusts Group 1's Pan parameter by +%, as specified in Setup.

Adjusts the group specified by <group>'s <param> by +%, as specified in Setup.

If no <param> is given, Intensity will be affected.
/eos/group/<group>/-%

/eos/group/1/param/<param>/-%

/eos/group/<group>/-%=<button edge>

/eos/group/1/param/<param>/-%=<button edge>
<group>: Group number.

<param>: Parameter name as a string.

<button edge>: Float, 1.0=down (default), 0.0=up. Optional param to specify button edge.
/eos/group/1/-% - Adjusts Group 1's intensity by -%, as specified in Setup.

/eos/group/1/param/pan/-% - Adjusts Group 1's Pan parameter by -%, as specified in Setup.

Adjusts the group specified by <group>'s <param> by -%, as specified in Setup.

If no <param> is given, Intensity will be affected.
/eos/group/<group>/full

/eos/group/1/param/<param>/full

/eos/group/<group>/full=<button edge>

/eos/group/1/param/<param>/full=<button edge>
<group>: Group number.

<param>: Parameter name as a string.

<button edge>: Float, 1.0=down (default), 0.0=up. Optional param to specify button edge.
/eos/group/1/full - Sets Group 1's intensity to its Full value.

/eos/group/1/param/pan/full - Sets Group 1's Pan parameter to its Full value.

Sets the group specified by <group>'s <param> to its Full value.

If no <param> is given, Intensity will be affected.
/eos/group/<group>/home

/eos/group/1/param/<param>/home

/eos/group/<group>/home=<button edge>

/eos/group/1/param/<param>/home=<button edge>
<group>: Group number.

<param>: Parameter name as a string.

<button edge>: Float, 1.0=down (default), 0.0=up. Optional param to specify button edge.
/eos/group/1/home - Sets Group 1's intensity to its Home value.

/eos/group/1/param/pan/home - Sets Group 1's Pan parameter to its Home value.

Sets the group specified by <group>'s <param> to its Home value.

If no <param> is given, Intensity will be affected.
/eos/group/<group>/level

/eos/group/1/param/<param>/level

/eos/group/<group>/level=<button edge>

/eos/group/1/param/<param>/level=<button edge>
<group>: Group number.

<param>: Parameter name as a string.

<button edge>: Float, 1.0=down (default), 0.0=up. Optional param to specify button edge.
/eos/group/1/level - Sets Group 1's intensity to Level, as specified in Setup.

/eos/group/1/param/pan/level - Sets Group 1's Pan parameter to Level, as specified in Setup.

Sets the group specified by <group>'s <param> to Level, as specified in Setup.

If no <param> is given, Intensity will be affected.
/eos/group/<group>/max

/eos/group/1/param/<param>/max

/eos/group/<group>/max=<button edge>

/eos/group/1/param/<param>/max=<button edge>
<group>: Group number.

<param>: Parameter name as a string.

<button edge>: Float, 1.0=down (default), 0.0=up. Optional param to specify button edge.
/eos/group/1/max - Sets Group 1's intensity to its maximum value.

/eos/group/1/param/pan/max - Sets Group 1's Pan parameter to its maximum value.

Sets the group specified by <group>'s <param> to its maximum value.

If no <param> is given, Intensity will be affected.
/eos/group/<group>/min

/eos/group/1/param/<param>/min

/eos/group/<group>/min=<button edge>

/eos/group/1/param/<param>/min=<button edge>
<group>: Group number.

<param>: Parameter name as a string.

<button edge>: Float, 1.0=down (default), 0.0=up. Optional param to specify button edge.
/eos/group/1/min - Sets Group 1's intensity to its minimum value.

/eos/group/1/param/pan/min - Sets Group 1's Pan parameter to its minimum value.

Sets the group specified by <group>'s <param> to its minimum value.

If no <param> is given, Intensity will be affected.
/eos/group/<group>/out

/eos/group/1/param/<param>/out

/eos/group/<group>/out=<button edge>

/eos/group/1/param/<param>/out=<button edge>
<group>: Group number.

<param>: Parameter name as a string.

<button edge>: Float, 1.0=down (default), 0.0=up. Optional param to specify button edge.
/eos/group/1/out - Sets Group 1's intensity to Out.

/eos/group/1/param/pan/out - Sets Group 1's Pan parameter to its Out value.

Sets the group specified by <group>'s <param> to Out.

If no <param> is given, Intensity will be affected.
/eos/group/<group>/remdim

/eos/group/<group>/remdim=<button edge>
<button edge>: Float, 1.0=down (default), 0.0=up. Optional param to specify button edge.
/eos/group/1/remdim - Dims all groups to their RemDim state except Group 1.

Dims all groups except the specified <group>.
/eos/group/<group>=<level>

/eos/group/<group>/param/<param>=<level>

/eos/group/<group>/dmx=<dmx level>

/eos/group/<group>/param/<param>/dmx=<dmx level>
<group>: Group number.

<param>: Parameter name as a string.

level: Float, 0.0-100.0.

<dmx level>: Int, 0-255.
/eos/group/1=50 - Sets Group 1's Intensity to 50.

/eos/group/1/param/pan=50 - Sets Group 1's Pan to 50.

/eos/group/1/param/tilt/dmx=128 - Sets Group 1's Tilt to output a DMX value of 128.

Sets the specified <group>'s <param> to the specified level.

Levels can be set directly or as a DMX output value.

If no <param> is given, Intensity will be affected.

Multiple parameters can be targeted by listing each one as <param1>/<param2>/... This works for all /eos/group/ methods.
/eos/group=<index> <index>: Group number to select.
/eos/group=1 - Selects Group 1.

Use to select Groups.
/eos/ip/fire=<index>

/eos/ip/<index>/fire=<button edge>
<index>: Intensity palette number to fire.

<button edge>: Float, 1.0=down (default), 0.0=up. Optional param to specify button edge.
/eos/ip/fire=1 - Runs Intensity Palette 1.

/eos/ip/1/fire - Runs Intensity Palette 1.

Fires (executes) intensity palettes.
/eos/ip=<index> <index>: Intensity palette to select.
/eos/ip=1 - Selects Intensity Palette 1.

Use to select intensity palettes.
/eos/key/<key>

/eos/key/<key>=<button edge>
<key>: Any valid OSC key.

<button edge>: Float. 1.0=down, 0.0=up. Optional to specify a button edge.
/eos/key/select_active - Press and release [Select Active] button.

/eos/key/shift=1 - Hold down [Shift} key.

For a list of supported key names, see OSC Key list below.

For the slash key, use a backslash (/eos/key/\).
/eos/macro/fire=<index>

/eos/macro/<index>/fire=<button edge>
<index>: Macro number to fire.

<button edge>: Float, 1.0=down (default), 0.0=up. Optional param to specify button edge.
/eos/macro/fire=1 - Runs Macro 1.

/eos/macro/1/fire - Runs Macro 1.

Fires (executes) macros.
/eos/macro=<index> <index>: Macro to select.
/eos/macro=1 - Selects Macro 1.

Use to select macros.
/eos/ms/fire=<index>

/eos/ms/<index>/fire=<button edge>
<index>: Magic Sheet to fire.

<button edge>: Float, 1.0=down (default), 0.0=up. Optional param to specify button edge.
/eos/ms/fire=1 - Runs Magic Sheet 1.

/eos/ms/1/fire - Runs Magic Sheet 1.

Fires (executes) Magic Sheets.
/eos/ms=<index> <index>: Magic Sheet to select.
/eos/ms=1 - Selects Magic Sheet 1.

Use to select Magic Sheets.
/eos/newcmd=<command> <command>: String with command line text.
/eos/newcmd="Chan 1 At 75#" - Terminated Command that will reset the command line first.

Same behavior as /eos/cmd, but it resets the command line first.
/eos/newevent=<command> <command>: String with command line text.
/eos/newevent="Chan 1 At 75#" - Terminated command that is interpreted as a console event (like macros that fire outside of the command line) that resets the command line first.

Same behavior as /eos/event, but will clear the internal command line first.
/eos/pantilt/xy=<x>, <y> <x>: 0.0-1.0.

<y>: 0.0-1.0.
/eos/pantilt/xy=0.5, 0.5 - Sets the current selection's pan and tilt to (0,0) on the Pan/Tilt graph.

For 2D Pan/Tilt graph where bottom-left corner is (0.0, 0.0) and top-right corner is (1.0, 1.0).
/eos/param/<param>/+%

/eos/param/<param>/+%=<button edge>
<param>: Any valid parameter name. Multiple params can be targeted at once.

<button edge>: 1.0=Down (default), 0.0=up, optional param to specify button edge.
/eos/param/tilt/+% - Adjusts the current selection's Tilt parameter by +%, as specified in Setup.

Adjusts the current selection's <param> by +%, as specified in Setup.

Multiple parameters can be targeted by listing each one as <param1>/<param2>/... This works for all /eos/param methods.
/eos/param/<param>/-%

/eos/param/<param>/-%=<button edge>
<param>: Any valid parameter name. Multiple params can be targeted at once.

<button edge>: 1.0=Down (default), 0.0=up, optional param to specify button edge.
/eos/param/tilt/-% - Adjusts the current selection's Tilt parameter by -%, as specified in Setup.

Adjusts the current selection's <param> by -%, as specified in Setup.

Multiple parameters can be targeted by listing each one as <param1>/<param2>/... This works for all /eos/param methods.
/eos/param/<param>/full

/eos/param/<param>/full=<button edge>
<param>: Any valid parameter name. Multiple params can be targeted at once.

<button edge>: 1.0=Down (default), 0.0=up, optional param to specify button edge.
/eos/param/pan/tilt/full - Sets the current selection's Pan and Tilt parameters to their Full values.

Sets the current selection's <param> to Full.

Multiple parameters can be targeted by listing each one as <param1>/<param2>/... This works for all /eos/param methods.
/eos/param/<param>/home

/eos/param/<param>/home=<button edge>
<param>: Any valid parameter name. Multiple params can be targeted at once.

<button edge>: 1.0=Down (default), 0.0=up, optional param to specify button edge.
/eos/param/pan/home - Sets the current selection's Pan parameter to its Home value.

Sets the current selection's <param> to its Home value.

Multiple parameters can be targeted by listing each one as <param1>/<param2>/... This works for all /eos/param methods.
/eos/param/<param>/level

/eos/param/<param>/level=<button edge>
<param>: Any valid parameter name. Multiple params can be targeted at once.

<button edge>: 1.0=Down (default), 0.0=up, optional param to specify button edge.
/eos/param/tilt/level - Sets the current selection's Tilt parameter to Level, as specified in Setup.

Sets the current selection's <param> to Level, as specified in Setup.

Multiple parameters can be targeted by listing each one as <param1>/<param2>/... This works for all /eos/param methods.
/eos/param/<param>/max

/eos/param/<param>/max=<button edge>
<param>: Any valid parameter name. Multiple params can be targeted at once.

<button edge>: 1.0=Down (default), 0.0=up, optional param to specify button edge.
/eos/param/pan/max - Sets the current selection's Pan to its maximum value.

Sets the current selection's <param> to their maximum values.

Multiple parameters can be targeted by listing each one as <param1>/<param2>/... This works for all /eos/param methods.
/eos/param/<param>/min

/eos/param/<param>/min=<button edge>
<param>: Any valid parameter name. Multiple params can be targeted at once.

<button edge>: 1.0=Down (default), 0.0=up, optional param to specify button edge.
/eos/param/pan/min - Sets the current selection's Pan to its minimum value.

Sets the current selection's <param> to to its minimum values.

Multiple parameters can be targeted by listing each one as <param1>/<param2>/... This works for all /eos/param methods.
/eos/param/<param>/out

/eos/param/<param>/out=<button edge>
<param>: Any valid parameter name. Multiple params can be targeted at once.

<button edge>: 1.0=Down (default), 0.0=up, optional param to specify button edge.
/eos/param/pan/out - Sets the current selection's Pan parameter to Out.

Sets the current selection to Out.

Multiple parameters can be targeted by listing each one as <param1>/<param2>/... This works for all /eos/param methods.
/eos/param/<param>/remdim

/eos/param/<param>/remdim=<button edge>
<param>: Any valid parameter name. Multiple params can be targeted at once.

<button edge>: 1.0=Down (default), 0.0=up, optional param to specify button edge.
/eos/param/pan/remdim - Dims all other unselected channels.

Dims all channels that aren't currently selected. The specified parameter will not change the behavior.
/eos/param/<param>=<level>

/eos/param/<param>/dmx=<dmx level>
<param>: Parameter name as a string.

<level>: Float, 0.0-100.0.

<dmx level>: Int, 0-255.
/eos/param/pan=50 - Sets the Pan parameters of the current selection to 50. Useful for mapping to an OSC fader.

/eos/param/pan/tilt=50 - Sets the Pan and Tilt parameters of the current selection to 50.

/eos/param/<param>/dmx=128 - Sets the DMX channels assigned as Pan for the current selection to output 128.

Sets the current selection's <param> to the specified level.

Multiple parameters can be targeted by listing each one as <param1>/<param2>/... This works for all /eos/param methods.
/eos/ping=(arguments) (arguments): None Required, any number can be sent.
/eos/ping - .

/eos/ping="abcde" - .

/eos/ping="abcde", 4 - .

Use to test an OSC connection. Send a ping message and Eos will respond on its configured port with /eos/out/ping/.
/eos/pixmap=<index>

/eos/pixmap/<index>=<button edge>
<index>: Pixel Map to select.

<button edge>: Float, 1.0=down (default), 0.0=up. Optional param to specify button edge.
/eos/pixmap=1 - Selects Pixel Map 1.

/eos/curve/1 - Selects Pixel Map 1.

Use to select pixel maps.
/eos/preset/fire=<index>

/eos/preset/<index>/fire=<button edge>
<index>: Preset number to fire.

<button edge>: Float, 1.0=down (default), 0.0=up. Optional param to specify button edge.
/eos/preset/fire=1 - Runs Preset 1.

/eos/preset/1/fire - Runs Preset 1.

Fires (executes) presets.
/eos/preset=<index> <index>: Preset to select.
/eos/preset=1 - Selects Preset 1.

Use to select presets.
/eos/(target)/override=<value>

/eos/(target)/override/dmx=<dmx value>

/eos/(target)/release
(target): A reference to a valid target. See examples.

<value>: Int, the level to set the target to. The valid range changes depending on the targeted parameter.

<dmx value>: Int, 0-255.
/eos/at/override=50 - Overrides the currently selected params to 50.

/eos/chan/1/param/intens/override=50 - Overrides Chan 1's intensity parameter to 50.

/eos/group/1/param/intens/override=50 - Overrides Group 1's intensity parameter to 50.

/eos/group/1/override=50 - Overrides Group 1's intensity parameter to 50.

/eos/chan/1/param/intens/dmx/override=252 - Overrides Chan 1's intensity parameter to a DMX output of 252.

/eos/release - Releases all overrides.

/eos/at/release - Releases overrides on the currently selected params.

/eos/group/1/release - Releases overrides on Group 1.

/eos/chan/1/param/intens/release - Releases overrides from Chan 1's intensity parameter.

OSC can set and release override data, which appears in pink, has priority over other data types, and is not recorded.

Overridden levels will display in pink.

Any selection or parameter can be overriden.
/eos/reset   /eos/reset - Triggers a reset of all OSC configuration.

Clears any active switches. Resets all persistent OSC settings (like OSC user ID & wheel modes). Send ALL implicit OSC output commands.
/eos/sc/<string>=<button edge> <string>: Input String for some Event.

<button edge>: Int, optional. 1.0=down (default), 0.0=up.
/eos/sc/Event1 - Triggers an event whose Input String is "Event1" on a show control list whose type is Network Inputs).

Use to trigger events from a show control list. The List must be configured to Network Inputs and the <string> must match the input string exactly (case-sensitive). Sending the string will fire the event.
/eos/set/bp/<index>/label=<text> <index>: Int.

<text>: The string to set as the Label for the given Beam Palette.
/eos/set/bp/1/label="New Label" - Sets Beam Palette 1's Label to "New Label".

Use to set the Label of a given Beam Palette.
/eos/set/cp/<index>/label=<text> <index>: Int.

<text>: The string to set as the Label for the given Color Palette.
/eos/set/cp/1/label="New Label" - Sets Color Palette 1's Label to "New Label".

Use to set the Label of a given Color Palette.
/eos/set/cue/<list>/<number>/label=<text>

/eos/set/cue/<list>/<number>/<part>/label=<text>
<list>: Int.

<number>: Int.

<part>: Int.

<text>: The string to set as the Label for the given Cue.
/eos/set/cue/1/1/label="New Label" - Sets Cue 1 in Cue List 1's Label to "New Label".

/eos/set/patch/1/1/2/label="New Label" - Sets Cue 1 Part 2 in Cue List 1's Label to "New Label".

Use to set the Label of a given Cue.
/eos/set/cue/<list>/<number>/notes=<text>

/eos/set/cue/<list>/<number>/<part>/notes=<text>
<list>: Int.

<number>: Int.

<part>: Int.

<text>: The string to set as the Note for the given Cue.
/eos/set/cue/1/1/notes="New Note" - Sets Cue 1 in Cue List 1's Note to "New Note".

/eos/set/cue/1/1/2/notes="New Note" - Sets Cue 1 Part 2 in Cue List 1's Note to "New Note".

Use to set the Note of a given Cue.
/eos/set/cue/<list>/<number>/scene=<text>

/eos/set/cue/<list>/<number>/<part>/scene=<text>
<list>: Int.

<number>: Int.

<part>: Int.

<text>: The string to set as the Scene for the given Cue.
/eos/set/cue/1/1/scene="New Scene" - Sets Cue 1 in Cue List 1's Scene to "New Scene".

/eos/set/patch/1/1/2/scene="New Scene" - Sets Cue 1 Part 2 in Cue List 1's Scene to "New Scene".

Use to set the Scene of a given Cue.
/eos/set/cuelist/<index>/label=<text> <index>: Int.

<text>: The string to set as the Label for the given Cue List.
/eos/set/cuelist/1/label="New Label" - Sets Cue List 1's Label to "New Label".

Use to set the Label of a given Cue List.
/eos/set/curve/<index>/label=<text> <index>: Int.

<text>: The string to set as the Label for the given Curve.
/eos/set/curve/901/label="New Label" - Sets Curve 901's Label to "New Label".

Use to set the Label of a given Curve.
/eos/set/fp/<index>/label=<text> <index>: Int.

<text>: The string to set as the Label for the given Focus Palette.
/eos/set/fp/1/label="New Label" - Sets Focus Palette 1's Label to "New Label".

Use to set the Label of a given Focus Palette.
/eos/set/fx/<index>/label=<text> <index>: Int.

<text>: The string to set as the Label for the given Effect.
/eos/set/fx/901/label="New Label" - Sets Effect 901's Label to "New Label".

Use to set the Label of a given Effect.
/eos/set/group/<index>/chans text: The string to set the Group's channels with.
/eos/set/group/1/chans="1 > 9 21 31" - Sets Group 1's Channels to 1 Thru 9, 21, and 31.

Use to set the Channels a given Group should point to. Strings should be written how they appear in the Group List Display, with Thru ranges represented as "x > y".
/eos/set/group/<index>/label=<text> <index>: Int.

text: The string to set as the Label for the given Group.
/eos/set/group/1/label="New Label" - Sets Group 1's Label to "New Label".

Use to set the Label of a given Group.
/eos/set/ip/<index>/label=<text> <index>: Int.

<text>: The string to set as the Label for the given Intensity Palette.
/eos/set/ip/1/label="New Label" - Sets Intensity Palette 1's Label to "New Label".

Use to set the Label of a given Intensity Palette.
/eos/set/macro/<index>/label=<text> <index>: Int.

text: The string to set as the Label for the given Macro.
/eos/set/macro/1/label="New Label" - Sets Macro 1's Label to "New Label".

Use to set the Label of a given Macro.
/eos/set/ms/<index>/label=<text> <index>: Int.

<text>: The string to set as the Label for the given Magic Sheet.
/eos/set/ms/1/label="New Label" - Sets Magic Sheet 1's Label to "New Label".

Use to set the Label of a given Magic Sheet.
/eos/set/patch/<channel>/augment3d/position=<pos_x>, <pos_y>, <pos_z>, <orientation_x>, <orientation_y>, <orientation_z> <channel>: Int.

<pos_x>: Int.

<pos_y>: Int.

<pos_z>: Int.

<orientation_x>: Int.

<orientation_y>: Int.

<orientation_z>: Int.
/eos/set/patch/1/augment3d/position=0, 0, 0, 90, 90, 90 - Sets Chan 1 to be at the center of Augment3D's model, with 90deg rotation in all axes.

Use to set the Augment3D position and orientation data for the given channel in Patch.
/eos/set/patch/<channel>/gel=<gel string> <channel>: Int.

<gel string>: Any string can be entered, but Eos will recognize certain manufacturer and gel number combinations in the format "manufacturer abbreviation/gel number".
/eos/set/patch/1/gel="AP1150" - Sets Chan 1's gel to Apollo 1150.

/eos/set/patch/1/gel="L2" - Sets Chan 1's gel to Lee 2.

/eos/set/patch/1/gel="R375" - Sets Chan 1's gel to Rosco 375.

Use to set the Gel Field for a given channel in Patch. Any string can be entered, but certain combinations will be recognized as a gel for use in Augment3D and elsewhere on the console.
/eos/set/patch/<channel>/label=<text> <channel>: Int.

text: String to set as the Label for the given chan.
/eos/set/patch/1/label="New Label" - Sets the Label field to "New Label" for Chan 1.

Use to set the Label Field for a given channel in Patch.
/eos/set/patch/<channel>/text1=<text> <channel>: Int.

text: String to set as Text1 for the given chan.
/eos/set/patch/1/text1="Text 1 Entry" - Sets the Text1 field to "Text 1 Entry" for Chan 1.

Use to set the Text1 Field for a given channel in Patch.
/eos/set/patch/<channel>/text10=<text> <channel>: Int.

text: String to set as Text10 for the given chan.
/eos/set/patch/1/text10="Text 10 Entry" - Sets the Text10 field to "Text 10 Entry" for Chan 1.

Use to set the Text10 Field for a given channel in Patch.
/eos/set/patch/<channel>/text2=<text> <channel>: Int.

text: String to set as Text2 for the given chan.
/eos/set/patch/1/text2="Text 2 Entry" - Sets the Text2 field to "Text 2 Entry" for Chan 1.

Use to set the Text2 Field for a given channel in Patch.
/eos/set/patch/<channel>/text3=<text> <channel>: Int.

text: String to set as Text3 for the given chan.
/eos/set/patch/1/text3="Text 3 Entry" - Sets the Text3 field to "Text 3 Entry" for Chan 1.

Use to set the Text3 Field for a given channel in Patch.
/eos/set/patch/<channel>/text4=<text> <channel>: Int.

text: String to set as Text4 for the given chan.
/eos/set/patch/1/text4="Text 4 Entry" - Sets the Text1 field to "Text 4 Entry" for Chan 1.

Use to set the Text4 Field for a given channel in Patch.
/eos/set/patch/<channel>/text5=<text> <channel>: Int.

text: String to set as Text5 for the given chan.
/eos/set/patch/1/text5="Text 5 Entry" - Sets the Text1 field to "Text 5 Entry" for Chan 1.

Use to set the Text5 Field for a given channel in Patch.
/eos/set/patch/<channel>/text6=<text> <channel>: Int.

text: String to set as Text6 for the given chan.
/eos/set/patch/1/text1="Text 6 Entry" - Sets the Text6 field to "Text 6 Entry" for Chan 1.

Use to set the Text6 Field for a given channel in Patch.
/eos/set/patch/<channel>/text7=<text> <channel>: Int.

text: String to set as Text7 for the given chan.
/eos/set/patch/1/text7="Text 7 Entry" - Sets the Text7 field to "Text 7 Entry" for Chan 1.

Use to set the Text7 Field for a given channel in Patch.
/eos/set/patch/<channel>/text8=<text> <channel>: Int.

text: String to set as Text8 for the given chan.
/eos/set/patch/1/text1="Text 8 Entry" - Sets the Text8 field to "Text 8 Entry" for Chan 1.

Use to set the Text1 Field for a given channel in Patch.
/eos/set/patch/<channel>/text9=<text> <channel>: Int.

text: String to set as Text9 for the given chan.
/eos/set/patch/1/text9="Text 9 Entry" - Sets the Text9 field to "Text 9 Entry" for Chan 1.

Use to set the Text9 Field for a given channel in Patch.
/eos/set/pixmap/<index>/label=<text> <index>: Int.

<text>: The string to set as the Label for the given Pixel Map.
/eos/set/pixmap/1/label="New Label" - Sets Pixel Map 1's Label to "New Label".

Use to set the Label of a given Pixel Map.
/eos/set/preset/<index>/label=<text> <index>: Int.

<text>: The string to set as the Label for the given Preset.
/eos/set/preset/1/label="New Label" - Sets Preset 1's Label to "New Label".

Use to set the Label of a given Preset.
/eos/set/fx/<index>/label=<text> <index>: Int.

<text>: The string to set as the Label for the given Snapshot.
/eos/set/fx/1/label="New Label" - Sets Snapshot 1's Label to "New Label".

Use to set the Label of a given Snapshot.
/eos/set/sub/<index>/label=<text> <index>: Int.

<text>: The string to set as the Label for the given Submaster.
/eos/set/sub/1/label="New Label" - Sets Sub 1's Label to "New Label".

Use to set the Label of a given Submaster.
/eos/snap/fire=<index>

/eos/snap/<index>/fire=<button edge>
<index>: Snapshot to fire.

<button edge>: Float, 1.0=down (default), 0.0=up. Optional param to specify button edge.
/eos/snap/fire=1 - Runs Snapshot 1.

/eos/snap/1/fire - Runs Snapshot 1.

Fires (executes) Snapshots.
/eos/snap=<index> <index>: Snapshot to select.
/eos/snap=1 - Selects Snapshot 1.

Use to select snapshots.
/eos/softkey/<index>=<button edge> <index>: Int, index of softkey to select. There are 6 softkeys and 2 pages, so valid <index> numbers are 1-12.

<button edge>: Float, 1.0=down (default), 0.0=up. Optional param to specify button edge.
/eos/softkey/1=1.0 - press 1st softkey.

/eos/softkey/1=0.0 - release 1st softkey.

Used to press softkeys. The commands on those softkeys are determined by the state of Eos for the OSC user.
/eos/sub/fire=<index>

/eos/sub/<index>/fire=<button edge>
<index>: Int. Sub to fire.

<button edge>: Float, 1.0=down, 0.0=up. Optional param to specify button edge.
/eos/sub/fire=1 - Fires Sub 1.

/eos/sub/1/fire=1 - Fires Sub 1, and holds it in Bump Down.

Fires (bumps) the given Sub. A button edge can be specified to do either a Bump Down or Bump Up action. If a Sub is bumped down, it will stay down until a bump up is received.
/eos/sub/<index>/full

/eos/sub/<index>/full=<button edge>
<index>: Int. Submaster to target.

<button edge>: Float. 1.0=down (default), 0.0=up. Optional to specify a button edge.
/eos/sub/1/full - Sets the Submaster to its Full level.

Sets the Submaster to its Full level.
/eos/sub/<index>/home

/eos/sub/<index>/home=<button edge>
<index>: Int. Submaster to target.

<button edge>: Float. 1.0=down (default), 0.0=up. Optional to specify a button edge.
/eos/sub/1/home - Sets the Submaster to its Home level.

Sets the Submaster to its Home level.
/eos/sub/<index>/level

/eos/sub/<index>/level=<button edge>
<index>: Int. Submaster to target.

<button edge>: Float. 1.0=down (default), 0.0=up. Optional to specify a button edge.
/eos/sub/1/level - Sets the Submaster to the Level value.

Sets the Submaster to the Level value, as specified in Setup.
/eos/sub/<index>/max

/eos/sub/<index>/max=<button edge>
<index>: Int. Submaster to target.

<button edge>: Float. 1.0=down (default), 0.0=up. Optional to specify a button edge.
/eos/sub/1/max - Sets the Submaster to its Maximum level.

Sets the Submaster to its Maximum level.
/eos/sub/<index>/min

/eos/sub/<index>/min=<button edge>
<index>: Int. Submaster to target.

<button edge>: Float. 1.0=down (default), 0.0=up. Optional to specify a button edge.
/eos/sub/1/min - Sets the Submaster to its Minimum level.

Sets the Submaster to its Minimum level.
/eos/sub/<index>/out

/eos/sub/<index>/out=<button edge>
<index>: Int. Submaster to target.

<button edge>: Float. 1.0=down (default), 0.0=up. Optional to specify a button edge.
/eos/sub/1/out - Sets the Submaster to Out.

Sets the Submaster to Out.
/eos/sub=<index>

/eos/sub/<index>=<level>
<index>: Int. Submaster to select.

<level>: A float to set the submaster to as a percent between 0 and 1. Can also be a keyword such as full, out, home, min, max, level.
/eos/sub=1 - Selects Sub 1.

/eos/sub/1=0.75 - Sets Sub 1 to 75%. Useful for mapping to an OSC slider.

/eos/sub/1=full - Sets Sub 1 to Full.

Used to select Submasters and modify their levels.
/eos/subscribe/param/<param1>=<value>

/eos/subscribe/param/<param1>/<param2>=<value>
<value>: Int, 1=subscribe, 0=unsubscribe.
/eos/subscribe/param/red=1 - Subscribes to the Red parameter.

/eos/subscribe/param/pan/tilt=1 - Subscribes to both Pan and Tilt parameters.

Any number of parameters can be specified by continuing to list them as <param1>/<param2>/<param3>....

Once subscribed, Eos will reply with an OSC packed per parameter as they change.
/eos/switch/coarse/<param>=<level>

/eos/switch/coarse/<param1>/<param2>=<level>
<level>: Int, number of wheel ticks to change specified parameters by continuously.
/eos/switch/coarse/pan=1.0 - Increase the selection's pan by 1 coarse wheel tick continuously.

/eos/switch/coarse/pan/tilt=1.0 - Increase the selection's pan and tilt by 1 coarse wheel tick continuously.

/eos/switch/coarse/pan/tilt=0 - Stop the continuous wheel ticking for pan and tilt parameters.

Continuously adjusts the given parameters by the given amount of fine wheel ticks until a level=0 command is sent to stop it. Any number of parameters is allowed.
/eos/switch/fine/<param>=<level>

/eos/switch/fine/<param1>/<param2>
<level>: Int, number of wheel ticks to change specified parameters by continuously.
/eos/switch/fine/pan=1.0 - Increase the selection's pan by 1 fine wheel tick continuously.

/eos/switch/fine/pan/tilt=1.0 - Increase the selection's pan and tilt by 1 fine wheel tick continuously.

/eos/switch/fine/pan/tilt=0 - Stop the continuous wheel ticking for pan and tilt parameters.

Continuously adjusts the given parameters by the given amount of fine wheel ticks until a level=0 command is sent to stop it. Any number of parameters is allowed.
/eos/switch/level <level>: Int, number of wheel ticks to change specified parameters by continuously.
/eos/switch/level=1.0 - increase value.

/eos/switch/level=-1.0 - decrease value.

/eos/switch/level=4.0 - increase value rapidly.

Used to change the level of the selected parameter. Defaults to Coarse mode, but can be changed with /eos/wheel command.
/eos/switch=<wheel mode>

/eos/switch/<param>=<level>

/eos/switch/<param1>/<param2>=<level>
<wheel mode>: Int for wheel mode. 0=coarse, 1=fine.

<level>: Int, number of wheel ticks to change specified parameters by continuously. The expected range is -1.0 to 1.0, which affects the tick rate accordingly, but can be a smaller or larger range for more subtle or rapid movement.
/eos/switch=1.0 - Sets the wheel mode to fine.

/eos/switch/pan=1.0 - Increase the selection's pan by 1 wheel tick continuously.

/eos/switch/pan/tilt=1.0 - Increase the selection's pan and tilt by 1 wheel tick continuously.

/eos/switch/pan/tilt=0 - Stop the continuous wheel ticking for pan and tilt parameters.

Changes the switch mode. Affects sensitivity of other switch commands.

Switch is a variant of Wheel with the added functionality of continuously repeating wheel ticks until a subsequent OSC switch command sets the wheel ticks to zero. This may be used to continuously tick a wheel while a button is held down, for example.

Any number of parameters is allowed.
/eos/user/auto   /eos/user/auto - Sets OSC user to an automatically different number than everyone else.

This command sets the OSC user to find a user ID not used by any other device. Useful for apps that want to have their own command line and avoid possible conflicts on the background user.
/eos/user=<user number> <user number>: Int, User number this OSC device should use. User 0 represents the background user (used in Background Macros and elsewhere). User -1 represents the current user on the console that is receiving OSC commands.
/eos/user=2 - Sets OSC user to User 2 on the console.

/eos/user=0 - Sets OSC user to the background user. No commands will appear on any command line.

/eos/user=-1 - Sets OSC user to the current user on the console.

Use to change the console user that receives OSC commands.
/eos/wheel/coarse/<param>=<level>

/eos/wheel/coarse/<param1>/<param2>=<level>
<level>: Int, number of wheel ticks to increment by.
/eos/wheel/coarse/pan=1.0 - Increase the selection's pan by 1 coarse wheel tick.

/eos/wheel/coarse/pan/tilt=1.0 - Increase the selection's pan and tilt by 1 coarse wheel tick each.

Adjusts the given parameters by the given amount of coarse wheel ticks.

Multiple parameters can be targeted by listing each one as <param1>/<param2>/....
/eos/wheel/fine/<param>=<level>

/eos/wheel/fine/<param1>/<param2>=<level>
<level>: Int, number of wheel ticks to increment by.
/eos/wheel/fine/pan=1.0 - Increase the selection's pan by 1 fine wheel tick.

/eos/wheel/fine/pan/tilt=1.0 - Increase the selection's pan and tilt by 1 fine wheel tick each.

Adjusts the given parameters by the given amount of fine wheel ticks.

Multiple parameters can be targeted by listing each one as <param1>/<param2>/....
/eos/wheel/level=<level> <level>: Int, number of wheel ticks to increment by.
/eos/wheel/level=1.0 - increase value.

/eos/wheel/level=-1.0 - decrease value.

/eos/wheel/level=4.0 - increase value rapidly.

Used to change the level of the selected parameter. Defaults to Coarse mode, but can be changed with /eos/wheel command.
/eos/wheel=<wheel mode>

/eos/wheel/<param>=<level>

/eos/wheel/<param1>/<param2>=<level>
<wheel mode>: Int for wheel mode. 0=coarse, 1=fine.

<level>: Int, number of wheel ticks to increment by.
/eos/wheel=1.0 - Sets the wheel mode to fine.

/eos/wheel/pan=1.0 - Increase the selection's pan by 1 wheel tick.

/eos/wheel/pan/tilt=1.0 - Increase the selection's pan and tilt by 1 wheel tick each.

Changes the wheel mode. Affects sensitivity of other wheel commands.

Multiple parameters can be targeted by listing each one as <param1>/<param2>/....
/eos/xyz=<x>, <y>, <z> <x>: Any number, in decimal meters.

<y>: Any number, in decimal meters.

<z>: Any number, in decimal meters.
/eos/xyz/=1, 1, 1 - Sets the current selection's focus to XYZ coordinates (1, 1, 1).

Sets XYZ position of current selection according to Augment3d data.

OSC XYZ coordinates are measured in decimal meters, regardless of the unit selected in Setup > System Settings > Augment3d.

Channels can be focused this way regardless of whether XYZ Format is enabled for them.

OSC Outputs

Address Pattern Arguments Examples Notes
/eos/out/user = <user index> <user index>: Int.
/eos/out/user = 2 - OSC User is User 2.

Sends when the OSC user changes.
/eos/out/wheel = <wheel value> <wheel value>: Float.
/eos/out/wheel = 0.000 - Wheel is not moving.

Sends when an OSC wheel changes.
/eos/out/switch = <switch value> <switch value>: Float.
/eos/out/switch = 0.000 - Wheel is not moving.

Sends when an OSC switch changes.
/eos/out/get/version = <Eos version>, <FixLib version>, <gel swatch type> <Eos version>: String in the format "major.minor.patch.build".

<FixLib version>: String in the format "major.minor.patch.build".

<gel swatch type>: Int.
/eos/out/get/version="3.3.0.273", "3.3.0.102", 0 - Eos Version is 3.3.0.273, Fixture Library version is 3.3.0.102, and the gel swatch type is 0.

Returns information about the current Eos version. Useful to distinguish versions if OSC commands ever change.
/eos/out/get/processors = <processor count>

/eos/out/get/processors = <id>, <backup id>, <host flag>, <health status>, <label>, <name>, <desc>, <IP>, <universe string>
<processor count>: Int, number of processors.

<id>: Int, internal id of the processor.

<backup id>: Int, the id of this processor's backup. -1 = no backup for this processor.

<host flag>: Bool, True if this is the host processor.

<health status>: Int. 0 through 3. 0 = Online, 1 = Offline, 2 = Warnings, 3 = Critical Error.

<label>: String.

<name>: String.

<desc>: String.

<IP>: String.

<universe string>: String containing the universes this processor controls in the format "1>3".
/eos/out/get/processors= 1 - There is 1 expansion processor.

/eos/out/get/processors= 10, -1, True, 0, "Host Label", "Laptop Name", "ETCnomad", "0.0.0.0", "1>3" "Expansion Proccessor", "0.0.0.0", "4>6" - The first processor has an id of 0, no backup, is the host, is online, its label, name, description, IP address, and assigned universes 1 thru 3.

Returns information about processors in the showfile.

The first returned OSC message will have the number of processors in the showfile (and the number of upcoming OSC messages.) Each processor will send its data as a separate OSC command.
/eos/out/get/group/count = <count> <count>: Int.
/eos/out/get/group/count = 10 - 10 Groups in show.

Returns the number of Groups in the show.
/eos/out/get/macro/count = <count> <count>: Int.
/eos/out/get/macro/count = 10 - 10 Macros in show.

Returns the number of Macros in the show.
/eos/out/get/bp/count = <count> <count>: Int.
/eos/out/get/bp/count = 10 - 10 Beam Palettes in show.

Returns the number of Beam Palettes in the show.
/eos/out/get/cp/count = <count> <count>: Int.
/eos/out/get/cp/count = 10 - 10 Color Palettes in show.

Returns the number of Color Palettes in the show.
/eos/out/get/fp/count = <count> <count>: Int.
/eos/out/get/fp/count = 10 - 10 Focus Palettes in show.

Returns the number of Focus Palettes in the show.
/eos/out/get/ip/count = <count> <count>: Int.
/eos/out/get/ip/count = 10 - 10 Intensity Palettes in show.

Returns the number of Intensity Palettes in the show.
/eos/out/get/preset/count = <count> <count>: Int.
/eos/out/get/preset/count = 10 - 10 Presets in show.

Returns the number of Presets in the show.
/eos/out/get/curve/count = <count> <count>: Int.
/eos/out/get/curve/count = 12 - 12 Curves in show.

Returns the number of Curves in the show.
/eos/out/get/ms/count = <count> <count>: Int.
/eos/out/get/ms/count = 2 - 2 Magic Sheets in show.

Returns the number of Magic Sheets in the show.
/eos/out/get/sub/count = <count> <count>: Int.
/eos/out/get/sub/count = 10 - 10 Submasters in show.

Returns the number of Submasters in the show.
/eos/out/get/fx/count = <count> <count>: Int.
/eos/out/get/fx/count = 12 - 12 Effects in show.

Returns the number of Effects in the show.
/eos/out/get/snap/count = <count> <count>: Int.
/eos/out/get/snap/count = 3 - 3 Snapshots in show.

Returns the number of Snapshots in the show.
/eos/out/get/pixmap/count = <count> <count>: Int.
/eos/out/get/pixmap/count = 1 - 1 Pixel Map in show.

Returns the number of Pixel Maps in the show.
/eos/out/get/cuelist/count = <count> <count>: Int.
/eos/out/get/cuelist/count = 1 - 1 Cue List in show.

Returns the number of Cue Lists in the show.
/eos/out/get/cue/<cue list>/count = <count> <cue list>: Int, a number of a cue list.

<count>: Int.
/eos/out/get/cuelist/1/count = 10 - 10 Cues in Cue List 1.

Returns the number of Cues in the given cue list, including part cues.
/eos/out/get/cue/<cue list>/noparts/count = <count> <cue list>: Int, a number of a cue list.

<count>: Int.
/eos/out/get/cuelist/1/count = 10 - 10 Cues in Cue List 1.

Returns the number of Cues in the given cue list, excluding part cues.
/eos/out/get/cue/<cue list>/<cue index>/count = <count> <cue list>: Int, a number of a cue list.

<cue index>: Int, a cue number.

<count>: Int.
/eos/out/get/cue/1/1/count = 10 - 10 Parts in Cue 1 in Cue List 1.

Returns the number of Parts of the given cue in the given Cue List.
/eos/out/get/patch/count = <count> <count>: Int.
/eos/out/get/patch/count = 10 - 10 Patched fixtures in this show.

Returns the number of patched fixtures in the show.
/eos/out/get/patch/<channel number>/<part number>/list/<arg index>/<arg count> = <list index>, <UID>, <label>, <manufacturer>, <fixture type>, <address>, <intensity address>, <current level>, <gel>, <text 1>, <text 2>, <text 3>, <text 4>, <text 5>, <text 6>, <text 7>, <text 8>, <text 9>, <text 10>, <part count>, <ending address>

/eos/out/get/patch/<channel number>/<part number>/notes = <list index>, <UID>, <notes>

/eos/out/get/patch/<channel number>/<part number>/augmented3d/position = <list index>, <UID>, <pos x>, <pos y>, <pos z>, <orientation x>, <orientation y>, <orientation z>, <fpe set index>

/eos/out/get/patch/<channel number>/<part number>/augmented3d/beam = <list index>, <UID>, <beam angle>, <color>, <number of shutters>, (<shutter thrust> , <shutter angle>) repeated for every shutter), <gobo>, <gobo name>, <gobo rotate>, <hide beam state>
<channel number>: Int.

<part number>: Int, 0 if referring to the base channel.

<list index>: Int, Usually optimized to -1. If target is recalled with some /eos/get/<target>/index=<list index>, this will return the given target's index within its list, 0-indexed.

<UID>: String, UID of this Channel, in the form "00000000-0000-0000-0000-000000000000".

<label>: String, label for this Channel.

<manufacturer>: String containing the manufacturer name.

<fixture type>: String containing the name of this fixture.

<address>: Int, the starting absolute address of this Channel.

<intensity address>: Int, the absolute address of the intensity parameter of this Channel.

<current level>: Int, the current intensity level of this Channel.

<gel>: String.

<text 1>: String.

<text 2>: String.

<text 3>: String.

<text 4>: String.

<text 5>: String.

<text 6>: String.

<text 7>: String.

<text 8>: String.

<text 9>: String.

<text 10>: String.

<part count>: Int.

<ending address>: Int, absolute address of the last address for this Channel.

<notes>: String.

<pos x>: Float.

<pos y>: Float.

<pos z>: Float.

<orientation x>: Float.

<orientation y>: Float.

<orientation z>: Float.

<FPE set index>: Int, index of the FPE set used by this channel.

<beam angle>: Float.

<color>: String.

<number of shutters>: Int.

(<shutter thrust>, <shutter angle>): Floats, repeated for every shutter.

<gobo>: String.

<gobo name>: String.

<gobo rotate>: Float.

<hide beam state>: Bool.

<arg index>: Starting argument index for this packet. See OSC List Convention.

<arg count>: Number of args sent in this packet.
/eos/out/get/patch/1/1/list/0/21= 0, "00000000-0000-0000-0000-000000000000", "Channel Label", "ETC_Fixtures", "Releve_Spot_Direct", 513, 513, 100, "", "Text1", "Text2", "Text3", "Text4", "Text5", "Text6", "Text7", "Text8", "Text9", "Text10", 1, 537 - Chan 1 Part 1's list index, UID, label, manufacturer, type, starting address, intensity address, current level, gel, text fields, part count, and ending address.

/eos/get/patch/1/1/notes=0, "00000000-0000-0000-0000-000000000000", "Note" - Chan 1 Part 1's list index, UID, and note.

/eos/get/patch/1/1/augment3d/position=0, "00000000-0000-0000-0000-000000000000", 1.000, 1.000, 1.000, 45.000, 45.000, 45.000, 1 - Chan 1 Part 1's list index, UID, x pos, y pos, z pos, x orientation, y orientation, z orientation, and FPE set.

/eos/get/patch/1/1/augment3d/beam=0, "00000000-0000-0000-0000-000000000000", 0.000, "", 4, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, "", "", 0.000, False - Chan 1 Part 1's list index, UID, beam angle, color, number of shutters, shutter thrust and shutter angle for each of the 4 shutters, gobo number, gobo name, gobo rotation, hide beam.

Returns a minimum of 4 OSC commands.

Returns details about a given channel.
/eos/out/get/group/<index>/list/<arg index>/<arg count>= <list index>, <UID>, <label>

/eos/out/get/group/<index>/channels/list/<arg index>/<arg count>= <list index>, <UID>, (channel args)
<index>: Group index.

<list index>: Int, Usually optimized to -1. If target is recalled with some /eos/get/<target>/index=<list index>, this will return the given target's index within its list, 0-indexed.

<UID>: String, UID of this Group, in the form "00000000-0000-0000-0000-000000000000".

<label>: String, label for this Group.

(channel args): The list of channels contained within the group. If this command is the response to /eos/get/group/displayed/<index>, the channels will appear as they would on the.

<arg index>: Starting argument index for this packet. See OSC List Convention.

<arg count>: Number of args sent in this packet.
/eos/out/get/group/2/list/0/3= 1, "00000000-0000-0000-0000-000000000000", "Group 2 Label" - Group 2's index, UID, and label.

/eos/out/get/group/2/channels/list/0/4= 1, "00000000-0000-0000-0000-000000000000", 1, "11-12" - Group 2's index, UID, and Channels, which are Chan 1 and Chan 11 Thru 12.

/eos/out/get/group/2/channels/list/0/3= 1, "00000000-0000-0000-0000-000000000000", "1 + 11 Thru 12" - Group 2's index, UID, and Channels, as a response to /eos/get/group/displayed/<index>.

Returns a minimum of 2 OSC commands.

Returns details about a given group.
/eos/out/get/macro/<index>/list/<arg index>/<arg count> = <list index>, <UID>, <label>, <mode>

/eos/out/get/macro/<index>/list/<arg index>/<arg count> = <list index>, <UID>, <macro text>
<index>: Macro index.

<list index>: Int, Usually optimized to -1. If target is recalled with some /eos/get/<target>/index=<list index>, this will return the given target's index within its list, 0-indexed.

<UID>: String, UID of this Macro, in the form "00000000-0000-0000-0000-000000000000".

<label>: String, label for this Macro.

<mode>: String, mode for this Macro.

<macro text>: String containing the contents of the Macro.

<arg index>: Starting argument index for this packet. See OSC List Convention.

<arg count>: Number of args sent in this packet.
/eos/out/get/macro/2/list/0/4 = 1, "00000000-0000-0000-0000-000000000000", "Macro Label", "Foreground" - Macro 2's list index, UID, label, and mode.

/eos/out/get/macro/2/list/0/3 = 1, "00000000-0000-0000-0000-000000000000", "Go_To_Cue Out Time 0" - Macro 2's list index, UID, and macro string.

Returns a minimum of 2 OSC commands.

Returns details about a given Macro.
/eos/out/get/cue/<list number>/<cue number>/<part number>/list/<arg index>/<arg count>= <list index>, <UID>, <cue label>, <up time>, <up time delay>, <down time>, <down time delay>, <focus time>, <focus time delay>, <color time>, <color time delay>, <beam time>, <beam time delay>, <preheat>, <curve>, <rate>, <mark>, <block>, <assert>, <link> (int if cue is in same list, string if cue in different list), <follow time>, <hang time>, <all fade>, <loop>, <solo>, <timecode>, <number of parts>, <notes>, <scene>, <scene end>, <multipart index>

/eos/out/get/cue/<list number>/<cue number>/<part number>/fx/list/<arg index>/<arg count>= <list index>, <UID>, (Effect args)

/eos/out/get/cue/<list number>/<cue number>/<part number>/links/list/<arg index>/<arg count>= <list index>, <UID>, (Link args)

/eos/out/get/cue/<list number>/<cue number>/<part number>/actions/list/<arg index>/<arg count>= <list index>, <UID>, (Execute Action args)
<list number>: Int.

<cue number>: Int.

<part number>: Int, optional. If not present, the base cue is assumed.

<list index>: Int, Usually optimized to -1. If target is recalled with some /eos/get/<target>/index=<list index>, this will return the given target's index within its list, 0-indexed.

<UID>: String.

<cue label>: String.

<up time>: Int.

<up time delay>: Int.

<down time>: Int.

<down time delay>: Int.

<focus time>: Int.

<focus time delay>: Int.

<color time>: Int.

<color time delay>: Int.

<beam time>: Int.

<beam time delay>: Int.

<preheat>: Bool.

<curve>: String.

<rate>: Int.

<mark>: String.

<parts>: Int, number of parts this cue has.

<notes>: String.

<scene>: String.

<scene end>: Bool, True if this cue is the end of a scene.

<multipart index>: Int, 0-indexed list of cue parts of the base cue. 0 if this is a base cue.

(Effect args): The effects in this Cue. Single Effects represented as separate int arguments. Ranges represented as strings in the format "x-y".

(Link args): The links in this Cue as a list of string arguments.

(Execute Action args): The Actions to Execute in this Cue as a list of string arguments.

<arg index>: Starting argument index for this packet. See OSC List Convention.

<arg count>: Number of args sent in this packet.
/eos/out/get/cue/1/1/1/list/0/31=1, "00000000-0000-0000-0000-000000000000", "Cue 1 Label", 5000, 0, -1, -1, -1, -1, -1, -1, -1, -1, False, "0", 100, "", "", "", "2/1", -1, -1, False, -1, False, "", 1, "Note", "Scene", True, 0 - Cue 1 Part 1 in Cue List 1's index, UID, label, cue times, attributes, flags, timecode, number of parts, notes, scene data, and multipart index.

/eos/out/get/cue/1/1/1/fx/list/0/4=1, "00000000-0000-0000-0000-000000000000", 901, "903-904" - Cue 1 Part 1 in Cue List 1's index, UID, and effects.

/eos/out/get/cue/1/1/1/links/list/0/3=1, "00000000-0000-0000-0000-000000000000", 2 - Cue 1 Part 1 in Cue List 1's index, UID, and linked lists.

/eos/out/get/cue/1/1/1/actions/list/0/4=1, "00000000-0000-0000-0000-000000000000", "M5", "Q1 / 5" - Cue 1 Part 1 in Cue List 1's index, UID, and execute actions.

Returns a minimum of 4 OSC commands.

Returns info about a given Cue.
/eos/out/get/cuelist/<index>/list/<arg index>/<arg count> = <list index>, <UID>, <label>, <playback mode>, <fader mode>, <independent>, <HTP>, <assert>, <block>, <background>, <solo mode>, <timecode list>, <OOS sync>

/eos/out/get/cuelist/<index>/list/<arg index>/<arg count>= <list index>, <UID>, (Link args)
<index>: Int.

<UID>: String.

<label>: String.

<playback mode>: String.

<fader mode>: String.

<independent>: Bool.

<HTP>: Bool.

<assert>: Bool.

<block>: Bool.

<background>: Bool.

<solo mode>: Bool.

<timecode list>: Int.

<OOS sync state>: Bool.

(Link args): Cues that link to this list as string arguments.

<arg index>: Starting argument index for this packet. See OSC List Convention.

<arg count>: Number of args sent in this packet.
/eos/out/get/cuelist/1/list/0/13= 0, "00000000-0000-0000-0000-000000000000", "Cue List Label", "Master (U2)", "Proportional", False, False, False, False, True, False, -1, False - Cue List 1's list index, UID, label, playback mode, fader mode, independent state, HTP state, assert state, block state, background state, solo mode state, timecode list, and OOS sync state.

/eos/out/get/cuelist/1/links/list/0/3= 0, "00000000-0000-0000-0000-000000000000", "2/1" - Cue List 1's list index, UID, and links.

Returns a minimum of 2 OSC commands.

Returns details about the given Cue List.
/eos/out/get/<palette type>/<index>/list/<arg index>/<arg count> = <list index>, <UID>, <label>, <absolute palette>, <locked palette, <tracking channel>

/eos/out/get/<palette type>/<index>/channels/list/<arg index>/<arg count>= <list index>, <UID>, (channel args)

/eos/out/get/<palette type>/<index>/byType/list/<arg index>/<arg count>= <list index>, <UID>, (byType channel args)
<palette type>: Bp (Beam Palette), cp (Color Palette), fp (Focus Palette), or ip (Intensity Palette).

<index>: Int, palette ID.

<list index>: Int, Usually optimized to -1. If target is recalled with some /eos/get/<target>/index=<list index>, this will return the given target's index within its list, 0-indexed.

<UID>: String.

<label>: String.

<absolute palette>: Bool, True if palette is absolute.

<locked palette>: Bool, True if palette is locked.

<tracking channel>: Int.

(channel args): The channels in the Palette. Single channels represented as separate int arguments. Ranges represented as strings in the format "x-y".

(byType channel args): The By Type channels in the Palette. Single channels represented as separate int arguments. Ranges represented as strings in the format "x-y".

<arg index>: Starting argument index for this packet. See OSC List Convention.

<arg count>: Number of args sent in this packet.
/eos/out/get/ip/2/list/0/6=1, "00000000-0000-0000-0000-000000000000", "Intensity Palette 2 Label", False, False, 0 - Intensity Palette 2's list index, UID, label, absolute state, locked state, and tracking channel.

/eos/out/get/ip/2/channels/list/0/4=1, "00000000-0000-0000-0000-000000000000", 1, "11-12" - Intensity Palette 2's list index, UID, and channels.

/eos/out/get/ip/2/byType/list/0/4=1, "00000000-0000-0000-0000-000000000000", 2, "20-24" - Intensity Palette 2's list index, UID, and By Type channels.

Returns a minimum of 3 OSC commands.

Returns details about the given Palette.
/eos/out/get/preset/<index>/list/<arg index>/<arg count> = <list index>, <UID>, <label>, <absolute palette>, <locked palette, <tracking channel>

/eos/out/get/preset/<index>/channels/list/<arg index>/<arg count>= <list index>, <UID>, (channel args)

/eos/out/get/preset/<index>/byType/list/<arg index>/<arg count>= <list index>, <UID>, (byType channel args)

/eos/out/get/preset/<index>/fx/list/<arg index>/<arg count>= <list index>, <UID>, (effects args)
<index>: Int, preset ID.

<list index>: Int, Usually optimized to -1. If target is recalled with some /eos/get/<target>/index=<list index>, this will return the given target's index within its list, 0-indexed.

<UID>: String.

<label>: String.

<absolute palette>: Bool, True if palette is absolute.

<locked palette>: Bool, True if palette is locked.

<tracking channel>: Int.

(channel args): The channels in the Preset. Single channels represented as separate int arguments. Ranges represented as strings in the format "x-y".

(byType channel args): The By Type channels in the Palette. Single channels represented as separate int arguments. Ranges represented as strings in the format "x-y".

(effects args): The effects in the Preset. Single effects represented as separate int arguments. Ranges represented as strings in the format "x-y".

<arg index>: Starting argument index for this packet. See OSC List Convention.

<arg count>: Number of args sent in this packet.
/eos/out/get/preset/2/list/0/6=1, "00000000-0000-0000-0000-000000000000", "Preset 2 Label", False, False, 0) - Preset 2's list index, UID, label, absolute state, locked state, and tracking channel.

/eos/out/get/preset/2/channels/list/0/4=1, "00000000-0000-0000-0000-000000000000", 1, "11-12" - Preset 2's list index, UID, and channels.

/eos/out/get/preset/2/byType/list/0/4=1, "00000000-0000-0000-0000-000000000000", 2, "20-24" - Preset 2's list index, UID, and By Type channels.

/eos/out/get/preset/2/fx/list/0/4=1, "00000000-0000-0000-0000-000000000000", 901, "905-906" - Preset 2's list index, UID, and effects.

Returns a minimum of 4 OSC commands.

Returns details about the given Preset.
/eos/out/get/sub/<index>/list/<arg index>/<arg count> = <list index>, <UID>, <label>, <mode>, <fader mode>, <HTP>, <exclusive>, <background>, <restore>, <priority>, <up time>, <dwell time>, <downtime>

/eos/out/get/sub/<index>/fx/list/<arg index>/<arg count>= <list index>, <UID>, (effects args)
<index>: Int, submaster ID.

<list index>: Int, Usually optimized to -1. If target is recalled with some /eos/get/<target>/index=<list index>, this will return the given target's index within its list, 0-indexed.

<UID>: String.

<label>: String.

<mode>: String.

<fader mode>: String.

<HTP>: Bool.

<exclusive>: Bool.

<background>: Bool.

<restore>: Bool.

<priority>: Bool.

<up time>: String.

<dwell time>: String.

<down time>: String.

(effects args): The effects in the Submaster. Single effects represented as separate int arguments. Ranges represented as strings in the format "x-y".

<arg index>: Starting argument index for this packet. See OSC List Convention.

<arg count>: Number of args sent in this packet.
/eos/out/get/sub/2/list/0/13=1, "00000000-0000-0000-0000-000000000000", "Sub 2 Label", "Additive", "Proportional", True, False, True, False, "P3", "0", "Man", "0" - Sub 2's list index, UID, label, mode, fader mode, HTP state, exclusive state, background state, restore state, priority, up time, dwell time, and down time.

/eos/out/get/sub/2/fx/list/0/4=1, "00000000-0000-0000-0000-000000000000", 901, "905-906" - Sub 2's list index, UID, and effects.

Returns a minimum of 2 OSC commands.

Returns details about a given Submaster.
/eos/out/get/fx/<index>/list/<arg index>/<arg count> = <list index>, <UID>, <label>, <effect type>, <entry>, <exit>, <duration>, <scale> <index>: Int, effect ID.

<list index>: Int, Usually optimized to -1. If target is recalled with some /eos/get/<target>/index=<list index>, this will return the given target's index within its list, 0-indexed.

<UID>: String.

<label>: String.

<effect type>: String.

<entry>: String.

<exit>: String.

<duration>: String.

<scale>: Int.

<arg index>: Starting argument index for this packet. See OSC List Convention.

<arg count>: Number of args sent in this packet.
/eos/out/get/fx/901/list/0/8=0, "00000000-0000-0000-0000-000000000000", "Effect 901 Label", "Focus", "Immediate", "Immediate", "Infinite", 25 - Effect 901's list index, UID, label, effect type, entry, exit, duration, and scale.

Returns a minimum of 1 OSC command.

Returns details about a given Effect.
/eos/out/get/pixmap/<index>/list/<arg index>/<arg count> = <list index>, <UID>, <label>, <server channel>, <interface>, <width>, <height>, <pixel count>, <fixture count>

/eos/out/get/pixmap/<index>/list/<arg index>/<arg count> = <list index>, <UID>, (channel args)
<index>: Int, Pixel Map ID.

<list index>: Int, Usually optimized to -1. If target is recalled with some /eos/get/<target>/index=<list index>, this will return the given target's index within its list, 0-indexed.

<UID>: String.

<label>: String.

<server channel>: Int.

<interface>: String.

<width>: Int.

<height>: Int.

<pixel count>: Int.

<fixture count>: Int.

(channel args): The channels in the Pixel Map. Single channels represented as separate int arguments. Ranges represented as strings in the format "x-y".

<arg index>: Starting argument index for this packet. See OSC List Convention.

<arg count>: Number of args sent in this packet.
/eos/out/get/pixmap/2/list/0/9= 1, "00000000-0000-0000-0000-000000000000", "Pixel Map Label", 100, "sACN", 32, 32, 1024, 1024 - Pixel Map 2's list index, UID, label, server channel, interface, width, height, pixel count, and fixture count.

/eos/out/get/pixmap/2/list/0/3= 1, "00000000-0000-0000-0000-000000000000", 101, "105-106" - Pixel Map 2's list index, UID, label, layer channels, which are Chan 101 and Chan 105 Thru 106.

Returns a minimum of 2 OSC commands.

Returns details about a given Pixel Map.
/eos/out/get/curve/<index>/list/<arg index>/<arg count> = <list index>, <UID>, <label> <index>: Int, Curve ID.

<list index>: Int, Usually optimized to -1. If target is recalled with some /eos/get/<target>/index=<list index>, this will return the given target's index within its list, 0-indexed.

<UID>: String.

<label>: String.

<arg index>: Starting argument index for this packet. See OSC List Convention.

<arg count>: Number of args sent in this packet.
/eos/out/get/curve/2/list/0/9= 1, "00000000-0000-0000-0000-000000000000", "Curve Label" - Curve 2's list index, UID, label.

Returns a minimum of 1 OSC command.

Returns details about a given Curve.
/eos/out/get/ms/<index>/list/<arg index>/<arg count> = <list index>, <UID>, <label> <index>: Int, Magic Sheet ID.

<list index>: Int, Usually optimized to -1. If target is recalled with some /eos/get/<target>/index=<list index>, this will return the given target's index within its list, 0-indexed.

<UID>: String.

<label>: String.

<arg index>: Starting argument index for this packet. See OSC List Convention.

<arg count>: Number of args sent in this packet.
/eos/out/get/ms/2/list/0/9= 1, "00000000-0000-0000-0000-000000000000", "Magic Sheet Label" - Magic Sheet 2's list index, UID, label.

Returns a minimum of 1 OSC command.

Returns details about a given Magic Sheet.
/eos/out/get/snap/<index>/list/<arg index>/<arg count> = <list index>, <UID>, <label> <index>: Int, Snapshot ID.

<list index>: Int, Usually optimized to -1. If target is recalled with some /eos/get/<target>/index=<list index>, this will return the given target's index within its list, 0-indexed.

<UID>: String.

<label>: String.

<arg index>: Starting argument index for this packet. See OSC List Convention.

<arg count>: Number of args sent in this packet.
/eos/out/get/snap/2/list/0/9= 1, "00000000-0000-0000-0000-000000000000", "Snapshot Label" - Snapshot 2's list index, UID, label.

Returns a minimum of 1 OSC command.

Returns details about a giveen Snapshot.
/eos/out/get/setup/list/<arg index>/<arg count> = <up time>, <down time>, <focus time>, <color time>, <beam time>, <up time>: Int, default Intensity Up time.

<down time>: Int, default Intensity Down time.

<focus time>: Int, default Focus time.

<color time>: Int, default Color time.

<beam time>: Int, default Beam time.

<arg index>: Starting argument index for this packet. See OSC List Convention.

<arg count>: Number of args sent in this packet.
/eos/out/get/setup/list/0/5= 5, 5, 5, 5, 5 - All Cue Default Times are set to 5.

Returns a minimum of 1 OSC command.

Returns the default cue timings from Setup.
/eos/out/get/<target type>/<target number>/<part number> <target number>: Any target number.

<part number>: Omitted for targets without parts.
/eos/out/get/cue/1/1/1 = - Cue 1 Part 1 in Cue List 1 does not exist.

This is an empty target packet. If the target does not exist, Eos will send this method.
/eos/out/get/show/path = <show file path> <show file path>: String, the file path to the show file.
/eos/out/get/show/path="C:\Users\user\Documents\ETC\Eos\ShowArchive\showfile.esf3d" - The file path where the show file can be found.

 
/eos/out/ping = (ping arguments) (ping arguments): Any number of arguments will be present, matching what was sent with /eos/ping.
/eos/out/ping="abcde", 4 - The response to the command /eos/ping = "abcde", 4.

Ping with /eos/ping. Any number of args can be passed.
/eos/fader/<index>/reset <index>: Int, OSC fader bank.
/eos/fader/1/reset - Fader Bank 1 has been reset.

This method is sent when an OSC fader bank is reset.
/eos/cuelist/<index>/reset <index>: Int, OSC cuelist.
/eos/cuelist/1/reset - Cue List 1 has been reset.

This method is sent when an OSC Cue List is reset.
/eos/out/get/userlist = <args per user>, (<user id>, <console type>, <console name>) <args per user>: Int, always 3.

<user id>: Int.

<console type>: String.

<console name>: String.
/eos/out/get/userlist = 3, 1, "ETCnomad", "PC-Name" - There is only one user on this show, running on ETCnomad off of PC-Name.

(<user id>, <console type>, <console name>) args will repeat for each user in the show.
/eos/out/get/chans = <chans> <chans>: String containing the currently selected chans by the OSC user.
/eos/out/get/chans = "2, 6-7" - Channels 2 and 6 thru 7 are selected.

Sends the current selected channels by the OSC user.
/eos/out/get/3dserver = <server address>, <UID> <server address>: String with the Augment3D server. Repeated for multiple IP addresses.

<UID>: String containing the UID of the Augment3D server.
/eos/out/get/3dserver = "0.0.0.0:3040", "0.0.0.0:3040", "UID=00000000-0000-0000-0000-000000000000" - The IP addresses and UID of the Augment3D server.

Sends the IP addresses of the Augment3D server.
/eos/out/get/fpe/<set index>/count = <list index>, <count> <set index>: Int.

<list index>: Int, Usually optimized to -1. If target is recalled with some /eos/get/<target>/index=<list index>, this will return the given target's index within its list,.

<count>: Int, number of points in this FPE set.
/eos/out/get/fpe/1/count = 0, 4 - FPE set 1 has 4 FPE points.

Sends the number of points within the given FPE set.
/eos/out/get/fpe/count = <count> <count>: Int, number of FPE sets.
/eos/out/get/fpe/count = 1 - This show has 1 FPE set.

Sends the number of FPE sets.
/eos/out/get/fpe/<set index>/<point index> = <list index>, <point list index>, <text name>, <index>, <x coord>, <y coord>, <z coord> <set index>: Int.

<point index>: Int.

<list index>: Int, Usually optimized to -1. If target is recalled with some /eos/get/<target>/index=<list index>, this will return the given target's index within its list,.

<point list index>: Int, the point's index within its set, 0-indexed.

<text name>: String in the format "FPE Point <set>/<point>".

<index>: Int, FP Number.

<x coord>: Float, x coordinate of this point.

<y coord>: Float, y coordinate of this point.

<z coord>: Float, z coordinate of this point.
/eos/out/get/fpe/1/0 = 0, 0, "FPE Point 1/1", 901, -3.000, 3.000, 0.000 - FPE Point 1/1's id number, and coordinates.

Sends back information about a particular FPE point.
/eos/out/get/fpe/<set index> = <list index>, <label>, <count> <set index>: Int.

<list index>: Int, Usually optimized to -1. If target is recalled with some /eos/get/<target>/index=<list index>, this will return the given target's index within its list,.

<label>: String.

<count>: Int, number of points in this FPE set.
/eos/out/get/fpe/1 = 0, "FPE Label", 4 - FPE Set 1's list index, label, and number of points.

Sends back information about a particular FPE set.
/eos/out/get/params/<chan number> = <manufacturer>, <fixture type>, (<param name>, <level>, <min level>, <max level>) <chan number>: Int.

<manufacturer>: String.

<fixture type>: String.

<param name>: String.

<level>: Float.

<min level>: Float.

<max level>: Float.
/eos/out/get/params/1="ETC Fixtures", "Releve Spot Direct", "Intens", 0.000, 0.000, 100.000, "Red", 100.000, 0.000, 100.000, "Lime", 100.000, 0.000, 100.000, "Green", 100.000, 0.000, 100.000, "Blue", 100.000, 0.000, 100.000, "Pan", 0.000, -270.000, 270.000, "Tilt", 100.000, -135.000, 135.000 - Chan 1's fixture manufacturer, type, and params, with their current level, min level, and max level.

(<param name>, <level>, <min level>, <max level>) repeats for all params in the channel.
/eos/out/get/emitters/<chan number> = <manufacturer>, <fixture type>, (<param name>, <level>, <min level>, <max level>) <chan number>: Int.

<manufacturer>: String.

<fixture type>: String.

<param name>: String.

<level>: Float.

<min level>: Float.

<max level>: Float.
/eos/out/get/emitters/1="ETC Fixtures", "Releve Spot Direct", "Intens", 0.000, 0.000, 100.000, "Red", 100.000, 0.000, 100.000, "Lime", 100.000, 0.000, 100.000, "Green", 100.000, 0.000, 100.000, "Blue", 100.000, 0.000, 100.000 - Chan 1's fixture manufacturer, type, and emitters, with their current level, min level, and max level.

(<param name>, <level>, <min level>, <max level>) repeats for all emitters in the channel.
/eos/out/get/csv = <offset>, <filesize>, <file> <offset>: Int.

<filesize>: Int, number of bytes in the CSV.

<file>: Blob, the file stream.
/eos/out/get/csv = 0, 72608, (blob) - Sends out the csv file in some format.

 
/eos/out/event/cue/<cue list>/<cue id>/<action> = <label> <cue list>: Int.

<cue id>: Int.

<action>: Stop, resume, or fire (depending on the state of the triggered cue).
/eos/out/event/cue/1/7/fire= "Cue 7 Label" - Cue 7 in List 1 was fired.

Sends every time a cue is fired, stopped, or resumed.
/eos/out/event/cue/<cue list>/<cue id>/<action> = <label> <cue list>: Int.

<cue id>: Int.

<action>: Stop, resume, or fire (depending on the state of the triggered cue).
/eos/out/event/cue/1/7/fire= "Cue 7 Label" - Cue 7 in List 1 was fired.

Sends every timea cue is fired, stopped, or resumed as a custom cue event.
/eos/out/event   /eos/out/event - timecode Learn.

Sends when a timecode event is learned.
/eos/out/event/sub/<sub id> = <on/off> <sub id>: Int.

<on/off>: Int, 0 = off, 1 = on.
/eos/out/event/sub/1 = 1 - Sub 1 was fired.

Sends when a sub is fired from a show control event.
/eos/out/event/macro/<macro id> <macro id>: Int.
/eos/out/event/macro/1 - Macro 1 was fired.

Sends when a macro is fired from a show control event.
/eos/out/event/relay/<address>/<level> = <on/off> <address>: Int.

<level>: Int.

<on/off>: Int, 0 = off, 1 = on.
/eos/out/event/relay/1/1 = 1 - Relay 1 was fired.

Sends when a relay is fired from a show control event.
/eos/out/event/show/<state> = <show file>   /eos/out/event/show/saved = "C:\Users\user\Documents\ETC\Eos\ShowArchive\filename.esf3d" - The show file was saved to this location.

Sends every time a file is saved, loaded, or cleared.
/eos/out/cmd = <command line>, <error> <command line>: String containing the command line.

<error>: Int, 0 if no error, 1 if error.
/eos/out/cmd = "LIVE: Cue 1 : Chan 1 #", 0 - The command line, closed as noted by "#".

Sends every time the command line updates, sent only to that OSC user.
/eos/out/user/<user id>/cmd = <command line>, <error> <user id>: Int.

<error>: Int, 0 if no error, 1 if error.

<command line>: String containing the command line.
/eos/out/user/1/cmd = "LIVE: Cue 1 \: Chan 1 #", 0 - User 1's command line, closed as noted by "#" :$1.

 
/eos/out/softkey/<softkey id> = <text> <softkey id>: Int, 1 through 12.
/eos/out/softkey/1 = "Address" - Softkey 1's button text is now "Address".

Sends every time a softkey changes, in sets of 12 commands, for each softkey.
/eos/out/show/name = <show name> <show name>: String.
/eos/out/show/name = "New Show Name" - The name of this showfile changed.

Sends when the name of the show changes.
/eos/out/previous/cue/<list>/<number>/<part> <list>: Int.

<number>: Int.

<part>: Int, if a cue part.
/eos/out/previous/cue/1/1 - Previous cue is now Cue 1 in List 1.

Sends when the previous cue changes.
/eos/out/previous/cue/text = <(cue list)/(cue number) (label) (duration)> <(cue list)/(cue number) (label) (duration)>: String formatted as "(cue list)/(cue number) (label) (duration)".
/eos/out/previous/cue/text = "1/1 Label 5.0" - Previous cue is Cue 1 in List 1, with a 5 second duration.

Sends when the previous cue changes.
/eos/out/active/cue/<list>/<number> = <percent> <list>: Int.

<number>: Int.

<percent>: Float, the percent completed of the active cue, between 0.000-1.000.
/eos/out/active/cue/1/1 = 0.500 - Active cue (1/1) is halfway complete.

Sends while the active cue is fading.
/eos/out/active/cue/ = <percent> <percent>: Float, the percent completed of the active cue, between 0.000-1.000.
/eos/out/active/cue = 0.500 - Active cue (1/1) is halfway complete.

Sends while the active cue is fading.
/eos/out/active/cue/text = <(cue list)/(cue number) (label) (duration)> <(cue list)/(cue number) (label) (duration)>: String formatted as "(cue list)/(cue number) (label) (duration)".
/eos/out/active/cue/text = "1/1 Label 5.0" - Active cue is Cue 1 in List 1, with a 5 second duration.

Sends when the active cue changes.
/eos/out/pending/cue/<list>/<number>/<part> <list>: Int.

<number>: Int.

<part>: Int, if a cue part.
/eos/out/pending/cue/1/1 - Pending cue is now Cue 1 in List 1.

Sends when the pending cue changes.
/eos/out/pending/cue/text = <(cue list)/(cue number) (label) (duration)> <(cue list)/(cue number) (label) (duration)>: String formatted as "(cue list)/(cue number) (label) (duration)".
/eos/out/pending/cue/text = "1/2 Label 5.0" - Pending cue is Cue 2 in List 1, with a 5 second duration.

Sends when the pending cue changes.
/eos/out/active/chan = <chan>, <channel info> <chan>: Int.

<channel info>: String formatted as "[(level)] (fixture type) (fixture description)".
/eos/out/active/chan = 2, "[100] ETC_Revolution_Original FixtureNote" - Channel 2 is selected, at Full intensity.

Sends when the active channel changes.
/eos/out/active/wheel/<index> = <param name & level>, <param group>, <level> <param name & level>: String formatted as "(param name) [(level)]".

<param group>: Int, 1 through 6.

<level: Float.
/eos/out/active/wheel/1 = "Intens [0]", 1, 0.000 - The first parameter is intensity, which is at 0.

Sends when the active wheels change. Each wheel will send as a different command, one for each parameter of the selection.
/eos/out/color/hs = <hue>, <saturation> <hue>: Float.

<saturation>: Float.
/eos/out/color/hs = 296.445, 38.265 - The color of the current selection.

Sends when the active selection changes.
/eos/out/pantilt = <pan min>, <pan max>, <tilt min>, <tilt max>, <pan>, <tilt> <pan min>: Float.

<pan max>: Float.

<tilt min>: Float.

<tilt max>: Float.

<pan>: Float.

<tilt>: Float.
/eos/out/pantilt = -270.000, 270.000, -135.000, 135.000, 0.000, 0.000 - Selected chan's pan and tilt values are at 0.

Sends when the active selection changes.
/eos/out/xyz = <x>, <y>, <z> <x>: Float.

<y>: Float.

<z>: Float.
/eos/out/xyz = 0, 0, 0 - Selected fixture is focused at (0, 0, 0).

Sends when the active selection changes.
/eos/out/event/state = <state> <state>: Int, 0 is Blind, 1 is Live.
/eos/out/event/state = 0 - Console is in Blind Mode.

Sends when the console state changes.
/eos/out/event/locked = <state> <state>: Int, 0 is unlocked, 1 is locked.
/eos/out/event/locked = 1 - Console is locked.

Sends when the console's lock state changes.
/eos/out/ds/<ds index>/<button index> = <target name>, <button name> <ds index>: Int, representing which Direct Select Bank this is.

<button index>: Int.

<target name>: String with the target's label in the form "(label) [(target id)]".

<button name>: String.
/eos/out/ds/1/1 = "Beam Palette Label [1]", "1" - The first Direct Select button in Bank 1 is set to Beam Palette 1.

Sends when the direct select bank changes. All buttons will refresh with a separate method.
/eos/out/ds/<ds index> = <target type> <ds index>: Int, representing which Direct Select Bank this is.

<target type>: String in the format "(Target Type) [(page)]".
/eos/out/ds/1 = "Beam Palettes [1]" - The first Direct Select Bank is filled with Beam Palettes.

Sends when the direct select bank changes. All buttons will refresh with a separate method.
/eos/fader/<bank index>/<fader index> = <level> <bank index>: Int, representing which OSC fader bank this is.

<fader index>: Int.

<level>: Float.
/eos/fader/1/1 = 0.500 - The first fader in OSC Fader Bank 1 is at 50%.

Sends when the fader bank changes. All faders will refresh with a separate method.
/eos/out/fader/range/<bank index>/<fader index> = <min>, <max> <bank index>: Int, representing which OSC fader bank this is.

<fader index>: Int.

<min>: Float, minimum level for this fader.

<max>: Float, maximum level for this fader.
/eos/out/fader/range/1/1 = 0.00, 100.000 - The first fader in OSC Fader Bank has a range from 0 to 100.

Sends when the fader bank is created. All faders will refresh with a separate method.
/eos/out/fader/<bank index>/<fader index>/name = <target name> <bank index>: Int, representing which OSC fader bank this is.

<fader index>: Int.

<target name>: String.
/eos/out/fader/1/1 = "S 1 Hold P3" - The first fader in OSC Fader Bank is targeting Sub 1.

Sends when the faders are updated. All faders will refresh with a separate method.
/eos/out/fader/<bank index> = <page index> <bank index>: Int, representing which OSC fader bank this is.

<page index>: Strin representing the current fader page number.
/eos/out/fader/1 = "2" - OSC Bank 1 is on page 2.

Sends when the fader page updates.
/eos/out/cuelist/<bank index> = <label>, <total cues>, <follow time> <bank index>: Int, representing which OSC cue list this is.

<label>: String.

<total cues>: String.
/eos/out/cuelist/1 = "Cue List 1", 10, 0 - Cue list 1's label, number of cues, and follow time.

Sends when the OSC cue list is updated.
/eos/out/cuelist/<bank index>/<cue index> = <OSC label>, <cue number>, <cue label>, <notes>, <scene>, <scene end>, <duration>, <remaining> <bank index>: Int, representing which OSC cue list this is.

<cue index>: Int.

<OSC label>: String with the cue number, and label.

<cue number>: String with cue number and part if necessary.

<cue label>: String.

<notes>: String.

<scene>: String.

<scene end>: Bool.

<duration>: Int.

<remaining>: Int, -1 if not counting down.
/eos/out/cuelist/1/3 = "2 P2 Label", "2 P2", "Label", "note", "scene 2", False, 5000, -1 - Cue 2 Part 2's details.

Sends when the OSC cue list is updated.
/eos/out/param/<param name> = <value>, <min>, <max> <param name>: Name of the subscribed parameter.

<value>: Float.

<min>: Float.

<max>: Float.
/eos/out/param/red = 20.000, 0.000, 100.000 - A red parameter was just set to 20.

Sends when a subscribed parameter updates. See /eos/subscribe.
/eos/out/notify/<target type>/list/<arg index>/<arg count> = <sequence number>, (changed IDs)

/eos/out/notify/<target type>/<list number>/list/<arg index>/<arg count> = <sequence number>, (changed IDs)
<target type>: Any valid Eos Target type.

<list number>: Int, if target type is a cue, the cue list number will also send. Excluded for other target types.

<sequence number>: Int, to keep track of how many /notify/ commands have been sent, this number will increase with each sent command to uniquely identify them.

(changed IDs): List of target ids that changed as a list of arguments. Ranges are represented as a string "X-Y" and individual targets are represented as ints.

<arg index>: Starting argument index for this packet. See OSC List Convention.

<arg count>: Number of args sent in this packet.
/eos/out/notify/cue/1 = 0 - Cue 1's sequence number is 0.

In order to stay in sync with changes as a user makes them, OSC devices can request to be notified of changes with /eos/subscribe=1. After subscribing, any time a target.

OSC Eos Keys

OSC names for each key can also be viewed on the Virtual Keyboard [Tab 7] by selecting OSC /key Names in the bottom-right dropdown menu.

0 1 2
3 4 5
6 7 8
9 @ Label
Undo Delay External_Relationship
Full Group Rem_Dim
Time Trace Park
Learn Mark Sneak
Out Part Cue
Record Sub Thru
Update Level Follow
CueOnly Query Record_Only
Clear_Cmd Delete Enter
. - +
Bump Color_Path Live
Blind Spreadsheet Cue_Sheet
Setup Fader_Display Stop
Back Load Show_Control_Action
Resume To_Full_Snapshot Gel_Swatch_Setting_Gel_And_Source_Lamp
/ (use \ key in Address Pattern) Page_Left Page_Right
Page_Up Page_Down Go_0
Assert Augment3d_Display_Behavior Filter_Fader_Button
Go_To_Cue Independent Go_To_Cue_0
Manual_Override Recall_From Copy_To
Rate Timing_Disable Fader_Release
Fader_Freeze Next Last
Help Select_All Beam
Capture Native Filter_Mode
Image Intensity Select_Last
Select_Manual Control Focus
Color Shutter Display_Timing
Select_Active Macro_1 Macro_2
Macro_3 Macro_4 Macro_5
Macro_6 Macro_7 Macro_8
Macro_Button Snapshot _+%
_-% About Record Rig Check
Run Rig Check Clear Rig Check Clear Errors
Repeat_On_Go Restart_Effect Flip
Color_Palette Beam_Palette Intensity_Palette
Focus_Palette Effect Preset
Page_Mode HS Softkey_1
Softkey_2 Softkey_3 Softkey_4
Softkey_5 Softkey_6 Softkey_7
Softkey_8 Control Swap_Address
CIE_XYY AUTO_DIM Lock
Fine Shift Device_Discovered
Device_Disconnected Display_Palettes Display_Presets
Display_Groups Block Fan_
Offset Patch_Done Even
Odd RGB CMY
Lightwright Gel_Match_Setting_Hybrid Color_Gel_Match_Hybrid
SAT_ADJUST COLOR_SCRUB Allfade
Curve Link AutoMark_Off
Is_In Isn't_In Can_Be
Can't_Be Unpatch Stop_All
Move_To Replace_With SubType
GEL_ Hold Color_Fade_Times
Plus_FX Limited_Expand_Mode_Toggle FaderWing_Page
COLOR_SCRUB_REPLAY WheelAndEncoderButton FineWheelAndEncoderButton
Wheel ADD_LOG_ENTRY Down
Wheel0 Wheel1 Wheel2
Wheel3 Wheel4 Wheel5
Wheel6 Wheel7 Wheel8
Wheel9 Keywords OOS_Sync
Patch_1_To_1 Fader_Page_Back Magic_Sheet
Open_Magic_Sheet_Blind Magic_Sheet_Recall Hide_Mouse
Color_Gel Only_Text Only_Show
LD_Flags Display_Intensity_Palettes Display_Focus_Palettes
Display_Color_Palettes Display_Beam_Palettes Tab
Format FlexiChannel_Mode Preserve_Native_On_Patch_Change
Select Escape Parameter_View
Level_Wheel_Move Display_Macros Display_Channels
Continuous_Run Complete Device_Properties
ChannelParam Device_Errors Device_Sensors
Device_Ignore_Errors HTP_ CueOnlyTrack
Lock_ Fader_Assert Stop_Effect_Button
More_Softkeys Slider_Move Lamp_Control
Flash OSC_RX Manual
Lamp_On Douse Calibrate
ShutDown_Fixture Test_Fixture Labels_Only
Mirror_Mode Attach Detach
Moves_Only Marks Device_Lamp_Controls
End_Query CLEAR_HOLD_COLOR_POINT_ORIGIN Ordered_View
Reorder Select_Event_At_Current_Time_Code Flexi_Staging_Mode
Workspace Gel_Swatch_Setting_Gel_Only User_
Cell Editing Scene View
Go_Button Stop_Button Load_Button
Stop_Effect Open_Fader_Config_Blind Absolute
Linear StepBased Action
Focus_Effect Color_Effect Properties
Step Duration RCE_On_Off
CycleTime Insert Include_Color_Fade
RCE_Insert Effect_Edit RCE_Channels
Import_Path Second_Action PDV_Point
PDV_Time Insert_Channel Device_Clear_Errors
Select_Last_Params Encoder Custom Magic_Sheet_Edit
Magic_Sheet_Apply Display_Magic_Sheets Import_Gobo
OSC_Cue_Recv_String OSC_Cue_Send_String Park Buffer
Page_Column_1 Page_Column_2 Page_Column_3
Page_Column_4 Page_Column_5 Page_Column_6
Page_Column_7 Make_Null Make_Absolute
Make_Manual Preview Unmark_At_Zero
Mapped_To Number_Of_Controls Scene_End
Discrete_Instance Device Fader_1
Fader_2 Fader_3 Fader_4
Fader_5 Fader_6 Fader_7
Fader_8 Fader_9 Fader_10
Fader_AB Stop_1 Stop_2
Stop_3 Stop_4 Stop_5
Stop_6 Stop_7 Stop_8
Stop_9 Stop_10 Bump_1
Bump_2 Bump_3 Bump_4
Bump_5 Bump_6 Bump_7
Bump_8 Bump_9 Bump_10
Fader_Pages Displays Escape
Encoder_1 Encoder_2 Encoder_3
Encoder_4 Encoder_5 Encoder_6
Encoder_Wheel_Move Encoder_Category_Color Encoder_Category_Shutter
Encoder_Category_Image Encoder_Category_Form Encoder_Category_Intensity
Encoder_Category_Focus Partitions Rate_Wheel_Move
Fader_Rate Unmap_Faders Module_1_Connected
Module_2_Connected Module_3_Connected Module_1_Disconnected
Module_2_Disconnected Module_3_Disconnected Expand
Data Insert_Before Insert_After
ParamCategory Edit_Target Size
HForm Loop Done
Macro_Loop_Begin Macro_Loop_End Macro_Loop_Num
Macro_Wait Execute Pattern
Grouping Trail Open_Color_Picker
Open_Browser Haptic_Level_Wheel_Move Haptic_Rate_Wheel_Move
Haptic_Encoder_Wheel_Move Open_Fader_Config Master
Open_Pattern_Effects Open_DMX_Patch Clear_Module
Reverse Interpolate Run_Cue
Entry Edit_Mode Open_Cue_Blind
Open_Preset_Blind Open_CP_Blind Open_BP_Blind
Open_IP_Blind Open_FP_Blind Open_Sub_Blind
Open_Group_Blind Open_Park_Blind Open_Effect_Blind
Reverse_Steps Scale Close_Offset_Display
User Dwell InTime
DecayTime OnState OffState
StepTime Check Patch
Swap_Pan/Tilt Invert_Pan Invert_Tilt
Random_Channels Lamp_Ctrls Patch_Mode
Attribute_Mode Database_Mode FaderModule_1_Connected
FaderModule_2_Connected FaderModule_3_Connected Display_Effects
Bounce Random_Groups Random_Rate
Cycles Action Duration//Cycles
System_Settings User_Settings Device_Settings
RVI_Settings Color_Gel_Match_Spectrum Level_
Gel_Match_Setting_Spectrum Delete_Device Chan
Parameters Effect_Time_Wheel Effect_Shape_Vertical_Wheel
Effect_Size_Wheel Effect_Axis_Wheel Exit
Cascade_Entry Gel_Match_Setting_Brightest Negative
Alternate Build Hide_CIA
Address Interface Offline
sACN Cascade_Exit Proportion
OSC_UDP_RX_Port OSC_UDP_TX_Port OSC_UDP_TX_IP_Address
Open_Color_Path_Blind Notes Type
Single_Param Multi_Param Minus_Links
LoadForGo Attributes Event
Open_Effect_Status On Off
EventList Source SMPTE_Timecode
MIDI_Timecode NumOfChannels AutoMark
PartitionedControl MidiTimeCode SmpteTimeCode
_Fader MSC_Tx_Device_ID MSC_Rx_Device_ID
Manual_Up_Time Manual_Down_Time Scenes
Fader Back_From_First AllNPs
First_Time Last_Time Internal
External Frame_Rate VForm
Axis Flexi_All Flexi_Show
Flexi_Active Flexi_Moved Flexi_Selected
Positive Forward Toggle_Effects
Toggle_Effect_Shape_Mode_For_Encoder Effect_Shape_Horizontal_Wheel Open_Setup
EntryTime ExitTime Macro_Entry_Delete
AutoPlayback Track BackTime
RecordConfirm AutoSave AutoBlock_Clean
GoToCueTime AssertTime DeleteConfirm
AutoSaveTime Int Highlight
Intime_Effect Highlight_Append Encoders
Direct_Selects Flexi_In_Use Clear_CmdLine
ListView Edit HTP
Learn_Events Effect_Scale_Wheel Effect_Rate_Wheel
Reset_System Clear_Show Clear_Targets
Reset_System_Settings Reset_User_Settings Clear_Patch
Patch_1_to_1 Clear_MIDI Clear_SMPTE
Effect_Rotate_Wheel Effect_Form_Horizontal_Wheel Effect_Form_Vertical_Wheel
Fader_Off Keyboard_Shortcuts Or
And Greater_Than Less_Than
Visible_Workspaces Faders Chan_Per_Group
Open_Snapshot_Blind Display_Snapshots Save
Save_Folder Export_Folder Save_File
Export_File Open_File Import_File
RPU_21 Quit Confirm_Command
Cancel_Command Home Spread
Solo Infinite Fade_By_Size
Fade_By_Size_And_Rate Stop_And_Fade Stop_And_Hold
Even_Effect Text1 Text2
Text3 Text4 Text5
Text6 Text7 Text8
Text9 Text10 Gel
Control_ Close_Fader_Controls Wrap
Cue_Out Restore_Background Do_Nothing
Go_From_Last Cue_Up_Time Cue_Down_Time
Cue_Focus_Time Cue_Color_Time Cue_Beam_Time
Encoder_Mode_1 Encoder_Mode_2 Encoder_Mode_3
Encoder_Mode_4 Encoder_Mode_5 RPU_1
RPU_2 RPU_3 RPU_4
RPU_5 RPU_6 RPU_7
RPU_8 RPU_9 RPU_10
RPU_11 RPU_12 RPU_13
RPU_14 RPU_15 RPU_16
RPU_17 RPU_18 RPU_19
RPU_20 Clear_Filters Luminaire
Open_Macro_Preview Discrete Global
By_Type MSC_Receive MSC_Transmit
MIDI_Rx_Source_ID MIDI_Tx_Source_ID Request_File
Dimmer_Double_Offset A B
Undouble Cues Patch
Palettes Groups Macros
Presets Submasters Effects
Setup DMX Patch Show_Control
Fixtures Snapshots Curves
SW_Stop_1 SW_Stop_2 SW_Stop_3
SW_Stop_4 SW_Stop_5 SW_Stop_6
SW_Stop_7 SW_Stop_8 SW_Stop_9
SW_Stop_10 SW_Stop_11 SW_Stop_12
SW_Stop_13 SW_Stop_14 SW_Stop_15
SW_Stop_16 SW_Stop_17 SW_Stop_18
SW_Stop_19 SW_Stop_20 SW_Stop_21
SW_Stop_22 SW_Stop_23 SW_Stop_24
SW_Stop_25 SW_Stop_26 SW_Stop_27
SW_Stop_28 SW_Stop_29 SW_Stop_30
SW_Stop_31 SW_Stop_32 SW_Stop_33
SW_Stop_34 SW_Stop_35 SW_Stop_36
SW_Stop_37 SW_Stop_38 SW_Stop_39
SW_Stop_40 SW_Go_1 SW_Go_2
SW_Go_3 SW_Go_4 SW_Go_5
SW_Go_6 SW_Go_7 SW_Go_8
SW_Go_9 SW_Go_10 SW_Go_11
SW_Go_12 SW_Go_13 SW_Go_14
SW_Go_15 SW_Go_16 SW_Go_17
SW_Go_18 SW_Go_19 SW_Go_20
SW_Go_21 SW_Go_22 SW_Go_23
SW_Go_24 SW_Go_25 SW_Go_26
SW_Go_27 SW_Go_28 SW_Go_29
SW_Go_30 SW_Go_31 SW_Go_32
SW_Go_33 SW_Go_34 SW_Go_35
SW_Go_36 SW_Go_37 SW_Go_38
SW_Go_39 SW_Go_40 SubMove
SubDown SubUp Curves
Open_Curve_Preview Print_File Print_Folder
All Break_Nested Redo
Tab_Down Tab_Up FaderPagePress
FaderPageRelease Command_History Real_Time_Clock
Analog Type_ Relay
Filters Power_Off Blackout_Enable
Fader_Control Ion_Encoder_1 Ion_Encoder_2
Ion_Encoder_3 Ion_Encoder_4 Encoder_Ext_1
Encoder_Ext_2 Encoder_Ext_3 Encoder_Ext_4
Encoder_Ext_5 Encoder_Ext_6 Flexi_Patch
Fixtures AddFilterParam AddFilterCat
Go_Bump Stop_Back Assert_
Group_Select Freeze_ Button_Disabled
Solo Additive At
Backspace : No_Priority
Emergency_Mark Hang Movefade
Attributes_ Enable Disable
Release_CueList Up Assert_CueList
Rate_CueList SubRelease SubAssert
StopEffect vFaderMove_CueList FaderMove_CueList
Grandmaster GoToCue AttributeWheel
FineWheel RateWheel RemFilterParam
RemFilterCat Partition _Next
_Last Min Create_Type
StopBack Off_CueList GoCue0
TimingDisable Freeze Manual_Override_CueList
Device_Dimmers Device_RDM MiniWheel
( Go_CueList Open_Partition_Preview
Macro Unown Blackout
Solo_Mode ) Form
Timing_Disable_Time Analog_Input Relay_Output
Preheat Preheat_Off Timing_Disable_Go
Timing_Disable_Back Off_Time Create_Virtual_HSB
Back_CueList Stop_CueList Swap
Flexi_Channel_Partition_Toggle User_ID Clear_Filters
Background_Priority StopEffect_CueList Snapshot_Recall
SET_CHAN_LEVEL List_Partition BPM
Phantom MIDI String _sACN
FaderMove Limited_Expand_Mode_Enter Limited_Expand_Mode_Exit
Paging_Mode_Offset_Change Patch_Show_Tab Patch_Manu_Tab
Patch_User_Tab Update_Lin New_Keyword
Status Learn_Time_Sample_BPM Preserve_Blind_Cue
Lowlight_Preset Highlight_Preset Home_Preset
Live_RemDim_Level Mark_Time Release_Time
Wait_For_Input Intensity_Master Proportional_Master
LTP Exclude_From_Record Magic Sheets
Edit_MIDI_SC_Data Highlight_RemDim View_Channels
Import_Ascii_File Replace Import_ASCIIFile_Custom
ResyncFrames CIA_Softkey1 CIA_Softkey2
CIA_Softkey3 CIA_Softkey4 CIA_Softkey5
CIA_Softkey6 DMX_ ArtNet
Default RTC_Time Days
Date Month Year
Before_Sunrise Before_Sunset After_Sunrise
After_Sunset Monday Tuesday
Wednesday Thursday Friday
Saturday Sunday Live_
Earliest Input_String String_RX
String_RX_Source_IDs Clear_Subs_1to1_ Latest
Learn_Time_Discrete_Steps Print_Tracked_Levels Print_Color_Printout
Print_Summary_View New_Show Repeat_Last_Command
Save_Show Analog_Address Only_Levels
Plus_Show RFR Intensity_Block
Force_Grandmaster_Move Lamp_Controls_Edit ASCII_Manuf
ASCII_Delims ASCII_Levels ASCII_Case
EffectSub Trckbll On/Off Inhibitive
ChannelFader String_TX_Source_Name String_RX_Source_Name
Time_Code_ID Flexi_Patch_Address Element_Bump_1
Element_Bump_2 Element_Bump_3 Element_Bump_4
Element_Bump_5 Element_Bump_6 Element_Bump_7
Element_Bump_8 Element_Bump_9 Element_Bump_10
Element_Bump_11 Element_Bump_12 Element_Bump_13
Element_Bump_14 Element_Bump_15 Element_Bump_16
Element_Bump_17 Element_Bump_18 Element_Bump_19
Element_Bump_20 Element_Bump_21 Element_Bump_22
Element_Bump_23 Element_Bump_24 Element_Bump_25
Element_Bump_26 Element_Bump_27 Element_Bump_28
Element_Bump_29 Element_Bump_30 Element_Bump_31
Element_Bump_32 Element_Bump_33 Element_Bump_34
Element_Bump_35 Element_Bump_36 Element_Bump_37
Element_Bump_38 Element_Bump_39 Element_Bump_40
Element_Bump_41 Element_Bump_42 Element_Bump_43
Element_Bump_44 Element_Bump_45 Element_Bump_46
Element_Bump_47 Element_Bump_48 Element_Bump_49
Element_Bump_50 Element_Bump_51 Element_Bump_52
Element_Bump_53 Element_Bump_54 Element_Bump_55
Element_Bump_56 Element_Bump_57 Element_Bump_58
Element_Bump_59 Element_Bump_60 Open_ML_Controls
Playback Grandmaster_ _Scene_End
Network_Inputs Fader_Edge_Up Fader_Edge_Down
Pixel_Cell_Mapping Clear_Points Pending
Previous ACN_Device_Disconnect Effect_Rate
Effect_Size Rate_Master Show_Control
Scroller_Frame Fader_Disabled Use_Content_Config
SubStopEffect Sneak_Effect SubMove_From_CommandLine
Page_Subs Step In_Time
On Delete_Effect Device_Discovery
SubFreeze SubOff Preheat_Time
Add_To_Show Apply Restore_Effect
Clear_Effect vSubMove Dwell
Toggle NI Params In Spreadsheet DMX Masters_Off
Open_Mirror_Dialog Time_Code Shutter_Order
Center InterLeave Num_Groups
Mirror_Out Repeat Cluster
Tracking Select_NonSub_Active Lock
Always_Absolute Print_Feedback_Errors Fan_Curve
Last_Ref Ref_Only Update_Mode
MultiConsole_Power_On MultiConsole_Power_Off Cleanup
Flexi_Manual Reset_Update Break_Nested_Off
Last_Ref_Off Direct_SelectDC_Recall_From Pixel Maps
Split_Cue_Time Flash_On Flash_Off
GM_Exempt Earliest_M PixelMap
Pixel_Maps Encoder Flexi Spacebar_Go
Height Width Server_Chan
Snap Manual_Master Fader_Mode
Macro_Mode Background_Mode Foreground_Mode
Default_Mode Pixel_Map_Edit Pixel_Map_Done
Pixel_Map_Delete Invert Flip_H
Flip_V Rotate_90 Pixel_Map_Snapshot
TB_XY_Swap TB_Pan_Swap TB_Tilt_Swap
PSD_Time_Countdown Open_Chan_Effect_Display String
String_TX String_TX_Source_IDs Mirror_In
String_TX_Port String_RX_Port Release
Off_ String_MSC_TX String_TX_IP_Address
Send_String Shield Cue List
Feedback Errors Utilization Reports Show Channels
Media_Layer_Chan Import_All_Media Export_Media
Wait_For_Enter Import_Show_Media Priority
Pixel_Map_Column_Guides Pixel_Map_Row_Guides Pixel_Map_Start_Address
Pixel_Map_Horizontal_Order Pixel_Map_Vertical_Order Pixel_Map_Direction
Pixel_Map_Apply_Check Pixel_Map_Flash Pixel_Map_MASK
Pixel_Map_Overlay Pixel_Map_Last Pixel_Map_Next
Prev_Channels MIDI_Cue_List Pixel_Map_Library
Pixel_Map_File Pixel_Map_Reorder_Libraries Pixel_Map_Reorder_Files
Pixel_Map_Overwrite Display_Time_Mode_Latch Data_Mode_Latch
Curve_Edit Gio_Encoder_Display Device_Mode
Encoder_Lockout Clear_All_Tabs Show_Reference_Labels
Display_Color_Path_Mode_Latch Display_Next_Cue_Move Display_Next_Cue_Move_Latch
Display_Park_Level Display_Park_Level_Latch Jump
Favorite Column_Resize_Smaller Column_Resize_Larger
Column_Move_Right Column_Move_Left Expand_Right
Expand_Down Expand_Collapse_Left Background_
Minimum Background Restore
Port_Offset Post_Select_Softkeys Only_Active
Fade_By_Rate MIDI_Raw Send_MIDI_Raw
Fader_Spread Display_Color_Path Color_Fade_Type
ClearCues_CueList System_Startup_Macro System_Shutdown_Macro
Select_Live_Cue_Live Select_Live_Cue_Blind Page_Encoders_Up
Page_Encoders_Down Left_Side_SK_1 Left_Side_SK_2
Left_Side_SK_3 Left_Side_SK_4 Left_Side_SK_5
Left_Side_SK_6 Left_Side_SK_7 Next_Live_Display
Next_Blind_Display Flexi_Time Clear_Calibration
Edit_Frame Degrees_Per_Rev Percent_Per_Rev
Toggle_Accel Disconnect_Macro All_Speed
Spacebar_disabled_in_setup,_ALT-G_to_enable Hard_Poweroff Macro_801
Macro_802 Macro_803 Macro_804
Macro_805 Macro_806 Macro_807
Macro_808 Macro_809 Macro_810
Macro_811 Macro_812 Macro_813
Macro_814 Macro_815 Macro_816
Macro_817 Macro_818 Macro_819
Macro_820 Time_Template Resources and Media
Plus_Patch Unpatched Expand_Collapse_Up
CLEAR_TEXT Clear_All_Workspace_Tabs Clear_All_Visible_Tabs
Reset_All_Tabs All_Workspaces Popup_Virtual_Keyboard
Macro_701 Macro_702 Macro_703
Macro_704 Macro_705 Macro_706
Macro_707 Macro_708 Macro_709
Macro_710 Macro_711 Macro_712
Color_ _Red _Green
_White Dark Color Path
Down_Fade Off_When_Stomped Unload_When_Stomped
Nothing_When_Stomped Release_When_Stomped Insert_Last_Target
Toggle_Blink Scene_Only Go_After_Loop
Host Backup All_Users
All_But_Me Fader_Load Notes_Only
Target Invert_Rack Master_User
Release_ Wing_Fader_Pages WingFaderPagePress
WingFaderPageRelease Filter Inhibit_This_Fader
Exclude_From_Solo Exclude_From_Inhibitive Exclude_From_Grandmaster
SET_CHAN_LEVEL_DMX Master_Only_ Master_Only
Back_ Manual_Focus_Time Manual_Color_Time
Manual_Beam_Time Fader Config Display_Non_Manual_Level
Display_Non_Manual_Level_Latch Display_Cue_Part_Num Display_Cue_Part_Num_Latch
Display_Source Display_Source_Latch Display_Prev_Cue_Move
Display_Prev_Cue_Move_Latch Display_Marked Display_Marked_Latch
Display_Address Display_Addresses_Latch Display_DMX
Display_DMX_Latch Up_Moves Down_Moves
Live_Moves Dark_Moves Autoblock
Broken_Mark Marking From_Absolute
Exclude_From_Event_List Display_Fader_Ribbon Low_Priority
High_Priority Start_Effect_Off_Zero Display_Help_Prompts
Effect_Master Effect_And_Levels Start_Stop_Effect
Mark_NPs Fire_Relay Clear_Partitions
Levels_Only Attrs_Only Popup_Magic_Sheet
Popup_Nav_Lock Silent_Mode Staging_Mode
Max Man_Time Fire_Macro
Visible_To_Mobile_Apps Cell Global_FX
Cue_List Manual_ Send_String_Global
Cells_Off Cells_Only Minus_Cells
Level_By_Address SET_LEVEL_FROM_ADDRESS DMX_Outputs
Default_Output_Protocol Output_In_Client_Mode USB_MIDI/SMPTE
Local_MIDI/SMPTE_Rx Local_MIDI_Tx In_Source_Id
In_Address_1 In_Address_2 In_Address_3
In_Address_4 Relay_Out_Source_Id Relay_Out_Address
OSC_TX MSpeed_Controls Preheat_Preset
RFR_Record Device_Startup_Macro Device_Shutdown_Macro
Device_Name Sound_Enable Use_Shift_As_Eos_Shift
Element_Stop_1 Element_Stop_2 Element_Stop_3
Element_Stop_4 Element_Stop_5 Element_Stop_6
Element_Stop_7 Element_Stop_8 Element_Stop_9
Element_Stop_10 Element_Stop_11 Element_Stop_12
Element_Stop_13 Element_Stop_14 Element_Stop_15
Element_Stop_16 Element_Stop_17 Element_Stop_18
Element_Stop_19 Element_Stop_20 Element_Stop_21
Element_Stop_22 Element_Stop_23 Element_Stop_24
Element_Stop_25 Element_Stop_26 Element_Stop_27
Element_Stop_28 Element_Stop_29 Element_Stop_30
Element_Stop_31 Element_Stop_32 Element_Stop_33
Element_Stop_34 Element_Stop_35 Element_Stop_36
Element_Stop_37 Element_Stop_38 Element_Stop_39
Element_Stop_40 Element_Pos_1 Element_Pos_2
Element_Pos_3 Element_Pos_4 Element_Pos_5
Bounce_Channels Console_Lockout Position
Orientation Save_Fixture Cancel_Edit
Relative_FX_Draw Relative_FX_Select Relative_FX_Move
Relative_FX_Form Relative_FX_Gamma Relative_FX_Size
Relative_FX_Rotate Relative_FX_Select_All Relative_FX_Smooth
Relative_FX_Mirror_Horiz Relative_FX_Mirror_Vert Relative_FX_Subdivide
Relative_FX_Remove Relative_FX_Undo Relative_FX_Redo
Use_ESF_File_Format Break_Mode |
All_Cells XYZ Set_Focus_to_Wand
Focus_Wand Virtual_Fixture_Move OSC_TCP_Server_Ports
Beam_Angle Gobo System_Status_Notify_ID
Reboot * Invert
Group_Cells Shutters Metric/Imperial_Mode
Gobo_Rotate FPE_Set Physical_Data
Editor Lamp_Controls _Invert_
Meters Feet Feet/Inches
A3D_Edit MIDI_Raw_Send Network_List_Receive
A3D_Camera_View Push_Shutter_Limit Augment3d
CIA_Open CIA_Close Internal_Wing_Offset_Toggle
Clear_A3D_Model XYZ_Format Augment3d Model
Sync_A3D_Model Hide_Beam Order_From_Group
Effect_Layer_Chan Store_Staging_Mode_Changes Clear_Staging_Mode
Random_Modifier Request_A3D_Edit Release_A3D_Edit
Variable_1 Variable_2 Variable_3
Variable_4 Variable_5 Variable_6
Variable_7 Variable_8 Variable_9
Variable_10 Variable Display_Colors_In_D65
Background__ Random_Subgroups Beam_Edge
Next_Target Last_Target Complete_Number
Encoder_Category_Intensity_Page_Down Encoder_Category_Color_Page_Down Encoder_Category_Shutter_Page_Down
Encoder_Category_Image_Page_Down Encoder_Category_Form_Page_Down Custom_Direct_Select
Open_Direct_Select_List_Blind Custom Direct Selects Fader_Move_Additive
Fader_Wheel_Button Scroll_Wheel_Button Scroll_Wheel_Mode
Icon Load_Modifer_Button Fader_Scroll_Button
Fader_Scroll_Wheel_Move Blind_Next/Last_Affects_Target Next_Channel
Last_Channel Brightness_Preset_Recall Brightness_Preset_Record
Extinguish Encoder_Map Encoder Map
Open Encoder Mapping List Default_Encoder_Map Default_Mini_Encoder_Map
Filter_To_Users Map_To_Fixture Create_From_Fixture
Missing_Fixture(s) Recall_Faders_From_SnapShot USB_SERIAL
Scroll_Percent_Per_Rev Mini_Percent_Per_Rev Minus_FX
Intensity_Cue_Only Intensity_Cue_Only_Off Fan_Toggle
Select_Target Record_Effects_In_Presets Normal_Display
Channel_Display Control__ MIDI_Ignore_Active_Sensing
MIDI_Ignore_Beat_Clock Backup_Processor Force_Confirmed
Track_SEM sACN_Priority Per_Address_Priority
Output_Priority Universe Output_Protocol
Backups_Use_Higher_Priority Start_Subnet Broadcast_Mode
Start_Universe Limited Directed
Processor Processors Add_Processor
OSC_TCP_Mode Packet_Length_(v1.0) SLIP_(v1.1)
Macro_Zone_Trigger ZoneChan ZoneID
FDX_2000_Feedback Override Zones
Other CLICK_TO_FOCUS Fader_Wheel_Page
Fader_Wheel_Independent_Mode Fader_Wheel_Extended_Mode Augment3d_Flags
Fader_Wheel_Page_Mode Alert_Time Learn_Alert_Time
New_Template_Show Go_Main_CueList Stop_Back_Main_CueList
Unicast_Destinations Use_Multicast Use_Broadcast
Backups_Automatically_Take_Control Ignore_Channel_Selection Forward_
Zones ArtPoll Log_Message
Expansion_Processing Lumens Output_Universes
Internal_Start_Cue_Hang Internal_Template_Show_Load_Clear Timing_Disable_Stop
Take_Control Wing_Group Path
Allow_Multiconsole_Power_On Allow_Multiconsole_Power_Off Expansion_Processing_Hold_Last_Look
Expansion_Processing_Hold_Last_Look_Time On_ SubOn