|
LMMS
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <ladspa.h>#include "tap_platform.h"#include "tap_utils.h"Classes | |
| struct | RotSpkr |
Macros | |
| #define | ID_STEREO 2149 |
| #define | BASSFREQ 0 |
| #define | HORNFREQ 1 |
| #define | STWIDTH 2 |
| #define | HRBAL 3 |
| #define | LATENCY 4 |
| #define | INPUT_L 5 |
| #define | INPUT_R 6 |
| #define | OUTPUT_L 7 |
| #define | OUTPUT_R 8 |
| #define | PORTCOUNT_STEREO 9 |
| #define | PM_DEPTH 9200 |
| #define | PM_FREQ 30.0f |
| #define | SPLIT_FREQ 1000.0f |
| #define | SPLIT_BW 1.0f |
| #define | C_AIR 340.0f |
| #define | FREQ_PITCH 1.6f |
Functions | |
| void | cleanup_RotSpkr (LADSPA_Handle Instance) |
| LADSPA_Handle | instantiate_RotSpkr (const LADSPA_Descriptor *Descriptor, unsigned long sample_rate) |
| void | activate_RotSpkr (LADSPA_Handle Instance) |
| void | connect_port_RotSpkr (LADSPA_Handle Instance, unsigned long Port, LADSPA_Data *DataLocation) |
| void | run_RotSpkr (LADSPA_Handle Instance, unsigned long SampleCount) |
| void | set_run_adding_gain_RotSpkr (LADSPA_Handle Instance, LADSPA_Data gain) |
| void | run_adding_RotSpkr (LADSPA_Handle Instance, unsigned long SampleCount) |
| 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 * | stereo_descriptor = NULL |
| #define BASSFREQ 0 |
| #define C_AIR 340.0f |
| #define FREQ_PITCH 1.6f |
| #define HORNFREQ 1 |
| #define HRBAL 3 |
| #define ID_STEREO 2149 |
| #define INPUT_L 5 |
| #define INPUT_R 6 |
| #define LATENCY 4 |
| #define OUTPUT_L 7 |
| #define OUTPUT_R 8 |
| #define PM_DEPTH 9200 |
| #define PM_FREQ 30.0f |
| #define PORTCOUNT_STEREO 9 |
| #define SPLIT_BW 1.0f |
| #define SPLIT_FREQ 1000.0f |
| #define STWIDTH 2 |
| void activate_RotSpkr | ( | LADSPA_Handle | Instance | ) |
| void cleanup_RotSpkr | ( | LADSPA_Handle | Instance | ) |
| void connect_port_RotSpkr | ( | LADSPA_Handle | Instance, |
| unsigned long | Port, | ||
| LADSPA_Data * | DataLocation ) |
| void delete_descriptor | ( | LADSPA_Descriptor * | descriptor | ) |
| LADSPA_Handle instantiate_RotSpkr | ( | const LADSPA_Descriptor * | Descriptor, |
| unsigned long | sample_rate ) |
| const LADSPA_Descriptor * ladspa_descriptor | ( | unsigned long | Index | ) |
| void run_adding_RotSpkr | ( | LADSPA_Handle | Instance, |
| unsigned long | SampleCount ) |
| void run_RotSpkr | ( | LADSPA_Handle | Instance, |
| unsigned long | SampleCount ) |
| void set_run_adding_gain_RotSpkr | ( | LADSPA_Handle | Instance, |
| LADSPA_Data | gain ) |
| void __DESTRUCTOR tap_fini | ( | ) |
| void __CONSTRUCTOR tap_init | ( | ) |
| LADSPA_Data cos_table[1024] |
| LADSPA_Descriptor* stereo_descriptor = NULL |