#include <EventListeners.h>
Public Member Functions | |
virtual void | MidiInstrumentMapCountChanged (int NewCount)=0 |
Invoked when the number of MIDI instrument maps has changed. |
Definition at line 210 of file EventListeners.h.
virtual void LinuxSampler::MidiInstrumentMapCountListener::MidiInstrumentMapCountChanged | ( | int | NewCount | ) | [pure virtual] |
Invoked when the number of MIDI instrument maps has changed.
NewCount | The new number of MIDI instruments. |