Programming
84
Enova DVX-315xHD & DVX-215xHD All-in-One Presentation Switchers - Instruction Manual
AUDMIC_DUCK_LEVEL
Sets the ducking level for the specified microphone port.
Syntax:
SEND_COMMAND <DEV>, "'AUDMIC_DUCK_LEVEL-<level>'"
Variable:
level = 0 to 20
Example:
SEND_COMMAND MICROPHONE_1, "'AUDMIC_DUCK_LEVEL-4'"
Sets the ducking level for the microphone port (#1 based on the D:P:S) to 4.
AUDMIC_DUCK_RELEASE
Sets the ducking release for the specified microphone port.
Syntax:
SEND_COMMAND <DEV>, "'AUDMIC_DUCK_RELEASE-<release>'"
Variable:
release = 10 to 5000
Example:
SEND_COMMAND MICROPHONE_1, "'AUDMIC_DUCK_RELEASE-200'"
Sets the ducking release for the microphone port (#1 based on the D:P:S) to 200.
?AUDMIC_EQ_CF
Requests the frequency for the specific band of the equalizer for the specified microphone
port.
Syntax:
SEND_COMMAND <DEV>, "'?AUDMIC_EQ_CF-<band>'"
Variables:
band = 1..3 on the microphone inputs.
Example:
SEND_COMMAND MIC_1,"'?AUDMIC_EQ_CF-1'"
Returns a COMMAND string of the form:
AUDMIC_EQ_CF-<band>,<value>
AUDMIC_EQ_CF
Sets the frequency for the specific band of the equalizer for the specified microphone port.
Syntax:
SEND_COMMAND <DEV>, "'AUDMIC_EQ_CF-<band>,<frequency>'"
Variables:
band = 1..3 on the microphone inputs.
frequency = 20 to 20,000 in Hz.
Example:
SEND_COMMAND MICROPHONE_1, "'AUDMIC_EQ_CF-1,1000'"
Sets the frequency for the first band of the equalizer for the selected microphone port (#1
based on D:P:S) to be 1000.
?AUDMIC_EQ_FT
Requests the filter type of a specific band of the equalizer for the specified microphone port.
Syntax:
SEND_COMMAND <DEV>, "'?AUDMIC_EQ_FT-<band>'"
Variable:
band = 1..3 on the microphone inputs.
Example:
SEND_COMMAND MIC_1,"'?AUDMIC_EQ_FT-1'"
Returns a COMMAND string of the form:
AUDMIC_EQ_FT-<band>,<value>
AUDMIC_EQ_FT
Sets the filter type on a specific band of the equalizer for the specified microphone port.
Syntax:
SEND_COMMAND <DEV>, "'AUDMIC_EQ_FT-<band>,<type>'"
Variables:
band = 1..3 on the microphone inputs.
type = bell, band pass, band stop, high pass, low pass, treble shelf,
bass shelf
Example:
SEND_COMMAND MICROPHONE_1, "'AUDMIC_EQ_FT-1,band pass'"
Sets the filter type for the first band of the equalizer for the selected microphone port (#1
based on D:P:S) to band pass.
Continued
Audio SEND_COMMANDs