#include <EventListeners.h>
Public Member Functions | |
virtual void | VoiceCountChanged (int ChannelId, int NewCount)=0 |
Invoked when the number of active voices on the specified sampler channel has changed. |
Definition at line 251 of file EventListeners.h.
virtual void LinuxSampler::VoiceCountListener::VoiceCountChanged | ( | int | ChannelId, | |
int | NewCount | |||
) | [pure virtual] |
Invoked when the number of active voices on the specified sampler channel has changed.
ChannelId | The numerical ID of the sampler channel. | |
NewCount | The new number of active voices. |