Programming
85
Enova DVX-315xHD & DVX-215xHD All-in-One Presentation Switchers - Instruction Manual
?AUDMIC_EQ_GAIN
Requests the gain on the microphone equalizer setting of band <band> for the specified
microphone port.
Syntax:
SEND_COMMAND <DEV>, "'?AUDMIC_EQ_GAIN-<band>'"
Variable:
band = 1..3 on the microphone inputs.
Example:
SEND_COMMAND MIC_1,"'?AUDMIC_EQ_GAIN-1'"
Returns a COMMAND string of the form:
AUDMIC_EQ_GAIN-<band>,<value>.
AUDMIC_EQ_GAIN
Sets the gain on the microphone equalizer band <band> on the specified microphone port.
Syntax:
SEND_COMMAND <DEV>, "'AUDMIC_EQ_GAIN-<band>,<value>'"
Variables:
band = 1..3 on the microphone inputs.
value = -12..12. The units are in dB.
Example:
SEND_COMMAND MIC_1,"'AUDMIC_EQ_GAIN-1,8'"
Sets the gain on microphone band #1 of microphone 1 equalizer to 8.
SEND_COMMAND MIC_2,"'AUDMIC_EQ_GAIN-3,10'"
Sets the gain on microphone band #3 of microphone 2 equalizer to 10.
?AUDMIC_EQ_Q
Requests the quality factor (Q) for a specific band of the equalizer for the specified
microphone port.
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 a specific band of the equalizer for the specified microphone
port.
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, see page 84)
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 specified microphone.
Syntax:
SEND_COMMAND <DEV>, "'?AUDMIC_GAIN'"
Example:
SEND_COMMAND MICROPHONE_1, "'?AUDMIC_GAIN'"
Returns a COMMAND string of the form:
AUDMIC_GAIN-<gain>
Continued
Audio SEND_COMMANDs