|
LMMS
|
#include <stdlib.h>#include "nekobee_types.h"#include "nekobee.h"#include "nekobee_synth.h"#include "nekobee_voice.h"Go to the source code of this file.
Macros | |
| #define | _BSD_SOURCE 1 |
| #define | _SVID_SOURCE 1 |
| #define | _ISOC99_SOURCE 1 |
Functions | |
| nekobee_voice_t * | nekobee_voice_new () |
| void | nekobee_voice_note_on (nekobee_synth_t *synth, nekobee_voice_t *voice, unsigned char key, unsigned char velocity) |
| static void | nekobee_voice_set_release_phase (nekobee_voice_t *voice) |
| void | nekobee_voice_remove_held_key (nekobee_synth_t *synth, unsigned char key) |
| void | nekobee_voice_note_off (nekobee_synth_t *synth, nekobee_voice_t *voice, unsigned char key, unsigned char rvelocity) |
| void | nekobee_voice_release_note (nekobee_synth_t *synth, nekobee_voice_t *voice) |
| #define _BSD_SOURCE 1 |
| #define _ISOC99_SOURCE 1 |
| #define _SVID_SOURCE 1 |
| nekobee_voice_t * nekobee_voice_new | ( | ) |
| void nekobee_voice_note_off | ( | nekobee_synth_t * | synth, |
| nekobee_voice_t * | voice, | ||
| unsigned char | key, | ||
| unsigned char | rvelocity ) |
| void nekobee_voice_note_on | ( | nekobee_synth_t * | synth, |
| nekobee_voice_t * | voice, | ||
| unsigned char | key, | ||
| unsigned char | velocity ) |
| void nekobee_voice_release_note | ( | nekobee_synth_t * | synth, |
| nekobee_voice_t * | voice ) |
|
inline |
|
inlinestatic |