Programming
82
Enova DVX-315xHD & DVX-215xHD All-in-One Presentation Switchers - Instruction Manual
?AUDIN_STEREO
Requests the stereo setting (stereo/mono) of the specified audio input port.
Syntax:
SEND_COMMAND <DEV>, "'?AUDIN_STEREO'"
Example:
SEND_COMMAND AUDIO_INPUT_1,"'?AUDIN_STEREO'"
Returns a COMMAND string of the form:
AUDIN_STEREO-<setting>.
AUDIN_STEREO
Sets the stereo setting on the specified input port.
If enabled, the stereo setting is on. If disabled, the stereo setting is off, which means it is
mono.
Syntax:
SEND_COMMAND <DEV>,"'AUDIN_STEREO-<setting>'"
Variable:
setting = stereo or mono
Example:
SEND_COMMAND AUDIO_INPUT_1,"'AUDIN_STEREO-stereo'"
?AUDIO_MUTE
AUDIO_MUTE
?AUDMIC_COMPRESSION
Requests the compression setting for the microphone.
Syntax:
SEND_COMMAND <DEV>, "'?AUDMIC_COMPRESSION'"
Example:
SEND_COMMAND MICROPHONE_1, "'?AUDMIC_COMPRESSION'"
Returns a COMMAND string of the form:
AUDMIC_COMPRESSION-<setting>
AUDMIC_COMPRESSION
Sets the compression setting for the specified microphone to <setting>.
Syntax:
SEND_COMMAND <DEV>, "'AUDMIC_COMPRESSION-<setting>'"
Variable:
setting = off, low, medium, high, custom
Example:
SEND_COMMAND MICROPHONE_1, "'AUDMIC_COMPRESSION-high'"
Sets the compression for the microphone port (#1 based on D:P:S) to high.
?AUDMIC_COMPRESSION_ATTACK
Requests the duration of the attack phase while compressing for a specified microphone.
Syntax:
SEND_COMMAND <DEV>, "'?AUDMIC_COMPRESSION_ATTACK'"
Example:
SEND_COMMAND MICROPHONE_1, "'?AUDMIC_COMPRESSION_ATTACK'"
Returns a COMMAND string of the form:
AUDMIC_COMPRESSION-ATTACK-<attack>.
AUDMIC_COMPRESSION_ATTACK
Sets the duration of the compression attack for the specified microphone port.
Syntax:
SEND_COMMAND <DEV>, "'AUDMIC_COMPRESSION_ATTACK-<attack>'"
Variable:
attack = 1 to 2000
Example:
SEND_COMMAND MICROPHONE_1, "'AUDMIC_COMPRESSION_ATTACK-200'"
Sets the compression attack for the microphone port (#1 based on the D:P:S) to 200.
?AUDMIC_COMPRESSION_RATIO
Requests the compression ratio setting for the specified microphone.
Syntax:
SEND_COMMAND <DEV>, "'?AUDMIC_COMPRESSION_RATIO'"
Example:
SEND_COMMAND MICROPHONE_1, "'?AUDMIC_COMPRESSION_RATIO'"
Returns a COMMAND string of the form:
AUDMIC_COMPRESSION-RATIO-<ratio>
Continued
Audio SEND_COMMANDs