linuxsampler 2.3.1
LinuxSampler::MidiInstrumentCountListener Class Referenceabstract

This class is used as a listener, which is notified when the number of MIDI instruments on a particular MIDI instrument map is changed. More...

#include <EventListeners.h>

Public Member Functions

virtual void MidiInstrumentCountChanged (int MapId, int NewCount)=0
 Invoked when the number of MIDI instruments has changed.
 

Detailed Description

This class is used as a listener, which is notified when the number of MIDI instruments on a particular MIDI instrument map is changed.

Definition at line 191 of file EventListeners.h.

Member Function Documentation

◆ MidiInstrumentCountChanged()

virtual void LinuxSampler::MidiInstrumentCountListener::MidiInstrumentCountChanged ( int  MapId,
int  NewCount 
)
pure virtual

Invoked when the number of MIDI instruments has changed.

Parameters
MapIdThe numerical ID of the MIDI instrument map.
NewCountThe new number of MIDI instruments.

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