Programming
90
Instruction Manual - Enova DVX-325xHD/22xxHD All-in-One Presentation Switchers
Audio SEND_COMMANDs (Cont.)
?AUDMIC_EQ_Q
Requests the quality factor (Q) for the specified microphone band of the equalizer for the microphone
port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'?AUDMIC_EQ_Q-<band>'"
Variable:
band = 1..3 on the microphone inputs.
Example:
SEND_COMMAND MIC_1,"'?AUDMIC_EQ_Q-1'"
Returns a COMMAND string of the form: AUDMIC_EQ_Q-<band>,<value>.
AUDMIC_EQ_Q
Sets the quality factor (Q) for the specified microphone band of the equalizer for the microphone port
addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'AUDMIC_EQ_Q-<band>,<factor>'"
Variables:
band = 1 to 3 on the microphone inputs.
factor = range depends on filter type (set by AUDMIC_EQ_FT)
Bell: range is 0.1 - 20.0
Band Pass:range is 0.1 - 20.0
Band Stop:range is 0.1 - 20.0
High Pass:range is 0.5 - 1.4
Low Pass:range is 0.5 - 1.4
Treble Shelf:range is 0.5 - 1.0
Bass Shelf:range is 0.5 - 1.0
Example:
SEND_COMMAND MICROPHONE_1, "'AUDMIC_Q-1,1'"
Sets the quality factor for the first band of the equalizer for the selected microphone port (#1 based on
D:P:S) to 1.
?AUDMIC_GAIN
Requests the gain setting for the microphone.
Syntax:
SEND_COMMAND <DEV>, "'?AUDMIC_GAIN'"
Example:
SEND_COMMAND MICROPHONE_1, "'?AUDMIC_GAIN'"
Returns a COMMAND string of the form: AUDMIC_GAIN-<gain>.
AUDMIC_GAIN
Sets the gain of the microphone port addressed by the D:P:S 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 setting of gating of a 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 setting of gating of the microphone port addressed by the D:P:S to <option>.
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 from the microphone port addressed by the D:P:S.
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>.