linuxsampler 2.3.1
LinuxSampler::MidiPortCountListener Class Referenceabstract

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

#include <EventListeners.h>

Public Member Functions

virtual void MidiPortCountChanged (int NewCount)=0
 Invoked when the number of MIDI input ports has changed.
 
virtual void MidiPortToBeRemoved (MidiInputPort *pPort)=0
 Invoked right before the supplied MIDI input port is going to be destroyed.
 
virtual void MidiPortAdded (MidiInputPort *pPort)=0
 Invoked to inform that a new MidiInputPort has just been added.
 

Detailed Description

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

Definition at line 164 of file EventListeners.h.

Member Function Documentation

◆ MidiPortAdded()

virtual void LinuxSampler::MidiPortCountListener::MidiPortAdded ( MidiInputPort pPort)
pure virtual

Invoked to inform that a new MidiInputPort has just been added.

Parameters
pPortnewly created MidiInputPort

◆ MidiPortCountChanged()

virtual void LinuxSampler::MidiPortCountListener::MidiPortCountChanged ( int  NewCount)
pure virtual

Invoked when the number of MIDI input ports has changed.

Parameters
NewCountThe new number of MIDI input ports.

◆ MidiPortToBeRemoved()

virtual void LinuxSampler::MidiPortCountListener::MidiPortToBeRemoved ( MidiInputPort pPort)
pure virtual

Invoked right before the supplied MIDI input port is going to be destroyed.

Parameters
pPortMidiInputPort to be deleted

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