User Guide
Standard NetLinx API (SNAPI) R 1.8.0
26
Audio Mixer Functions (Cont.)
Name Component Channel Level Command Constant Notes
setAudioMixerCrosspointMuteOn(input,out-
put,state)
IAudioMixerComponent XPOINTMUTE-
<state>,<input>,<out-
put>
Set Audio Mixer Crosspoint Mute for
<input> and <output> where <state> is 0
(un-muted) or 1 (muted). <input> is 1 to
the maximum supported input and <out-
put> is 1 to the maximum supported output
(see specific module documentation)
setAudioMixerPreset(preset) IAudioMixerComponent MIXERPRESET-<pre-
set>
Recall Audio Mixer Preset where <preset>
is 1 to x and x is the maximum supported
preset (see specific module documenta-
tion)
processAudioMixerCross-
pointEvent(int,int,int)
IAudioMixerComponentListener XPOINT-
<value>,<input>,<out-
put>
Audio Mixer Crosspoint changed for
<input> to one or more <output>s where
<value> is 0 to 255. <input> is 1 to the
maximum supported input and <output> is
1 to the maximum supported output (see
specific module documentation)
processAudioMixerCrosspointMuteOn-
Event(int,int,boolean)
IAudioMixerComponentListener XPOINTMUTE-
<state>,<input>,<out-
put>
Audio Mixer Crosspoint Mute changed for
<input> and <output> where <state> is 0
(un-muted) or 1 (muted). <input> is 1 to
the maximum supported input and <out-
put> is 1 to the maximum supported output
(see specific module documentation)
processAudioMixerPresetEvent(int) IAudioMixerComponentListener MIXERPRESET-<pre-
set>
Mixer preset changed, where <preset> is 1
to x and x is the maximum supported pre-
set (see specific module documentation)
cycleGainMute() IGainComponent 144 GAIN_MUTE Momentary Function Channel: Cycle gain
mute when channel is activated
setGain(level) IGainComponent 5 GAIN_LVL Set gain, range is 0-255
setGainMuteOn(state) IGainComponent 143 GAIN_MUTE_ON Discrete Function Channel: Gain mute is
on while channel is active
setGainRamp(UP) IGainComponent 140 GAIN_UP Ramping Channel: Gain is ramped up while
channel is active
setGainRamp(DOWN) IGainComponent 141 GAIN_DN Ramping Channel: Gain is ramped down
while channel is active
processGainEvent(int) IGainComponentListener 5 GAIN_LVL Gain changed, range is 0-255
processGainMuteEvent(boolean) IGainComponentListener 143 GAIN_MUTE_FB Feedback Channel: Gain is muted if chan-
nel is on
processGainRampEvent(UP) IGainComponentListener 140 GAIN_UP_FB Feedback Channel: Gain is ramping up
while channel is on
processGainRampEvent(DOWN) IGainComponentListener 141 GAIN_DN_FB Feedback Channel: Gain is ramping down
while channel is on
getDebugState() IModuleComponent ?DEBUG Query the debug level, responds with
DEBUG-<state> where <state> is 1-4 for
ERROR, WARNING, DEBUG, INFO