1
0
Fork 0

adds more voice harmonics

This commit is contained in:
Jack Humbert 2016-04-22 11:58:29 -04:00
parent a8086126fe
commit a718c53fe7
2 changed files with 18 additions and 3 deletions

View file

@ -18,6 +18,8 @@ typedef enum {
duty_octave_down,
duty_fifth_down,
duty_fourth_down,
duty_third_down,
duty_fifth_third_down,
number_of_voices // important that this is last
} voice_type;