linuxsampler 2.3.1
LinuxSampler::MidiInstrumentMapInfoListener Class Referenceabstract

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.
 

Detailed Description

This class is used as a listener, which is notified when the settings of a MIDI instrument map are changed.

Definition at line 233 of file EventListeners.h.

Member Function Documentation

◆ MidiInstrumentMapInfoChanged()

virtual void LinuxSampler::MidiInstrumentMapInfoListener::MidiInstrumentMapInfoChanged ( int  MapId)
pure virtual

Invoked when the settings of a MIDI instrument map are changed.

Parameters
MapIdThe numerical ID of the MIDI instrument map.

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