24#ifndef __LS_DEVICE_H__
25#define __LS_DEVICE_H__
29 class AudioOutputDeviceFactory;
30 class MidiInputDeviceFactory;
Abstract base class for all kind of drivers in LinuxSampler.
virtual bool isAutonomousDevice()
Determines whether the device is an autonomous instance of some driver or not autonomous (that is bou...
int deviceId() const
Returns the numerical ID of this device instance.
static bool isAutonomousDriver()
Whether this is an autonomous device driver.
friend class MidiInputDeviceFactory
friend class AudioOutputDeviceFactory