|
LMMS
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <ladspa.h>#include "tap_platform.h"#include "tap_reverb_presets.h"Macros | |
| #define | F2S 2147483 |
Typedefs | |
| typedef sample | rev_t |
Functions | |
| void | load_plugin_data (LADSPA_Handle Instance) |
| rev_t | comb_run (rev_t insample, COMB_FILTER *comb) |
| rev_t | allp_run (rev_t insample, ALLP_FILTER *allp) |
| void | comp_coeffs (LADSPA_Handle Instance) |
| LADSPA_Handle | instantiate_Reverb (const LADSPA_Descriptor *Descriptor, unsigned long SampleRate) |
| void | activate_Reverb (LADSPA_Handle Instance) |
| void | connect_port_Reverb (LADSPA_Handle Instance, unsigned long Port, LADSPA_Data *DataLocation) |
| void | run_Reverb (LADSPA_Handle Instance, unsigned long SampleCount) |
| void | set_run_adding_gain (LADSPA_Handle Instance, LADSPA_Data gain) |
| void | run_adding_gain_Reverb (LADSPA_Handle Instance, unsigned long SampleCount) |
| void | cleanup_Reverb (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 F2S 2147483 |
| void activate_Reverb | ( | LADSPA_Handle | Instance | ) |
| rev_t allp_run | ( | rev_t | insample, |
| ALLP_FILTER * | allp ) |
| void cleanup_Reverb | ( | LADSPA_Handle | Instance | ) |
| rev_t comb_run | ( | rev_t | insample, |
| COMB_FILTER * | comb ) |
| void comp_coeffs | ( | LADSPA_Handle | Instance | ) |
| void connect_port_Reverb | ( | LADSPA_Handle | Instance, |
| unsigned long | Port, | ||
| LADSPA_Data * | DataLocation ) |
| void delete_descriptor | ( | LADSPA_Descriptor * | descriptor | ) |
| LADSPA_Handle instantiate_Reverb | ( | const LADSPA_Descriptor * | Descriptor, |
| unsigned long | SampleRate ) |
| const LADSPA_Descriptor * ladspa_descriptor | ( | unsigned long | Index | ) |
| void load_plugin_data | ( | LADSPA_Handle | Instance | ) |
| void run_adding_gain_Reverb | ( | LADSPA_Handle | Instance, |
| unsigned long | SampleCount ) |
| void run_Reverb | ( | 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 |