Audout_Eq_Ft; Audout_Eq_Gain; Audout_Eq_Mode - AMX Enova DVX-3150HD Operation/Reference Manual

Enova dvx-3150hd/3155hd series 10x4 all-in-one presentation switcher
Hide thumbs Also See for Enova DVX-3150HD:
Table of Contents

Advertisement

Programming
Audio SEND_COMMANDs (Cont.)

AUDOUT_EQ_FT

Sets the filter type on the
specified equalizer band on
the audio output port.

?AUDOUT_EQ_GAIN

Requests the gain on the
specified equalizer band on
the audio output port.
AUDOUT_EQ_GAIN
Sets the gain on the
specified equalizer band on
the audio output port.

?AUDOUT_EQ_MODE

Requests the current mode
of the equalizer.
AUDOUT_EQ_MODE
Sets the mode for the
equalizer for the audio port.
90
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.
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: AUD-
OUT_EQ_GAIN-<band>,<value>.
Sets the gain on the equalizer band <band> on the output audio port addressed
by the D:P:S to <value>.
Syntax:
SEND_COMMAND <DEV>, "'AUDOUT_EQ_GAIN-<band>=<value>'"
Variables:
band = 1..10 if on the audio output port.
value = -12..12. The units are 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.
Request 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>.
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 (#1
based on D:P:S).
Enova DVX-3150HD/3155HD All-in-One Presentation Switcher Operation/Reference Guide

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents