|
LMMS
|
Classes | |
| class | NullPlugin |
| class | IdentityPlugin |
Macros | |
| #define | NULL_PORT 0 |
| #define | IDENTITY_INPUT 0 |
| #define | IDENTITY_OUTPUT 1 |
Functions | |
| static void | runNull_Nop (LADSPA_Handle Instance, unsigned long SampleCount) |
| static void | runNull_OutputAudio (LADSPA_Handle Instance, unsigned long SampleCount) |
| static void | runNull_OutputControl (LADSPA_Handle Instance, unsigned long SampleCount) |
| static void | runIdentity_Audio (LADSPA_Handle Instance, unsigned long SampleCount) |
| static void | runIdentity_Control (LADSPA_Handle Instance, unsigned long SampleCount) |
| void | initialise_null () |
| #define IDENTITY_INPUT 0 |
| #define IDENTITY_OUTPUT 1 |
| #define NULL_PORT 0 |
| void initialise_null | ( | ) |
|
static |
|
static |
|
static |
|
static |
|
static |