linuxsampler 2.3.1
|
This class is used as a listener, which is notified when the number of sampler channels is changed. More...
#include <EventListeners.h>
Public Member Functions | |
virtual void | ChannelCountChanged (int NewCount)=0 |
Invoked when the number of sampler channels has changed. | |
virtual void | ChannelAdded (SamplerChannel *pChannel)=0 |
virtual void | ChannelToBeRemoved (SamplerChannel *pChannel)=0 |
This class is used as a listener, which is notified when the number of sampler channels is changed.
Definition at line 98 of file EventListeners.h.
|
pure virtual |
Implemented in LinuxSampler::ChannelCountAdapter.
Invoked when the number of sampler channels has changed.
NewCount | The new number of sampler channels. |
Implemented in LinuxSampler::ChannelCountAdapter.
|
pure virtual |
Implemented in LinuxSampler::ChannelCountAdapter.