|
LMMS
|
Classes | |
| class | Envelope |
| class | PhaseMod |
Macros | |
| #define | PORT_OUT 0 |
| #define | PORT_GATE 1 |
| #define | PORT_VELOCITY 2 |
| #define | PORT_FREQ 3 |
| #define | PORT_DCO_MODULATION 4 |
| #define | PORT_DCO_OCTAVE 5 |
| #define | PORT_DCO_WAVEFORM 6 |
| #define | PORT_DCO_ATTACK 7 |
| #define | PORT_DCO_DECAY 8 |
| #define | PORT_DCO_SUSTAIN 9 |
| #define | PORT_DCO_RELEASE 10 |
| #define | DCO_MULTIPLIER 7 |
| #define | NUM_PORTS 46 |
| #define | PI 3.14159265358979F |
Typedefs | |
| typedef struct Envelope | Envelope |
Functions | |
| void | initialise_phasemod () |
Variables | |
| static LADSPA_PortDescriptor | g_psPortDescriptors [] |
| static const char *const | g_psPortNames [] |
| static LADSPA_PortRangeHint | g_psPortRangeHints [] |
| #define DCO_MULTIPLIER 7 |
| #define NUM_PORTS 46 |
| #define PI 3.14159265358979F |
| #define PORT_DCO_ATTACK 7 |
| #define PORT_DCO_DECAY 8 |
| #define PORT_DCO_MODULATION 4 |
| #define PORT_DCO_OCTAVE 5 |
| #define PORT_DCO_RELEASE 10 |
| #define PORT_DCO_SUSTAIN 9 |
| #define PORT_DCO_WAVEFORM 6 |
| #define PORT_FREQ 3 |
| #define PORT_GATE 1 |
| #define PORT_OUT 0 |
| #define PORT_VELOCITY 2 |
| typedef struct Envelope Envelope |
| void initialise_phasemod | ( | ) |
|
static |
|
static |