System information
124
Index
Index refers to inputs, outputs, or cross points of an Attribute. Some Attributes will need an Index1 (Input or Row)
and/or an Index2 (output or Column). The tables in the Attribute section will define which, if any, indexes are required
for the string.
Example: INC 1 AMLVLIN 4 1 1<LF>
In an Automatic mixer on device 1 we are increasing the level of input 1 on instance ID 4 by 1dB. Index1 is used to
represent the input number.
Example: DEC 2 AMLVLOUT 6 1 2<LF>
In an Automatic mixer on device 2 we are decreasing the level of output 1 on instance ID 6 by 2dB. Index2 is used to
represent the output number.
Example: SET 1 MMLXP 5 1 2 –5<LF>
In a matrix mixer on device 1 we are setting cross point 1:2 (row 1, column 2) level to –5dB on instance ID 5.
Note for commands with 2 Index fields, Index1 is the row, and Index2 is the column.
Value
Value determines what a DSP block is being set to, incremented by, or decremented by. The Attribute section will
define which type of value the string will need in order to execute the ATP string.
Example: INC 1 AMLVLIN 4 1 1<LF>
In an Automatic mixer input level string, the Value equal to 1 states that the fader is to be incremented by 1 dB.
Example: SET 2 MMLVLIN 5 2 –100<LF>
In a matrix mixer input level string, the value is set to –100dB.
Example: RECALL 1 PRESET 1004<LF>
For a preset recall we are telling device 1 to recall the fourth preset.
*When GET is used, a Value will not need to be specified since GET is a request command. A Value must be set in
order for SET, INC, DEC, and RECALL command strings to work.
Example: GET 4 MMLVLOUT 5 <LF>
We are asking the level of a matrix mixer's output. There is no Value required for this string.