#include <EventListeners.h>
Public Member Functions | |
| virtual void | MidiInstrumentCountChanged (int MapId, int NewCount)=0 |
| Invoked when the number of MIDI instruments has changed. | |
Definition at line 181 of file EventListeners.h.
| virtual void LinuxSampler::MidiInstrumentCountListener::MidiInstrumentCountChanged | ( | int | MapId, | |
| int | NewCount | |||
| ) | [pure virtual] |
Invoked when the number of MIDI instruments has changed.
| MapId | The numerical ID of the MIDI instrument map. | |
| NewCount | The new number of MIDI instruments. |