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 103 of file EventListeners.h.
| virtual void LinuxSampler::ChannelCountAdapter::ChannelAdded | ( | SamplerChannel * | pChannel | ) | [inline, virtual] |
Implements LinuxSampler::ChannelCountListener.
Definition at line 106 of file EventListeners.h.
| virtual void LinuxSampler::ChannelCountAdapter::ChannelCountChanged | ( | int | NewCount | ) | [inline, virtual] |
Invoked when the number of sampler channels has changed.
| NewCount | The new number of sampler channels. |
Implements LinuxSampler::ChannelCountListener.
Definition at line 105 of file EventListeners.h.
| virtual void LinuxSampler::ChannelCountAdapter::ChannelToBeRemoved | ( | SamplerChannel * | pChannel | ) | [inline, virtual] |
Implements LinuxSampler::ChannelCountListener.
Definition at line 107 of file EventListeners.h.
1.6.3