|
LMMS
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <ladspa.h>#include "tap_platform.h"#include "tap_utils.h"Classes | |
| struct | Vibrato |
Macros | |
| #define | ID_MONO 2148 |
| #define | FREQ 0 |
| #define | DEPTH 1 |
| #define | DRYLEVEL 2 |
| #define | WETLEVEL 3 |
| #define | LATENCY 4 |
| #define | INPUT 5 |
| #define | OUTPUT 6 |
| #define | PORTCOUNT_MONO 7 |
| #define | PM_DEPTH 6300 |
| #define | PM_FREQ 30.0f |
| #define | COS_TABLE_SIZE 1024 |
Functions | |
| LADSPA_Handle | instantiate_Vibrato (const LADSPA_Descriptor *Descriptor, unsigned long sample_rate) |
| void | activate_Vibrato (LADSPA_Handle Instance) |
| void | connect_port_Vibrato (LADSPA_Handle Instance, unsigned long Port, LADSPA_Data *DataLocation) |
| void | run_Vibrato (LADSPA_Handle Instance, unsigned long SampleCount) |
| void | set_run_adding_gain_Vibrato (LADSPA_Handle Instance, LADSPA_Data gain) |
| void | run_adding_Vibrato (LADSPA_Handle Instance, unsigned long SampleCount) |
| void | cleanup_Vibrato (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 [COS_TABLE_SIZE] |
| LADSPA_Descriptor * | mono_descriptor = NULL |
| #define COS_TABLE_SIZE 1024 |
| #define DEPTH 1 |
| #define DRYLEVEL 2 |
| #define FREQ 0 |
| #define ID_MONO 2148 |
| #define INPUT 5 |
| #define LATENCY 4 |
| #define OUTPUT 6 |
| #define PM_DEPTH 6300 |
| #define PM_FREQ 30.0f |
| #define PORTCOUNT_MONO 7 |
| #define WETLEVEL 3 |
| void activate_Vibrato | ( | LADSPA_Handle | Instance | ) |
| void cleanup_Vibrato | ( | LADSPA_Handle | Instance | ) |
| void connect_port_Vibrato | ( | LADSPA_Handle | Instance, |
| unsigned long | Port, | ||
| LADSPA_Data * | DataLocation ) |
| void delete_descriptor | ( | LADSPA_Descriptor * | descriptor | ) |
| LADSPA_Handle instantiate_Vibrato | ( | const LADSPA_Descriptor * | Descriptor, |
| unsigned long | sample_rate ) |
| const LADSPA_Descriptor * ladspa_descriptor | ( | unsigned long | Index | ) |
| void run_adding_Vibrato | ( | LADSPA_Handle | Instance, |
| unsigned long | SampleCount ) |
| void run_Vibrato | ( | LADSPA_Handle | Instance, |
| unsigned long | SampleCount ) |
| void set_run_adding_gain_Vibrato | ( | LADSPA_Handle | Instance, |
| LADSPA_Data | gain ) |
| void __DESTRUCTOR tap_fini | ( | ) |
| void __CONSTRUCTOR tap_init | ( | ) |
| LADSPA_Data cos_table[COS_TABLE_SIZE] |
| LADSPA_Descriptor* mono_descriptor = NULL |