linuxsampler 1.0.0
|
This class is used as a listener, which is notified when the settings of a MIDI instrument map are changed. More...
#include <EventListeners.h>
Public Member Functions | |
virtual void | MidiInstrumentMapInfoChanged (int MapId)=0 |
Invoked when the settings of a MIDI instrument map are changed. |
This class is used as a listener, which is notified when the settings of a MIDI instrument map are changed.
Definition at line 223 of file EventListeners.h.
virtual void LinuxSampler::MidiInstrumentMapInfoListener::MidiInstrumentMapInfoChanged | ( | int | MapId | ) | [pure virtual] |
Invoked when the settings of a MIDI instrument map are changed.
MapId | The numerical ID of the MIDI instrument map. |