LinuxSampler::MidiInstrumentInfoListener Class Reference

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>

List of all members.

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.


Detailed Description

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.


Member Function Documentation

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.

Parameters:
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.


The documentation for this class was generated from the following file:

doxygen