Integrated Master – NetLinx® Programming
203
Hardware Reference Manual – Enova DGX 100 Series Digital Media Switchers
?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>
NOTE: See the AUDIN_COMPRESSION_RATIO command for the compression ratio range.
AUDIN_COMPRESSION_RATIO
Sets the compression ratio 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'"
?AUDIN_COMPRESSION_RELEASE
Requests the compression release
for the audio port.
Syntax:
SEND_COMMAND <DEV>, "'?AUDIN_COMPRESSION_RELEASE'"
Example:
SEND_COMMAND AUDIO_1, "'?AUDIN_COMPRESSION_RELEASE'"
Returns a COMMAND string of the form: AUDIN_COMPRESSION_RELEASE-<release>
NOTE: See the AUDIN_COMPRESSION_RELEASE command for the compression release range.
AUDIN_COMPRESSION_RELEASE
Sets the duration of the release
phase while compressing for the
audio port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'AUDIN_COMPRESSION_RELEASE-<release>'"
Variable:
release = 10 to 5000 (in ms)
Example:
SEND_COMMAND AUDIO_INPUT_1, "'AUDIN_COMPRESSION_RELEASE-200'"
Sets the compression release for the audio port to 200.
?AUDIN_COMPRESSION_THRESH
Requests the compression
threshold for the audio port.
Syntax:
SEND_COMMAND <DEV>, "'?AUDIN_COMPRESSION_THRESH'"
Example:
SEND_COMMAND AUDIO_INPUT_1, "'?AUDIN_COMPRESSION_THRESH'"
Returns a COMMAND string of the form: AUDIN_COMPRESSION_THRESH-<threshold>
NOTE: See the AUDIN_COMPRESSION_THRESH command for the compression threshold range.
AUDIN_COMPRESSION_THRESH
Sets the compression threshold for
the audio input port addressed by
the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'AUDIN_COMPRESSION_THRESH-<threshold>'"
Variable:
threshold = 0 to -60 (in dB)
Example:
SEND_COMMAND AUDIO_INPUT_1, "'AUDIN_COMPRESSION_THRESH--10'"
Sets the threshold while compressing for selected audio input port to -10 dB.
?AUDIN_GAIN
Requests the gain of the audio port
addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'?AUDIN_GAIN'"
Example:
SEND_COMMAND AUDIO_INPUT_1, "'?AUDIN_GAIN'"
Returns a COMMAND string of the form: AUDIN_GAIN-<gain>
NOTE: See the AUDIN_GAIN command for the gain range.
AUDIN_GAIN
Sets the gain for the audio port
addressed by the D:P:S to <gain>.
Syntax:
SEND_COMMAND <DEV>, "'AUDIN_GAIN-<gain>'"
Variable:
gain = -24 to 24 (in dB)
Example:
SEND_COMMAND AUDIO_INPUT_1, "'AUDIN_GAIN-12'"
Sets the gain of the audio input port to 12 dB.
?AUDIN_STEREO
Requests the stereo setting of the
audio input port addressed by the
D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'?AUDIN_STEREO'"
Example:
SEND_COMMAND AUDIO_INPUT_1, "'?AUDIN_STEREO'"
Returns a COMMAND string of the form: AUDIN_STEREO-<ENABLE|DISABLE>
Audio Input SEND_COMMANDs