#include <set>
#include <map>
#include <vector>
#include <stdexcept>
#include "../../common/global.h"
#include "../../common/Exception.h"
#include "../Device.h"
#include "../DeviceParameter.h"
#include "../../engines/Engine.h"
#include "../common/global.h"
#include "InstrumentManager.h"
#include "AudioChannel.h"
#include <unistd.h>
#include "lsatomic.h"
#include "Effect.h"
Go to the source code of this file.
Classes | |
class | LinuxSampler::AudioOutputDevice |
Abstract base class for audio output drivers in LinuxSampler. More... | |
class | LinuxSampler::AudioOutputDevice::ParameterActive |
Device Parameter 'ACTIVE'. More... | |
class | LinuxSampler::AudioOutputDevice::ParameterSampleRate |
Device Parameter 'SAMPLERATE'. More... | |
class | LinuxSampler::AudioOutputDevice::ParameterChannels |
Device Parameters 'CHANNELS'. More... | |
class | LinuxSampler::AudioOutputException |
Audio output exception that should be thrown by the AudioOutputDevice descendants in case initialization of the audio output system failed (which should be done in the constructor of the AudioOutputDevice descendant). More... | |
Namespaces | |
namespace | LinuxSampler |