linuxsampler 1.0.0
|
This class is used as a listener, which is notified when the number of effect sends on a particular sampler channel is changed. More...
#include <EventListeners.h>
Inherited by LinuxSampler::Sampler::EventHandler.
Public Member Functions | |
virtual void | FxSendCountChanged (int ChannelId, int NewCount)=0 |
Invoked when the number of effect sends on the specified sampler channel has changed. |
This class is used as a listener, which is notified when the number of effect sends on a particular sampler channel is changed.
Definition at line 236 of file EventListeners.h.
virtual void LinuxSampler::FxSendCountListener::FxSendCountChanged | ( | int | ChannelId, |
int | NewCount | ||
) | [pure virtual] |
Invoked when the number of effect sends on the specified sampler channel has changed.
ChannelId | The numerical ID of the sampler channel. |
NewCount | The new number of effect sends. |