linuxsampler 2.3.1
|
This class exists as convenience for creating listener objects. More...
#include <EventListeners.h>
Public Member Functions | |
virtual void | ChannelCountChanged (int NewCount) |
Invoked when the number of sampler channels has changed. | |
virtual void | ChannelAdded (SamplerChannel *pChannel) |
virtual void | ChannelToBeRemoved (SamplerChannel *pChannel) |
This class exists as convenience for creating listener objects.
The methods in this class are empty.
Definition at line 113 of file EventListeners.h.
|
inlinevirtual |
Implements LinuxSampler::ChannelCountListener.
Definition at line 116 of file EventListeners.h.
Invoked when the number of sampler channels has changed.
NewCount | The new number of sampler channels. |
Implements LinuxSampler::ChannelCountListener.
Definition at line 115 of file EventListeners.h.
|
inlinevirtual |
Implements LinuxSampler::ChannelCountListener.
Definition at line 117 of file EventListeners.h.