User Guide
109
Standard NetLinx API (SNAPI) R 1.8.0
Pre Amp
Component
Name: Pre Amp
Interface: IPreAmpComponent
IPreAmpComponent
Component Functions:
Name: Channel: Level: Command: Constant: Notes:
adjustBalance(1) 164 BALANCE_UP Ramping Channel: Balance is incremented when channel is activated
adjustBalance(-1) 165 BALANCE_DN Ramping Channel: Balance is decremented when channel is activated
adjustBass(1) 166 BASS_UP Ramping Channel: Bass is incremented when channel is activated
adjustBass(-1) 167 BASS_DN Ramping Channel: Bass is decremented when channel is activated
adjustTreble(1) 168 TREBLE_UP Ramping Channel: Treble is incremented when channel is activated
adjustTreble(-1) 169 TREBLE_DN Ramping Channel: Treble is decremented when channel is activated
cycleLoudness() 206 LOUDNESS Momentary Function Channel: Cycle loudness when channel is activated
getSurroundMode() ?SURROUND Query surround mode, responds with SURROUND-<mode>, where <mode> is
MOVIE,MUSIC,OFF
nextSurroundMode() 170 SURROUND_NEXT Momentary Function Channel: Next surround mode is selected when channel is acti-
vated
previousSurroundMode() 171 SURROUND_PREV Momentary Function Channel: Previous surround mode is selected when channel is
activated
setBalance(balance) 2 BALANCE_LVL Set balance level, range is 0-255, 0 is left and 255 is right
setBass(bass) 3 BASS_LVL Set bass level, range is 0-255
setLoudnessOn(state) 207 LOUDNESS_ON Discrete Function Channel: Loudness is on while channel is active
setSurroundMode(sm) SURROUND-<mode> Set surround mode, where <mode> is MOVIE,MUSIC,OFF
setTreble(treble) 4 TREBLE_LVL Set treble level, range is 0-255
Listener
Name: Pre Amp Listener
Interface: IPreAmpComponentListener
IPreAmpComponentListener
Listener Functions:
Name: Channel: Level: Command: Constant: Notes:
processBalanceEvent 2 BALANCE_LVL Balance changed, range is 0-255, 0 is left and 255 is right
processBassEvent 3 BASS_LVL Bass changed, range is 0-255
processLoudnessEvent 207 LOUDNESS_FB Feedback Channel: Loudness is on if channel is on
processSurround-
ModeEvent
SURROUND-<mode> Surround mode changed, where <mode> is MUSIC,MOVIE,OFF