User Guide
51
Standard NetLinx API (SNAPI) R 1.8.0
Gain
Component
Name: Gain
Interface: IGainComponent
IGainComponent
Component Functions:
Name: Channel: Level: Command: Constant: Notes:
cycleGainMute() 144 GAIN_MUTE Momentary Function Channel: Cycle gain mute when channel is activated
setGain(level) 5 GAIN_LVL Set gain, range is 0-255
setGainMuteOn(state) 143 GAIN_MUTE_ON Discrete Function Channel: Gain mute is on while channel is active
setGainRamp(DOWN) 141 GAIN_DN Ramping Channel: Gain is ramped down while channel is active
setGainRamp(UP) 140 GAIN_UP Ramping Channel: Gain is ramped up while channel is active
Listener
Name: Gain Listener
Interface: IGainComponentListener
IGainComponentListener
Listener Functions:
Name: Channel: Level: Command: Constant: Notes:
processGainEvent 5 GAIN_LVL Gain changed, range is 0-255
processGainMuteEvent 143 GAIN_MUTE_FB Feedback Channel: Gain is muted if channel is on
processGainRampEvent 141 GAIN_DN_FB Feedback Channel: Gain is ramping down while channel is on
processGainRampEvent 140 GAIN_UP_FB Feedback Channel: Gain is ramping up while channel is on