User Guide
Standard NetLinx API (SNAPI) R 1.8.0
16
Component Functions: (Cont.)
Name: Channel: Level: Command: Constant: Notes:
saveAudioProcessorPre-
set(preset)
AUDIOPROCPRESETSAVE-<pre-
set>
Save Audio Processor Preset where <preset> is 1 to x and x is the maximum supported
preset (see specific module documentation)
setAudioProcessorCros-
spoint(input,out-
put[],value)
XPOINT-<value>,<input>,<out-
put>[,<output>,<output>Ö]
Set Audio Processor crosspoint 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 maxi-
mum supported output (see specific module documentation)
setAudioProcessorCros-
spointMuteOn(input,out-
put,state)
XPOINTMUTE-<state>,<input>,<out-
put>
Set Audio Processor Crosspoint Mute for <input> and <output> where <state> is 0 (un-
muted) or 1 (muted). <input> is 1 to the maximum supported input and <output> is 1 to
the maximum supported output (see specific module documentation)
setAudioProcessor-
Level(level)
1 AUDIOPROC_LVL Set Audio Processor level, range is 0-255
setAudioProcessorPre-
set(preset)
AUDIOPROCPRESET-<preset> Recall Audio Processor Preset where <preset> is 1 to x and x is the maximum sup-
ported preset (see specific module documentation)
setAudioProces-
sorStateOn(state)
199 AUDIOPROC_STATE_ON Discrete Function Channel: Audio Processor state is on while channel is active
switchAudioProcessorIn-
putToOutput(input,out-
put[])
AI<input>O<output,output,Ö> Switch <input> to one or more <output>s for switcher level Audio. Use <input> 0 for
disconnect.
Listener
Name: Audio Processor Listener
Interface: IAudioProcessorComponentListener
IAudioProcessorComponentListener
Listener Functions:
Name: Channel: Level: Command: Constant: Notes:
processAudioProcessor-
CrosspointEvent
XPOINT-<value>,<input>,<output> Audio Processor 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)
processAudioProcessor-
CrosspointMuteOnEvent
XPOINTMUTE-<state>,<input>,<out-
put>
Audio Processor 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 <output> is
1 to the maximum supported output (see specific module documentation)
processAudioProcessor-
LevelEvent
1 AUDIOPROC_LVL Audio Processor level changed, range is 0-255
processAudioProcessor-
PresetEvent
AUDIOPROCPRESET-<preset> Audio Processor preset changed, where <preset> is 1 to x and x is the maximum sup-
ported preset (see specific module documentation)
processAudioProces-
sorStateOnEvent
199 AUDIOPROC_STATE_FB Feedback Channel: Audio Processor state is on if channel is on
processAudioProcessor-
SwitchEvent
SWITCH-L<sl>I<input>O<output> Audio Processor switch connections changed, where <sl> is AUDIO and <input> is 0 if
there is no connection.