#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <math.h>
#include <pthread.h>
#include "nekobee.h"
#include "nekobee_synth.h"
#include "nekobee_voice.h"
Go to the source code of this file.
◆ nekobee_synth_all_notes_off()
◆ nekobee_synth_all_voices_off()
◆ nekobee_synth_control_change()
◆ nekobee_synth_init_controls()
◆ nekobee_synth_note_off()
| void nekobee_synth_note_off |
( |
nekobee_synth_t * | synth, |
|
|
unsigned char | key, |
|
|
unsigned char | rvelocity ) |
◆ nekobee_synth_note_on()
| void nekobee_synth_note_on |
( |
nekobee_synth_t * | synth, |
|
|
unsigned char | key, |
|
|
unsigned char | velocity ) |
◆ nekobee_synth_render_voices()
| void nekobee_synth_render_voices |
( |
nekobee_synth_t * | synth, |
|
|
float * | out, |
|
|
unsigned long | sample_count, |
|
|
int | do_control_update ) |
◆ nekobee_synth_update_volume()