linuxsampler 2.3.1
|
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 205 of file EventListeners.h.
|
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. |