Instruction manual
Programming
91
Enova DVX-315xHD & DVX-215xHD All-in-One Presentation Switchers - Instruction Manual
Audio SEND_COMMANDs (Cont.)
?AUDMIC_GATING_ATTACK Requests the duration of the attack phase while gating for the specified
microphone port.
Syntax:
SEND_COMMAND <DEV>, "'?AUDMIC_GATING_ATTACK'"
Example:
SEND_COMMAND MIC_1, "'?AUDMIC_GATING_ATTACK'"
Returns a string of the form:
?AUDMIC_GATING_ATTACK=<value>
AUDMIC_GATING_ATTACK Sets the gating attack for the specified microphone port.
Syntax:
SEND_COMMAND <DEV>, "'AUDMIC_GATING_ATTACK-<attack>'"
Variable:
attack = 1 to 2000
Example:
SEND_COMMAND MICROPHONE_1, "'AUDMIC_GATING_ATTACK-200'"
Sets the gating attack for the microphone port (#1 based on the D:P:S) to
200.
?AUDMIC_GATING_DEPTH Requests the gating depth for the specified microphone port.
Syntax:
SEND_COMMAND <DEV>, "'?AUDMIC_GATING_DEPTH'"
Example:
SEND_COMMAND MIC_1, "'?AUDMIC_GATING_DEPTH'"
Returns a string of the form:
?AUDMIC_GATING_DEPTH=<value>
AUDMIC_GATING_DEPTH Sets the gating depth for the specified microphone port.
Syntax:
SEND_COMMAND <DEV>, "'AUDMIC_GATING_DEPTH-<depth>'"
Variable:
depth = 0 to 20
Example:
SEND_COMMAND MICROPHONE_1, "'AUDMIC_GATING_DEPTH-8'"
Sets the gating depth for the microphone port (#1 based on the D:P:S) to 8.
?AUDMIC_GATING_HOLD Requests the hold setting while gating from the specified microphone port.
Syntax:
SEND_COMMAND <DEV>, "'?AUDMIC_GATING_HOLD'"
Example:
SEND_COMMAND MIC_1, "'?AUDMIC_GATING_HOLD'"
Returns a string of the form:
?AUDMIC_GATING_HOLD=<value>
AUDMIC_GATING_HOLD Sets the duration of the hold phase while gating for the specified microphone
port.
Syntax:
SEND_COMMAND <DEV>, "'AUDMIC_GATING_HOLD-<hold>'"
Variable:
hold = 0 to 2000
Example:
SEND_COMMAND MICROPHONE_1, "'AUDMIC_GATING_HOLD-200'"
Sets the gating hold for the microphone port (#1 based on the D:P:S) to 200.