#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. | |
Definition at line 154 of file EventListeners.h.
| virtual void LinuxSampler::MidiPortCountListener::MidiPortAdded | ( | MidiInputPort * | pPort | ) | [pure virtual] |
Invoked to inform that a new MidiInputPort has just been added.
| pPort | newly created MidiInputPort |
| virtual void LinuxSampler::MidiPortCountListener::MidiPortCountChanged | ( | int | NewCount | ) | [pure virtual] |
Invoked when the number of MIDI input ports has changed.
| NewCount | The new number of MIDI input ports. |
| virtual void LinuxSampler::MidiPortCountListener::MidiPortToBeRemoved | ( | MidiInputPort * | pPort | ) | [pure virtual] |
Invoked right before the supplied MIDI input port is going to be destroyed.
| pPort | MidiInputPort to be deleted |