|
LMMS
|
Classes | |
| class | Grain |
| class | GrainScatter |
Macros | |
| #define | GRAIN_MAXIMUM_HISTORY 6 |
| #define | GRAIN_MAXIMUM_BLOCK 1 /* (seconds) */ |
| #define | GRAIN_MAXIMUM_SCATTER (GRAIN_MAXIMUM_HISTORY - GRAIN_MAXIMUM_BLOCK) |
| #define | GRAIN_MAXIMUM_LENGTH (GRAIN_MAXIMUM_HISTORY - GRAIN_MAXIMUM_BLOCK) |
| #define | GRAIN_NORMAL_RV_QUALITY 16 |
| #define | GRN_INPUT 0 |
| #define | GRN_OUTPUT 1 |
| #define | GRN_DENSITY 2 |
| #define | GRN_SCATTER 3 |
| #define | GRN_GRAIN_LENGTH 4 |
| #define | GRN_GRAIN_ATTACK 5 |
Functions | |
| static void | activateGrainScatter (LADSPA_Handle Instance) |
| static void | runGrainScatter (LADSPA_Handle Instance, unsigned long SampleCount) |
| void | initialise_grain () |
| #define GRAIN_MAXIMUM_BLOCK 1 /* (seconds) */ |
| #define GRAIN_MAXIMUM_HISTORY 6 |
Period (in seconds) from which grains are selected.
| #define GRAIN_MAXIMUM_LENGTH (GRAIN_MAXIMUM_HISTORY - GRAIN_MAXIMUM_BLOCK) |
| #define GRAIN_MAXIMUM_SCATTER (GRAIN_MAXIMUM_HISTORY - GRAIN_MAXIMUM_BLOCK) |
| #define GRAIN_NORMAL_RV_QUALITY 16 |
What quality should we require when sampling the normal distribution to generate grain counts?
| #define GRN_DENSITY 2 |
| #define GRN_GRAIN_ATTACK 5 |
| #define GRN_GRAIN_LENGTH 4 |
| #define GRN_INPUT 0 |
| #define GRN_OUTPUT 1 |
| #define GRN_SCATTER 3 |
|
static |
Initialise and activate a plugin instance.
| void initialise_grain | ( | ) |
|
static |