Instruction manual
Programming
95
Enova DVX-2150HD/2155HD All-in-One Presentation Switcher Operation/Reference Guide
Audio SEND_COMMANDs (Cont.)
AUDOUT_DUCKING
Sets the ducking for the
audio port.
Sets the setting of ducking for the audio port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'AUDOUT_DUCKING-<setting>'"
Variable:
setting = off, low, medium, high, custom
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'AUDOUT_DUCKING-low'"
Sets the ducking for the audio output port (#1 based on D:P:S) to low.
?AUDOUT_EQ_CF
Requests the center
frequency on the specified
equalizer band on the audio
output port.
Requests the center frequency on the equalizer setting of band <band> on the
output audio port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'?AUDOUT_EQ_CF-<band>'"
Example:
SEND_COMMAND AUDIO_OUTPUT_1,"'?AUDOUT_EQ_CF-1'"
Returns a COMMAND string of the form: AUDOUT_EQ_CF-<band>,<value>.
AUDOUT_EQ_CF
Sets the center frequency on
the specified equalizer band
on the audio output port.
Sets the center frequency on the equalizer band <band> on the output audio
port addressed by the D:P:S to <value>.
Syntax:
SEND_COMMAND <DEV>, "'AUDOUT_EQ_CF-<band>,<value>'"
Variables:
band = 1..10 if on the audio output port.
value =20..20000. The units are in Hz.
Example:
SEND_COMMAND AUDIO_OUTPUT_1,"'AUDOUT_EQ_CF-1=80'"
Sets the center frequency on band #1 of audio port 1 equalizer to 80.
SEND_COMMAND AUDIO_OUTPUT_2,"'AUDOUT_EQ_CF-5=100'"
Sets the center frequency on band #5 of audio port 2 equalizer to 100.
?AUDOUT_EQ_FT
Requests the filter type on
the specified equalizer band
on the audio output port.
Requests the filter type on a specific setting of band <band> on the output audio
port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'?AUDOUT_EQ_FT-<band>'"
Example:
SEND_COMMAND AUDIO_OUTPUT_1,"'?AUDOUT_EQ_FT-1'"
Returns a COMMAND string of the form: AUDOUT_EQ_FT-<band>=<filter>.
AUDOUT_EQ_FT
Sets the filter type on the
specified equalizer band on
the audio output port.
Sets the filter type on the equalizer band <band> on the output audio port
addressed by the D:P:S to <filter type>.
Syntax:
SEND_COMMAND <DEV>, "'AUDOUT_EQ_FT-<band>=<filter type>'"
Variables:
band = 1..10 if on the audio output port.
filter type = Bell, Band Pass, Band Stop, High Pass, Low Pass, Treble Shelf,
and Bass Shelf
Example:
SEND_COMMAND AUDIO_OUTPUT_1,"'AUDOUT_EQ_FT-1=Low Pass'"
Sets the filter type on band #1 of audio port 1 equalizer to Low Pass.
?AUDOUT_EQ_GAIN
Requests the gain on the
specified equalizer band on
the audio output port.
Requests the gain on the equalizer setting of band <band> on the output audio
port addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'?AUDOUT_EQ_GAIN-<band>'"
Example:
SEND_COMMAND AUDIO_OUTPUT_1,"'?AUDOUT_EQ_GAIN-1'"
Returns a COMMAND string of the form:
AUDOUT_EQ_GAIN-<band>,<value>.