Programming
86
Enova DVX-315xHD & DVX-215xHD All-in-One Presentation Switchers - Instruction Manual
AUDMIC_GAIN
Sets the gain of the specified microphone port to <gain>.
Syntax:
SEND_COMMAND <DEV>, "'AUDMIC_GAIN-<gain>'"
Variable:
gain = -24 to 24 in dB
Example:
SEND_COMMAND MICROPHONE_1, "'AUDMIC_GAIN-3'"
Sets the gain for the microphone port (#1 based on the D:P:S) to 3dB.
?AUDMIC_GATING
Requests the gating setting for the specified microphone.
Syntax:
SEND_COMMAND <DEV>, "'?AUDMIC_GATING'"
Example:
SEND_COMMAND MICROPHONE_1, "'?AUDMIC_GATING'"
Returns a COMMAND string of the form:
AUDMIC_GATING-<setting>
AUDMIC_GATING
Sets the gating setting for the specified microphone port.
Syntax:
SEND_COMMAND <DEV>, "'AUDMIC_GATING-<setting>'"
Variable:
setting = off, low, medium, high, custom
Example:
SEND_COMMAND MICROPHONE_1, "'AUDMIC_GATING-low'"
Sets the gating for the microphone port (#1 based on D:P:S) to low.
?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>
Continued
Audio SEND_COMMANDs