Integrated Master – NetLinx® Programming
205
Hardware Reference Manual – Enova DGX 100 Series Digital Media Switchers
?AUDOUT_EQ_ENABLE
Requests audio EQ enabled
status.
Syntax:
SEND_COMMAND <DEV>, "'?AUDOUT_EQ_ENABLE'"
Example:
SEND_COMMAND dxDev, "'?AUDOUT_EQ_ENABLE'"
Returns a COMMAND string of the form: AUDOUT_EQ_ENABLE-<ON|OFF>
AUDOUT_EQ_ENABLE
Enables or disables audio EQ on
all ports.
Syntax:
SEND_COMMAND <DEV>, "'AUDOUT_EQ_ENABLE-<setting>'"
Variables:
setting = desired EQ state, either ON or OFF
Example:
SEND_COMMAND dxDev, "'AUDOUT_EQ_ENABLE-OFF'"
?AUDOUT_EQ_FT
Requests the filter type on the
specified equalizer band on the
audio output 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>
NOTE: See the AUDOUT_EQ_FT command for the band range and filter types.
AUDOUT_EQ_FT
Sets the filter type on the
specified equalizer band on the
audio output port addressed by
the D:P:S to <filter type>.
Syntax:
SEND_COMMAND <DEV>, "'AUDOUT_EQ_FT-<band>=<filter type>'"
Variables:
band = 1 to 10 if on the audio output port.
filter type = Bell, Band Pass, Band Stop, High Pass, Low Pass, Treble Shelf, 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 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>
NOTE: See the AUDOUT_EQ_GAIN command for the band and value ranges.
AUDOUT_EQ_GAIN
Sets the gain on the specified
equalizer band on the audio
output port addressed by the
D:P:S to <value>.
Syntax:
SEND_COMMAND <DEV>, "'AUDOUT_EQ_GAIN-<band>,<value>'"
Variables:
band = 1 to 10
value = -12 to 12 (in dB)
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'AUDOUT_EQ_GAIN-1,8'"
Sets the gain on band #1 of audio port 1 equalizer to 8.
SEND_COMMAND AUDIO_OUTPUT_2, "'AUDOUT_EQ_GAIN-5,-10'"
Sets the gain on band #5 of audio port 2 equalizer to -10.
?AUDOUT_EQ_MODE
Requests the current mode of the
equalizer for the audio port
addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "?'AUDOUT_EQ_MODE'"
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'?AUDOUT_EQ_MODE'"
Returns a COMMAND string of the form: AUDOUT_EQ_MODE-<mode>
NOTE: See the AUDOUT_EQ_MODE command for the list of mode settings.
AUDOUT_EQ_MODE
Sets the mode for the equalizer
for the audio port addressed by
the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'AUDOUT_EQ_MODE-<mode>'"
Variables:
mode = off, voice, music, movie
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'AUDOUT_EQ_MODE-movie'"
Sets the equalizer to favor the sounds of a movie for the audio output port.
?AUDOUT_EQ_Q
Requests the quality factor (Q)
on the specified equalizer band
on the audio output port
addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'?AUDOUT_EQ_Q-<band>'"
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'?AUDOUT_EQ_Q-1'"
Returns a COMMAND string of the form: AUDOUT_EQ_Q-<band>,<factor>
NOTE: See the AUDOUT_EQ_Q command for the list of band and factor ranges.
Audio Output SEND_COMMANDs