linuxsampler 1.0.0

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:
MapIdThe numerical ID of the MIDI instrument map.
BankThe index of the MIDI bank, containing the instrument.
ProgramThe MIDI program number of the instrument.

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