linuxsampler 1.0.0
|
This class is used as a listener, which is notified when a MIDI instrument in a MIDI instrument map is changed. More...
#include <EventListeners.h>
Public Member Functions | |
virtual void | MidiInstrumentInfoChanged (int MapId, int Bank, int Program)=0 |
Invoked when a MIDI instrument in a MIDI instrument map is changed. |
This class is used as a listener, which is notified when a MIDI instrument in a MIDI instrument map is changed.
Definition at line 195 of file EventListeners.h.
virtual void LinuxSampler::MidiInstrumentInfoListener::MidiInstrumentInfoChanged | ( | int | MapId, |
int | Bank, | ||
int | Program | ||
) | [pure virtual] |
Invoked when a MIDI instrument in a MIDI instrument map is changed.
MapId | The numerical ID of the MIDI instrument map. |
Bank | The index of the MIDI bank, containing the instrument. |
Program | The MIDI program number of the instrument. |