This class is used as a listener, which is notified when the number of MIDI input devices is changed.
More...
#include <EventListeners.h>
This class is used as a listener, which is notified when the number of MIDI input devices is changed.
Definition at line 137 of file EventListeners.h.
◆ MidiDeviceCountChanged()
virtual void LinuxSampler::MidiDeviceCountListener::MidiDeviceCountChanged |
( |
int |
NewCount | ) |
|
|
pure virtual |
Invoked when the number of MIDI input devices has changed.
- Parameters
-
NewCount | The new number of MIDI input devices. |
◆ MidiDeviceCreated()
Invoked to inform that a new MidiInputDevice has just been created.
- Parameters
-
◆ MidiDeviceToBeDestroyed()
Invoked right before the supplied MIDI input device is going to be destroyed.
- Parameters
-
The documentation for this class was generated from the following file: