#include <stdexcept>
#include <set>
#include <map>
#include <vector>
#include "../../common/global.h"
#include "../../common/Exception.h"
#include "../DeviceParameter.h"
#include "MidiInputPort.h"
#include "../../common/Mutex.h"
#include "midi.h"
#include "../../engines/EngineChannel.h"
#include "../../common/SynchronizedConfig.h"
#include "../../engines/Engine.h"
#include "../../EventListeners.h"
Go to the source code of this file.
Classes | |
class | LinuxSampler::MidiInputException |
Midi input exception that should be thrown by the MidiInputDevice descendants in case initialization of the MIDI input system failed (which should be done in the constructor of the MidiInputDevice descendant). More... | |
class | LinuxSampler::MidiInputDevice |
Abstract base class for MIDI input drivers in LinuxSampler. More... | |
class | LinuxSampler::MidiInputDevice::ParameterActive |
Device Parameter 'ACTIVE'. More... | |
class | LinuxSampler::MidiInputDevice::ParameterPorts |
Device Parameter 'PORTS'. More... | |
Namespaces | |
namespace | LinuxSampler |