Ross® AudioEdge™ Commands
The audio systems can be controlled from a remote editor or computer via RossTalk commands. These commands can be sent to the system over an ethernet connection.
Sending RossTalk Commands to AudioEdge™
AudioEdge™ accepts RossTalk commands over ethernet on port 7788. This allows you to perform various functions such as triggering a GPI, or running a custom control.
Tip:
AudioEdge™ automatically accepts RossTalk commands on port 7788.
Note:
RossTalk must be enabled on AudioEdge™ (Click Navigation Menu > Configuration > System > Access and RossTalk =
On).
To Send RossTalk Commands to AudioEdge™
Note:
Each command should be terminated by a carriage return and a line feed (CR/LF).
Commands can be sent directly through a telnet connection or any other application that can send ASCII commands.
AudioEdge™ Supported RossTalk Commands
The system supports a number of RossTalk commands. The exact commands and how the system reacts to the commands is outlined in the following table.
Note:
All commands are case sensitive.
In the following commands, the ME-source is replaced with the bus source.
| Command | Description |
|---|---|
| CC bcc | Executes custom control (cc) on bank (b). For example, CC 1:05 triggers custom control 5 on bank 1. |
| FADER LVL:layer:source:level | Set a new level (level) for a layer (layer) or source (source). The :source
is only required if you want to set the level for a source on that layer.
|
| FADER MUTE:layer:source:ON/OFF | Set the mute status for a layer (layer) or source (source). If you do not add the :ON or
:OFF the status will toggle.
|
| FADER SOLO:layer:source:ON/OFF | Set the solo status for a layer (layer) or source (source). If you do not add the :ON or
:OFF the status will toggle.
|
| FADER PFL:layer:source:ON/OFF | Set the pre-fader listen status for a layer (layer) or source (source). If you do not add the :ON or
:OFF the status will toggle.
|
| FADER SRC:MON:layer | Select the mix layer (layer) that is sent to the monitor output.
|
| GPI xx | Performs the action assigned to the GPI input xx. If the GPI is assigned as an output, no action is performed.
|
| LOADSET name | Performs a recall of a set by name (name).
|
| MEM bm | Performs a recall of memory (m) on bank (b).
|
| MEMSAVE bm | Performs a store of memory (m) on bank (b).
|
| NOOP | No operation. Used to keep the connection to the RossTalk device open, if required. |
| SAVESET name | Performs a store of a set by name (name).
|
Possible audio layers (layer):
- MAIN — the output of the main mix layer
- MON — the monitor output.
- A1 — the output of the aux mix layer 1.
- A2 — the output of the aux mix layer 2.
- A3 — the output of the aux mix layer 3.
- ...
- A48 — the output of the aux mix layer 48.
