|
LMMS
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <ladspa.h>#include "tap_platform.h"#include "tap_utils.h"Classes | |
| struct | Reflector |
Macros | |
| #define | ID_MONO 2154 |
| #define | FRAGMENT 0 |
| #define | DRYLEVEL 1 |
| #define | WETLEVEL 2 |
| #define | INPUT 3 |
| #define | OUTPUT 4 |
| #define | PORTCOUNT_MONO 5 |
| #define | MIN_FRAGMENT_LEN 20 |
| #define | MAX_FRAGMENT_LEN 1600 |
| #define | MAX_SAMPLE_RATE 192 |
| #define | COS_TABLE_SIZE 1024 |
Functions | |
| LADSPA_Handle | instantiate_Reflector (const LADSPA_Descriptor *Descriptor, unsigned long sample_rate) |
| void | activate_Reflector (LADSPA_Handle Instance) |
| void | connect_port_Reflector (LADSPA_Handle Instance, unsigned long Port, LADSPA_Data *DataLocation) |
| void | run_Reflector (LADSPA_Handle Instance, unsigned long SampleCount) |
| void | set_run_adding_gain_Reflector (LADSPA_Handle Instance, LADSPA_Data gain) |
| void | run_adding_Reflector (LADSPA_Handle Instance, unsigned long SampleCount) |
| void | cleanup_Reflector (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 DRYLEVEL 1 |
| #define FRAGMENT 0 |
| #define ID_MONO 2154 |
| #define INPUT 3 |
| #define MAX_FRAGMENT_LEN 1600 |
| #define MAX_SAMPLE_RATE 192 |
| #define MIN_FRAGMENT_LEN 20 |
| #define OUTPUT 4 |
| #define PORTCOUNT_MONO 5 |
| #define WETLEVEL 2 |
| void activate_Reflector | ( | LADSPA_Handle | Instance | ) |
| void cleanup_Reflector | ( | LADSPA_Handle | Instance | ) |
| void connect_port_Reflector | ( | LADSPA_Handle | Instance, |
| unsigned long | Port, | ||
| LADSPA_Data * | DataLocation ) |
| void delete_descriptor | ( | LADSPA_Descriptor * | descriptor | ) |
| LADSPA_Handle instantiate_Reflector | ( | const LADSPA_Descriptor * | Descriptor, |
| unsigned long | sample_rate ) |
| const LADSPA_Descriptor * ladspa_descriptor | ( | unsigned long | Index | ) |
| void run_adding_Reflector | ( | LADSPA_Handle | Instance, |
| unsigned long | SampleCount ) |
| void run_Reflector | ( | LADSPA_Handle | Instance, |
| unsigned long | SampleCount ) |
| void set_run_adding_gain_Reflector | ( | 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 |