110
Programming
AUDIO SEND_COMMANDs
The following table lists the audio SEND_COMMANDs available for the NCITE-813AC:Video SEND_COMMANDs
Instruction Manual - Incite Digital Video Presentation Systems
Audio SEND_COMMANDs
AI<input>O<output>
Switches audio input port <input> to audio output port <output>.
Syntax:
SEND_COMMAND “’AI<input>O<output>’”
Variables:
input = The source audio input number.
output = The audio output port number to switch to.
Example:
SEND_COMMAND SWITCHER,”’AI2O1’”
Switch audio input port #2 to audio output #1.
?AUDIN_COMPRESSION
Requests the setting of compression for the audio port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, “’?AUDIN_COMPRESSION’”
Example:
SEND_COMMAND AUDIO_INPUT_1, “’?AUDIN_COMPRESSION’”
Returns a COMMAND string of the form:
AUDIN_COMPRESSION-<setting>
AUDIN_COMPRESSION
Sets the setting of compression for the audio port addressed by the D:P:S.
Syntax
SEND_COMMAND <DEV>, “’AUDIN_COMPRESSION-<setting>’”
Variable:
setting =off, low, medium, high, custom
Example:
SEND_COMMAND AUDIO_INPUT_1, “’AUDIN_COMPRESSION-high’”
Sets the compression setting of the audio input port (#1 based on D:P:S) to high.
?AUDIN_COMPRESSION_
ATTACK
Requests the compression attack for the audio port.
Syntax:
SEND_COMMAND <DEV>, “’?AUDIN_COMPRESSION_ATTACK’”
Example:
SEND_COMMAND AUDIO_1, “’?AUDIN_COMPRESSION_ATTACK’”
Returns a COMMAND string of the form:
AUDIN_COMPRESSION_ATTACK-<attack>
AUDIN_COMPRESSION_AT-
TACK
Sets the duration of the attack phase while compressing for the audio port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, “’AUDIN_COMPRESSION_ATTACK-<attack>’”
Variable:
attack = 1 to 2000
Example:
SEND_COMMAND AUDIO_INPUT_1, “’AUDIN_COMPRESSION_ATTACK-200’”
Sets the compression attack for the audio port (#1 based on the D:P:S) to 200.
?AUDIN_COMPRESSION_
RATIO
Requests the compression ratio for the audio port.
Syntax:
SEND_COMMAND <DEV>, “’?AUDIN_COMPRESSION_RATIO’”
Example:
SEND_COMMAND AUDIO_INPUT_1, “’?AUDIN_COMPRESSION_RATIO’”
Returns a COMMAND string of the form:
AUDIN_COMPRESSION_RATIO-<ratio>
AUDIN_COMPRESSION_RA-
TIO
Sets the ratio while compressing for the audio input port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, “’AUDIN_COMPRESSION_RATIO-<ratio>’”
Variable:
ratio = 1 to 20
Example:
SEND_COMMAND AUDIO_INPUT_1, “’AUDIN_COMPRESSION_RATIO-5’”