1
0
Fork 0

limit voices by default, add some drums

This commit is contained in:
Jack Humbert 2016-12-20 19:38:22 -05:00
parent 53ea854462
commit 438a5d685b
4 changed files with 82 additions and 21 deletions

View file

@ -11,6 +11,7 @@ float voice_envelope(float frequency);
typedef enum {
default_voice,
#ifdef AUDIO_VOICES
something,
drums,
butts_fader,
@ -23,6 +24,7 @@ typedef enum {
// duty_fourth_down,
// duty_third_down,
// duty_fifth_third_down,
#endif
number_of_voices // important that this is last
} voice_type;