|
LMMS
|
Classes | |
| class | Pop |
| class | Record |
| class | Compressor |
| class | BandwidthLimit |
| class | LoFi |
Macros | |
| #define | PORT_IN_LEFT 0 |
| #define | PORT_IN_RIGHT 1 |
| #define | PORT_OUT_LEFT 2 |
| #define | PORT_OUT_RIGHT 3 |
| #define | PORT_CRACKLING 4 |
| #define | PORT_OVERLOADING 5 |
| #define | PORT_BANDWIDTH 6 |
| #define | NUM_PORTS 7 |
| #define | PI 3.14159265358979 |
| #define | MIN(x, y) |
| #define | MAX(x, y) |
Functions | |
| static Pop * | record_pop_new (Record *record, Pop *next) |
| static Pop * | record_pop_loud_new (Record *record, Pop *next) |
| static LADSPA_Data | distort (LADSPA_Data in) |
| void | initialise_lofi () |
Variables | |
| static LADSPA_PortDescriptor | g_psPortDescriptors [] |
| static const char *const | g_psPortNames [] |
| static LADSPA_PortRangeHint | g_psPortRangeHints [] |
| #define NUM_PORTS 7 |
| #define PI 3.14159265358979 |
| #define PORT_BANDWIDTH 6 |
| #define PORT_CRACKLING 4 |
| #define PORT_IN_LEFT 0 |
| #define PORT_IN_RIGHT 1 |
| #define PORT_OUT_LEFT 2 |
| #define PORT_OUT_RIGHT 3 |
| #define PORT_OVERLOADING 5 |
|
inlinestatic |
| void initialise_lofi | ( | ) |
|
static |
|
static |