diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-12-19 11:18:18 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-12-19 11:18:18 -0500 |
commit | 06c64bbff3e228df542149acde64eadaf59b9b0f (patch) | |
tree | 9bda86e11116ba8f66de345fd4ce940c2698d630 /quantum/audio/voices.h | |
parent | ae95834f5af7404c04e6fe3446019046278d814b (diff) |
rgb clean-up, api clean-up
Diffstat (limited to 'quantum/audio/voices.h')
-rw-r--r-- | quantum/audio/voices.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/audio/voices.h b/quantum/audio/voices.h index b43def3d7d..72f139e9cd 100644 --- a/quantum/audio/voices.h +++ b/quantum/audio/voices.h @@ -12,6 +12,7 @@ float voice_envelope(float frequency); typedef enum { default_voice, something, + drums, butts_fader, octave_crunch, duty_osc, |