This class is used as a listener, which is notified when the number of MIDI input ports is changed.
More...
#include <EventListeners.h>
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.
◆ MidiPortAdded()
Invoked to inform that a new MidiInputPort has just been added.
- Parameters
-
◆ MidiPortCountChanged()
virtual void LinuxSampler::MidiPortCountListener::MidiPortCountChanged |
( |
int |
NewCount | ) |
|
|
pure virtual |
Invoked when the number of MIDI input ports has changed.
- Parameters
-
NewCount | The new number of MIDI input ports. |
◆ MidiPortToBeRemoved()
Invoked right before the supplied MIDI input port is going to be destroyed.
- Parameters
-
The documentation for this class was generated from the following file: