linuxsampler 2.3.1
LinuxSampler::MidiInstrumentMapCountListener Class Referenceabstract

This class is used as a listener, which is notified when the number of MIDI instrument maps is changed. More...

#include <EventListeners.h>

Public Member Functions

virtual void MidiInstrumentMapCountChanged (int NewCount)=0
 Invoked when the number of MIDI instrument maps has changed.
 

Detailed Description

This class is used as a listener, which is notified when the number of MIDI instrument maps is changed.

Definition at line 220 of file EventListeners.h.

Member Function Documentation

◆ MidiInstrumentMapCountChanged()

virtual void LinuxSampler::MidiInstrumentMapCountListener::MidiInstrumentMapCountChanged ( int  NewCount)
pure virtual

Invoked when the number of MIDI instrument maps has changed.

Parameters
NewCountThe new number of MIDI instruments.

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