|
LMMS
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <ladspa.h>#include "tap_platform.h"#include "tap_utils.h"Classes | |
| struct | Pitch |
Macros | |
| #define | ID_MONO 2150 |
| #define | SEMITONE 0 |
| #define | RATE 1 |
| #define | DRYLEVEL 2 |
| #define | WETLEVEL 3 |
| #define | LATENCY 4 |
| #define | INPUT 5 |
| #define | OUTPUT 6 |
| #define | PORTCOUNT_MONO 7 |
| #define | PM_DEPTH 3681.0f |
| #define | PM_BUFLEN 16027 |
| #define | PM_FREQ 6.0f |
| #define | COS_TABLE_SIZE 1024 |
| #define | ROOT_12_2 1.059463094f |
Functions | |
| LADSPA_Handle | instantiate_Pitch (const LADSPA_Descriptor *Descriptor, unsigned long sample_rate) |
| void | activate_Pitch (LADSPA_Handle Instance) |
| void | connect_port_Pitch (LADSPA_Handle Instance, unsigned long Port, LADSPA_Data *DataLocation) |
| void | run_Pitch (LADSPA_Handle Instance, unsigned long SampleCount) |
| void | set_run_adding_gain_Pitch (LADSPA_Handle Instance, LADSPA_Data gain) |
| void | run_adding_Pitch (LADSPA_Handle Instance, unsigned long SampleCount) |
| void | cleanup_Pitch (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 2 |
| #define ID_MONO 2150 |
| #define INPUT 5 |
| #define LATENCY 4 |
| #define OUTPUT 6 |
| #define PM_BUFLEN 16027 |
| #define PM_DEPTH 3681.0f |
| #define PM_FREQ 6.0f |
| #define PORTCOUNT_MONO 7 |
| #define RATE 1 |
| #define ROOT_12_2 1.059463094f |
| #define SEMITONE 0 |
| #define WETLEVEL 3 |
| void activate_Pitch | ( | LADSPA_Handle | Instance | ) |
| void cleanup_Pitch | ( | LADSPA_Handle | Instance | ) |
| void connect_port_Pitch | ( | LADSPA_Handle | Instance, |
| unsigned long | Port, | ||
| LADSPA_Data * | DataLocation ) |
| void delete_descriptor | ( | LADSPA_Descriptor * | descriptor | ) |
| LADSPA_Handle instantiate_Pitch | ( | const LADSPA_Descriptor * | Descriptor, |
| unsigned long | sample_rate ) |
| const LADSPA_Descriptor * ladspa_descriptor | ( | unsigned long | Index | ) |
| void run_adding_Pitch | ( | LADSPA_Handle | Instance, |
| unsigned long | SampleCount ) |
| void run_Pitch | ( | LADSPA_Handle | Instance, |
| unsigned long | SampleCount ) |
| void set_run_adding_gain_Pitch | ( | 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 |