Go to the source code of this file.
Namespaces |
namespace | CLAM |
Functions |
static LADSPA_Handle | Instantiate (const LADSPA_Descriptor *descriptor, unsigned long sampleRate) |
static void | CleanUp (LADSPA_Handle handle) |
static void | Run (LADSPA_Handle handle, unsigned long sampleCount) |
static void | Activate (LADSPA_Handle handle) |
static void | Deactivate (LADSPA_Handle handle) |
static void | ConnectTo (LADSPA_Handle handle, unsigned long port, LADSPA_Data *dataLocation) |
Function Documentation
static void Activate |
( |
LADSPA_Handle |
handle | ) |
|
|
static |
static void CleanUp |
( |
LADSPA_Handle |
handle | ) |
|
|
static |
static void ConnectTo |
( |
LADSPA_Handle |
handle, |
|
|
unsigned long |
port, |
|
|
LADSPA_Data * |
dataLocation |
|
) |
| |
|
static |
static void Deactivate |
( |
LADSPA_Handle |
handle | ) |
|
|
static |
static LADSPA_Handle Instantiate |
( |
const LADSPA_Descriptor * |
descriptor, |
|
|
unsigned long |
sampleRate |
|
) |
| |
|
static |
static void Run |
( |
LADSPA_Handle |
handle, |
|
|
unsigned long |
sampleCount |
|
) |
| |
|
static |