linuxsampler 1.0.0
|
This class is used as a listener, which is notified when the engine type of a particular sampler channel is changed. More...
#include <EventListeners.h>
Inherited by LinuxSampler::Sampler::EventHandler.
Public Member Functions | |
virtual void | EngineToBeChanged (int ChannelId)=0 |
Invoked when the engine type of the specified sampler channel is going to be changed soon. | |
virtual void | EngineChanged (int ChannelId)=0 |
Invoked when the engine type of the specified sampler channel was changed. |
This class is used as a listener, which is notified when the engine type of a particular sampler channel is changed.
Definition at line 322 of file EventListeners.h.
virtual void LinuxSampler::EngineChangeListener::EngineChanged | ( | int | ChannelId | ) | [pure virtual] |
Invoked when the engine type of the specified sampler channel was changed.
ChannelId | The numerical ID of the sampler channel, which engine type has been changed. |
virtual void LinuxSampler::EngineChangeListener::EngineToBeChanged | ( | int | ChannelId | ) | [pure virtual] |
Invoked when the engine type of the specified sampler channel is going to be changed soon.
ChannelId | The numerical ID of the sampler channel |