Integrated Master – NetLinx® Programming
206
Hardware Reference Manual – Enova DGX 100 Series Digital Media Switchers
AUDOUT_EQ_Q
Sets the quality factor (Q) on the
specified equalizer band on the
audio output port addressed by
the D:P:S to <value>.
Syntax:
SEND_COMMAND <DEV>, "'AUDOUT_EQ_Q-<band>,<factor>'"
Variables:
band = 1 to 10 if on the audio output port.
factor = range depends on filter type (AUDOUT_EQ_FT)
Bell range = 0.1 to 20.0
Band Pass range = 0.1 to 20.0
Band Stop range = 0.1 to 20.0
High Pass range = 0.5 to 1.4
Low Pass range = 0.5 to 1.4
Treble Shelf range = 0.5 to 1.0
Bass Shelf range = 0.5 to 1.0
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'AUDOUT_EQ_Q-1,8'"
Sets the Q on band #1 of the audio port 1 equalizer to 8.
?AUDOUT_MAXVOL
Requests the current maximum
volume for the audio port
addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'?AUDOUT_MAXVOL'"
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'?AUDOUT_MAXVOL'"
Returns a COMMAND string of the form: AUDOUT_MAXVOL-<maximum>
NOTE: See the AUDOUT_MAXVOL command for the maximum volume range.
AUDOUT_MAXVOL
Sets the maximum volume for
the audio port addressed by the
D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'AUDOUT_MAXVOL-<maximum>'"
Variable:
maximum = 0 to 100 (in %)
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'AUDOUT_MAXVOL-75'"
Sets the maximum for the audio output port to 75%.
?AUDOUT_MINVOL
Requests the current minimum
volume for the audio port
addressed by the D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'?AUDOUT_MINVOL'"
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'?AUDOUT_MINVOL'"
Returns a COMMAND string of the form: AUDOUT_MINVOL-<minimum>
NOTE: See the AUDOUT_MINVOL command for the minimum volume range.
AUDOUT_MINVOL
Sets the minimum volume for the
audio port addressed by the
D:P:S.
Syntax:
SEND_COMMAND <DEV>, "'AUDOUT_MINVOL-<minimum>'"
Variable:
minimum = 0 to 100 (in %)
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'AUDOUT_MINVOL-5'"
Sets the minimum for the audio output port to 5%.
?AUDOUT_MUTE
Requests audio mute status.
Syntax:
SEND_COMMAND <DEV>, "'?AUDOUT_MUTE'"
Example:
SEND_COMMAND dxDev, "'?AUDOUT_MUTE'"
Returns a COMMAND string of the form: AUDOUT_MUTE-<ENABLE|DISABLE>
AUDOUT_MUTE
Enables or disables audio muting
on the specified port/channel.
Syntax:
SEND_COMMAND <DEV>, "'AUDOUT_MUTE-<setting>'"
Variables:
setting = desired mute state, either ENABLE or DISABLE
Examples:
SEND_COMMAND dxDev, "'AUDOUT_MUTE-DISABLE'"
SEND_COMMAND AUD_OUTPUT_4, "'AUDOUT_MUTE-ENABLE'"
AUDOUT_RESET_EQ
Restores each of the 10 EQ
bands on a given port to default
settings.
Syntax:
SEND_COMMAND <DEV>, "'AUDOUT_RESET_EQ'"
Example:
SEND_COMMAND AUDIO_OUTPUT_1, "'AUDOUT_RESET_EQ'"
Resets EQ bands to default settings on audio output port.
NOTE: Default values for EQ bands are – Gain = 0, Center frequency = 31, Q factor = 1.4, and
Filter type = BELL.
Audio Output SEND_COMMANDs