|
LMMS
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <time.h>#include <ladspa.h>#include "tap_platform.h"#include "tap_utils.h"Classes | |
| struct | Doubler |
Macros | |
| #define | ID_STEREO 2156 |
| #define | TIME 0 |
| #define | PITCH 1 |
| #define | DRYLEVEL 2 |
| #define | DRYPOSL 3 |
| #define | DRYPOSR 4 |
| #define | WETLEVEL 5 |
| #define | WETPOSL 6 |
| #define | WETPOSR 7 |
| #define | INPUT_L 8 |
| #define | INPUT_R 9 |
| #define | OUTPUT_L 10 |
| #define | OUTPUT_R 11 |
| #define | PORTCOUNT_STEREO 12 |
| #define | NOISE_LEN 1024 |
| #define | BUFLEN 11520 |
Functions | |
| void | fractal (LADSPA_Data *v, int N, float H) |
| LADSPA_Handle | instantiate_Doubler (const LADSPA_Descriptor *Descriptor, unsigned long sample_rate) |
| void | activate_Doubler (LADSPA_Handle Instance) |
| void | connect_port_Doubler (LADSPA_Handle Instance, unsigned long Port, LADSPA_Data *data) |
| void | run_Doubler (LADSPA_Handle Instance, unsigned long SampleCount) |
| void | set_run_adding_gain_Doubler (LADSPA_Handle Instance, LADSPA_Data gain) |
| void | run_adding_Doubler (LADSPA_Handle Instance, unsigned long SampleCount) |
| void | cleanup_Doubler (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_Descriptor * | stereo_descriptor = NULL |
| #define BUFLEN 11520 |
| #define DRYLEVEL 2 |
| #define DRYPOSL 3 |
| #define DRYPOSR 4 |
| #define ID_STEREO 2156 |
| #define INPUT_L 8 |
| #define INPUT_R 9 |
| #define NOISE_LEN 1024 |
| #define OUTPUT_L 10 |
| #define OUTPUT_R 11 |
| #define PITCH 1 |
| #define PORTCOUNT_STEREO 12 |
| #define TIME 0 |
| #define WETLEVEL 5 |
| #define WETPOSL 6 |
| #define WETPOSR 7 |
| void activate_Doubler | ( | LADSPA_Handle | Instance | ) |
| void cleanup_Doubler | ( | LADSPA_Handle | Instance | ) |
| void connect_port_Doubler | ( | LADSPA_Handle | Instance, |
| unsigned long | Port, | ||
| LADSPA_Data * | data ) |
| void delete_descriptor | ( | LADSPA_Descriptor * | descriptor | ) |
| void fractal | ( | LADSPA_Data * | v, |
| int | N, | ||
| float | H ) |
| LADSPA_Handle instantiate_Doubler | ( | const LADSPA_Descriptor * | Descriptor, |
| unsigned long | sample_rate ) |
| const LADSPA_Descriptor * ladspa_descriptor | ( | unsigned long | Index | ) |
| void run_adding_Doubler | ( | LADSPA_Handle | Instance, |
| unsigned long | SampleCount ) |
| void run_Doubler | ( | LADSPA_Handle | Instance, |
| unsigned long | SampleCount ) |
| void set_run_adding_gain_Doubler | ( | LADSPA_Handle | Instance, |
| LADSPA_Data | gain ) |
| void __DESTRUCTOR tap_fini | ( | ) |
| void __CONSTRUCTOR tap_init | ( | ) |
| LADSPA_Descriptor* stereo_descriptor = NULL |