linuxsampler 2.3.1
LinuxSampler::MidiDeviceCountListener Class Referenceabstract

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

#include <EventListeners.h>

Public Member Functions

virtual void MidiDeviceCountChanged (int NewCount)=0
 Invoked when the number of MIDI input devices has changed.
 
virtual void MidiDeviceToBeDestroyed (MidiInputDevice *pDevice)=0
 Invoked right before the supplied MIDI input device is going to be destroyed.
 
virtual void MidiDeviceCreated (MidiInputDevice *pDevice)=0
 Invoked to inform that a new MidiInputDevice has just been created.
 

Detailed Description

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.

Member Function Documentation

◆ MidiDeviceCountChanged()

virtual void LinuxSampler::MidiDeviceCountListener::MidiDeviceCountChanged ( int  NewCount)
pure virtual

Invoked when the number of MIDI input devices has changed.

Parameters
NewCountThe new number of MIDI input devices.

◆ MidiDeviceCreated()

virtual void LinuxSampler::MidiDeviceCountListener::MidiDeviceCreated ( MidiInputDevice pDevice)
pure virtual

Invoked to inform that a new MidiInputDevice has just been created.

Parameters
pDevicenewly created MidiInputDevice

◆ MidiDeviceToBeDestroyed()

virtual void LinuxSampler::MidiDeviceCountListener::MidiDeviceToBeDestroyed ( MidiInputDevice pDevice)
pure virtual

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

Parameters
pDeviceMidiInputDevice to be deleted

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