|
LMMS
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <ladspa.h>#include "tap_platform.h"#include "tap_utils.h"Classes | |
| struct | Tremolo |
Macros | |
| #define | ID_MONO 2144 |
| #define | CONTROL_FREQ 0 |
| #define | CONTROL_DEPTH 1 |
| #define | CONTROL_GAIN 2 |
| #define | INPUT_0 3 |
| #define | OUTPUT_0 4 |
| #define | PORTCOUNT_MONO 5 |
Functions | |
| LADSPA_Handle | instantiate_Tremolo (const LADSPA_Descriptor *Descriptor, unsigned long SampleRate) |
| void | activate_Tremolo (LADSPA_Handle Instance) |
| void | connect_port_Tremolo (LADSPA_Handle Instance, unsigned long Port, LADSPA_Data *DataLocation) |
| void | run_Tremolo (LADSPA_Handle Instance, unsigned long SampleCount) |
| void | set_run_adding_gain_Tremolo (LADSPA_Handle Instance, LADSPA_Data gain) |
| void | run_adding_Tremolo (LADSPA_Handle Instance, unsigned long SampleCount) |
| void | cleanup_Tremolo (LADSPA_Handle Instance) |
| void __CONSTRUCTOR | tap_init () |
| void | delete_descriptor (LADSPA_Descriptor *descriptor) |
| void __DESTRUCTOR | tap_fini () |
| const LADSPA_Descriptor * | ladspa_descriptor (unsigned long Index) |
| __INIT_FINI (tap_init, tap_fini) | |
Variables | |
| LADSPA_Data | cos_table [1024] |
| LADSPA_Descriptor * | mono_descriptor = NULL |
| #define CONTROL_DEPTH 1 |
| #define CONTROL_FREQ 0 |
| #define CONTROL_GAIN 2 |
| #define ID_MONO 2144 |
| #define INPUT_0 3 |
| #define OUTPUT_0 4 |
| #define PORTCOUNT_MONO 5 |
| void activate_Tremolo | ( | LADSPA_Handle | Instance | ) |
| void cleanup_Tremolo | ( | LADSPA_Handle | Instance | ) |
| void connect_port_Tremolo | ( | LADSPA_Handle | Instance, |
| unsigned long | Port, | ||
| LADSPA_Data * | DataLocation ) |
| void delete_descriptor | ( | LADSPA_Descriptor * | descriptor | ) |
| LADSPA_Handle instantiate_Tremolo | ( | const LADSPA_Descriptor * | Descriptor, |
| unsigned long | SampleRate ) |
| const LADSPA_Descriptor * ladspa_descriptor | ( | unsigned long | Index | ) |
| void run_adding_Tremolo | ( | LADSPA_Handle | Instance, |
| unsigned long | SampleCount ) |
| void run_Tremolo | ( | LADSPA_Handle | Instance, |
| unsigned long | SampleCount ) |
| void set_run_adding_gain_Tremolo | ( | LADSPA_Handle | Instance, |
| LADSPA_Data | gain ) |
| void __DESTRUCTOR tap_fini | ( | ) |
| void __CONSTRUCTOR tap_init | ( | ) |
| LADSPA_Data cos_table[1024] |
| LADSPA_Descriptor* mono_descriptor = NULL |