Programming
91
Enova DVX-315xHD & DVX-215xHD All-in-One Presentation Switchers - Instruction Manual
?AUDOUT_DUCKING
Requests the ducking setting for the specified audio port.
Syntax:
SEND_COMMAND <DEV>, "'?AUDOUT_DUCKING'"
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'?AUDOUT_DUCKING'"
Returns a COMMAND string of the form:
AUDOUT_DUCKING-<setting>
AUDOUT_DUCKING
Sets the ducking for the specified audio port.
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 specified audio output
port.
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 specified audio output port.
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 specified audio output port.
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 a specific equalizer band on the specified audio output port.
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 a specific equalizer band on the specified audio output port.
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>
Continued
Audio SEND_COMMANDs