|
LMMS
|
Classes | |
| class | Envelope |
| class | Analogue |
Macros | |
| #define | PORT_OUT 0 |
| #define | PORT_GATE 1 |
| #define | PORT_VELOCITY 2 |
| #define | PORT_FREQ 3 |
| #define | PORT_DCO1_OCTAVE 4 |
| #define | PORT_DCO1_WAVEFORM 5 |
| #define | PORT_DCO1_FM 6 |
| #define | PORT_DCO1_PWM 7 |
| #define | PORT_DCO1_ATTACK 8 |
| #define | PORT_DCO1_DECAY 9 |
| #define | PORT_DCO1_SUSTAIN 10 |
| #define | PORT_DCO1_RELEASE 11 |
| #define | PORT_DCO2_OCTAVE 12 |
| #define | PORT_DCO2_WAVEFORM 13 |
| #define | PORT_DCO2_FM 14 |
| #define | PORT_DCO2_PWM 15 |
| #define | PORT_DCO2_ATTACK 16 |
| #define | PORT_DCO2_DECAY 17 |
| #define | PORT_DCO2_SUSTAIN 18 |
| #define | PORT_DCO2_RELEASE 19 |
| #define | PORT_LFO_FREQ 20 |
| #define | PORT_LFO_FADEIN 21 |
| #define | PORT_FILT_ENV_MOD 22 |
| #define | PORT_FILT_LFO_MOD 23 |
| #define | PORT_FILT_RES 24 |
| #define | PORT_FILT_ATTACK 25 |
| #define | PORT_FILT_DECAY 26 |
| #define | PORT_FILT_SUSTAIN 27 |
| #define | PORT_FILT_RELEASE 28 |
| #define | NUM_PORTS 29 |
| #define | PI 3.14159265358979F |
Typedefs | |
| typedef struct Envelope | Envelope |
Functions | |
| void | initialise_analogue () |
Variables | |
| static LADSPA_PortDescriptor | g_psPortDescriptors [] |
| static const char *const | g_psPortNames [] |
| static LADSPA_PortRangeHint | g_psPortRangeHints [] |
| #define NUM_PORTS 29 |
| #define PI 3.14159265358979F |
| #define PORT_DCO1_ATTACK 8 |
| #define PORT_DCO1_DECAY 9 |
| #define PORT_DCO1_FM 6 |
| #define PORT_DCO1_OCTAVE 4 |
| #define PORT_DCO1_PWM 7 |
| #define PORT_DCO1_RELEASE 11 |
| #define PORT_DCO1_SUSTAIN 10 |
| #define PORT_DCO1_WAVEFORM 5 |
| #define PORT_DCO2_ATTACK 16 |
| #define PORT_DCO2_DECAY 17 |
| #define PORT_DCO2_FM 14 |
| #define PORT_DCO2_OCTAVE 12 |
| #define PORT_DCO2_PWM 15 |
| #define PORT_DCO2_RELEASE 19 |
| #define PORT_DCO2_SUSTAIN 18 |
| #define PORT_DCO2_WAVEFORM 13 |
| #define PORT_FILT_ATTACK 25 |
| #define PORT_FILT_DECAY 26 |
| #define PORT_FILT_ENV_MOD 22 |
| #define PORT_FILT_LFO_MOD 23 |
| #define PORT_FILT_RELEASE 28 |
| #define PORT_FILT_RES 24 |
| #define PORT_FILT_SUSTAIN 27 |
| #define PORT_FREQ 3 |
| #define PORT_GATE 1 |
| #define PORT_LFO_FADEIN 21 |
| #define PORT_LFO_FREQ 20 |
| #define PORT_OUT 0 |
| #define PORT_VELOCITY 2 |
| typedef struct Envelope Envelope |
| void initialise_analogue | ( | ) |
|
static |
|
static |