24#ifndef __LS_MIDIINPUTDEVICE_H__
25#define __LS_MIDIINPUTDEVICE_H__
32#include "../../common/global.h"
33#include "../../common/Exception.h"
34#include "../DeviceParameter.h"
36#include "../../engines/Engine.h"
37#include "../../EventListeners.h"
44 class MidiInputDeviceFactory;
Abstract base class for driver parameters of type Bool.
Abstract base class for driver parameters of type int.
Abstract base class for parameters at driver instanciation time.
Abstract base class for all kind of drivers in LinuxSampler.
Exception that will be thrown in NON REAL TIME PARTS of the LinuxSampler application.
This class is used as a listener, which is notified when the number of MIDI input ports is changed.
Wraps as a kind of pointer class some data object shared with other threads, to protect / synchronize...