|
LMMS
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <ladspa.h>#include "tap_platform.h"#include "tap_utils.h"Classes | |
| class | Echo |
Macros | |
| #define | ID_STEREO 2143 |
| #define | DELAYTIME_L 0 |
| #define | FEEDBACK_L 1 |
| #define | DELAYTIME_R 2 |
| #define | FEEDBACK_R 3 |
| #define | STRENGTH_L 4 |
| #define | STRENGTH_R 5 |
| #define | DRYLEVEL 6 |
| #define | MODE 7 |
| #define | HAAS 8 |
| #define | REV_OUTCH 9 |
| #define | INPUT_L 10 |
| #define | OUTPUT_L 11 |
| #define | INPUT_R 12 |
| #define | OUTPUT_R 13 |
| #define | PORTCOUNT_STEREO 14 |
| #define | MAX_DELAY 2000 |
| #define | EPS 0.00000001f |
Functions | |
| LADSPA_Handle | instantiate_Echo (const LADSPA_Descriptor *Descriptor, unsigned long SampleRate) |
| void | activate_Echo (LADSPA_Handle Instance) |
| void | connect_port_Echo (LADSPA_Handle Instance, unsigned long Port, LADSPA_Data *DataLocation) |
| static float | M (float x) |
| void | run_Echo (LADSPA_Handle Instance, unsigned long SampleCount) |
| void | set_run_adding_gain (LADSPA_Handle Instance, LADSPA_Data gain) |
| void | run_adding_gain_Echo (LADSPA_Handle Instance, unsigned long SampleCount) |
| void | cleanup_Echo (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 DELAYTIME_L 0 |
| #define DELAYTIME_R 2 |
| #define DRYLEVEL 6 |
| #define EPS 0.00000001f |
| #define FEEDBACK_L 1 |
| #define FEEDBACK_R 3 |
| #define HAAS 8 |
| #define ID_STEREO 2143 |
| #define INPUT_L 10 |
| #define INPUT_R 12 |
| #define MAX_DELAY 2000 |
| #define MODE 7 |
| #define OUTPUT_L 11 |
| #define OUTPUT_R 13 |
| #define PORTCOUNT_STEREO 14 |
| #define REV_OUTCH 9 |
| #define STRENGTH_L 4 |
| #define STRENGTH_R 5 |
| void activate_Echo | ( | LADSPA_Handle | Instance | ) |
| void cleanup_Echo | ( | LADSPA_Handle | Instance | ) |
| void connect_port_Echo | ( | LADSPA_Handle | Instance, |
| unsigned long | Port, | ||
| LADSPA_Data * | DataLocation ) |
| void delete_descriptor | ( | LADSPA_Descriptor * | descriptor | ) |
| LADSPA_Handle instantiate_Echo | ( | const LADSPA_Descriptor * | Descriptor, |
| unsigned long | SampleRate ) |
| const LADSPA_Descriptor * ladspa_descriptor | ( | unsigned long | Index | ) |
|
inlinestatic |
| void run_adding_gain_Echo | ( | LADSPA_Handle | Instance, |
| unsigned long | SampleCount ) |
| void run_Echo | ( | LADSPA_Handle | Instance, |
| unsigned long | SampleCount ) |
| void set_run_adding_gain | ( | LADSPA_Handle | Instance, |
| LADSPA_Data | gain ) |
| void __DESTRUCTOR tap_fini | ( | ) |
| void __CONSTRUCTOR tap_init | ( | ) |
| LADSPA_Descriptor* stereo_descriptor = NULL |