linuxsampler 2.3.1
|
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>
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 332 of file EventListeners.h.
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. |
Invoked when the engine type of the specified sampler channel is going to be changed soon.
ChannelId | The numerical ID of the sampler channel |