#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. | |
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 |