diff options
Diffstat (limited to 'quantum/audio/voices.h')
| -rw-r--r-- | quantum/audio/voices.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/quantum/audio/voices.h b/quantum/audio/voices.h index 317f5d98c..44c5066b5 100644 --- a/quantum/audio/voices.h +++ b/quantum/audio/voices.h | |||
| @@ -13,9 +13,13 @@ float voice_envelope(float frequency); | |||
| 13 | typedef enum { | 13 | typedef enum { |
| 14 | default_voice, | 14 | default_voice, |
| 15 | butts_fader, | 15 | butts_fader, |
| 16 | octave_crunch | 16 | octave_crunch, |
| 17 | duty_osc, | ||
| 18 | number_of_voices // important that this is last | ||
| 17 | } voice_type; | 19 | } voice_type; |
| 18 | 20 | ||
| 19 | void set_voice(voice_type v); | 21 | void set_voice(voice_type v); |
| 22 | void voice_iterate(); | ||
| 23 | void voice_deiterate(); | ||
| 20 | 24 | ||
| 21 | #endif \ No newline at end of file | 25 | #endif \ No newline at end of file |
