#include <cstdlib>
#include <cstring>
#include "LadspaProcessingExporter.hxx"
#include "Audio.hxx"
#include "AudioOutPort.hxx"
#include "AudioInPort.hxx"
#include "OutControl.hxx"
#include "Processing.hxx"
#include "ProcessingFactory.hxx"
#include "LadspaLibrary.hxx"
Go to the source code of this file.
Namespaces | |
namespace | CLAM |
namespace | CLAM::Hidden |
Functions | |
static LADSPA_Handle | Instantiate (const struct _LADSPA_Descriptor *descriptor, unsigned long sampleRate) |
static void | ConnectPort (LADSPA_Handle instance, unsigned long port, LADSPA_Data *data) |
static void | Activate (LADSPA_Handle instance) |
static void | Run (LADSPA_Handle instance, unsigned long sampleCount) |
static void | Deactivate (LADSPA_Handle instance) |
static void | CleanUp (LADSPA_Handle instance) |
static void Activate | ( | LADSPA_Handle | instance | ) | [static] |
Definition at line 46 of file LadspaProcessingExporter.cxx.
References CLAM::Hidden::ProcessingClass2LadspaBase::Activate().
static void CleanUp | ( | LADSPA_Handle | instance | ) | [static] |
Definition at line 64 of file LadspaProcessingExporter.cxx.
Referenced by CLAM::Hidden::ProcessingClass2LadspaBase::CreateDescriptor().
static void ConnectPort | ( | LADSPA_Handle | instance, | |
unsigned long | port, | |||
LADSPA_Data * | data | |||
) | [static] |
Definition at line 40 of file LadspaProcessingExporter.cxx.
References CLAM::Hidden::ProcessingClass2LadspaBase::ConnectPort().
static void Deactivate | ( | LADSPA_Handle | instance | ) | [static] |
Definition at line 58 of file LadspaProcessingExporter.cxx.
References CLAM::Hidden::ProcessingClass2LadspaBase::Deactivate().
static LADSPA_Handle Instantiate | ( | const struct _LADSPA_Descriptor * | descriptor, | |
unsigned long | sampleRate | |||
) | [static] |
Definition at line 31 of file LadspaProcessingExporter.cxx.
References CLAM::Hidden::ProcessingClass2LadspaBase::Instantiate().
static void Run | ( | LADSPA_Handle | instance, | |
unsigned long | sampleCount | |||
) | [static] |
Definition at line 52 of file LadspaProcessingExporter.cxx.
References CLAM::Hidden::ProcessingClass2LadspaBase::Run().