limit voices by default, add some drums
This commit is contained in:
parent
53ea854462
commit
438a5d685b
4 changed files with 82 additions and 21 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue