|
LMMS
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <time.h>#include <ladspa.h>#include "tap_platform.h"#include "tap_utils.h"Classes | |
| struct | Pinknoise |
Macros | |
| #define | ID_MONO 2155 |
| #define | HURST 0 |
| #define | SIGNAL 1 |
| #define | NOISE 2 |
| #define | INPUT 3 |
| #define | OUTPUT 4 |
| #define | PORTCOUNT_MONO 5 |
| #define | NOISE_LEN 1024 |
Functions | |
| void | fractal (LADSPA_Data *v, int N, float H) |
| LADSPA_Handle | instantiate_Pinknoise (const LADSPA_Descriptor *Descriptor, unsigned long SampleRate) |
| void | connect_port_Pinknoise (LADSPA_Handle Instance, unsigned long Port, LADSPA_Data *data) |
| void | run_Pinknoise (LADSPA_Handle Instance, unsigned long SampleCount) |
| void | set_run_adding_gain_Pinknoise (LADSPA_Handle Instance, LADSPA_Data gain) |
| void | run_adding_Pinknoise (LADSPA_Handle Instance, unsigned long SampleCount) |
| void | cleanup_Pinknoise (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) |
Variables | |
| LADSPA_Descriptor * | mono_descriptor = NULL |
| #define HURST 0 |
| #define ID_MONO 2155 |
| #define INPUT 3 |
| #define NOISE 2 |
| #define NOISE_LEN 1024 |
| #define OUTPUT 4 |
| #define PORTCOUNT_MONO 5 |
| #define SIGNAL 1 |
| void cleanup_Pinknoise | ( | LADSPA_Handle | Instance | ) |
| void connect_port_Pinknoise | ( | LADSPA_Handle | Instance, |
| unsigned long | Port, | ||
| LADSPA_Data * | data ) |
| void delete_descriptor | ( | LADSPA_Descriptor * | descriptor | ) |
| void fractal | ( | LADSPA_Data * | v, |
| int | N, | ||
| float | H ) |
| LADSPA_Handle instantiate_Pinknoise | ( | const LADSPA_Descriptor * | Descriptor, |
| unsigned long | SampleRate ) |
| const LADSPA_Descriptor * ladspa_descriptor | ( | unsigned long | Index | ) |
| void run_adding_Pinknoise | ( | LADSPA_Handle | Instance, |
| unsigned long | SampleCount ) |
| void run_Pinknoise | ( | LADSPA_Handle | Instance, |
| unsigned long | SampleCount ) |
| void set_run_adding_gain_Pinknoise | ( | LADSPA_Handle | Instance, |
| LADSPA_Data | gain ) |
| void __DESTRUCTOR tap_fini | ( | ) |
| void __CONSTRUCTOR tap_init | ( | ) |
| LADSPA_Descriptor* mono_descriptor = NULL |