diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-04-26 01:16:47 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-04-26 01:16:47 -0400 |
commit | 140b97a1cd226432a8ec647004943698e3d87f0b (patch) | |
tree | faeb69d21803b8d83b31dd4b8d01b2231054919a /quantum/audio/voices.h | |
parent | 6274a216f87bad7d6fe9c9a1a4328dbf444fc364 (diff) |
adds delayed vibrato
Diffstat (limited to 'quantum/audio/voices.h')
-rw-r--r-- | quantum/audio/voices.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/audio/voices.h b/quantum/audio/voices.h index 4b894f28d4..74c873f42f 100644 --- a/quantum/audio/voices.h +++ b/quantum/audio/voices.h @@ -16,6 +16,8 @@ typedef enum { octave_crunch, duty_osc, duty_octave_down, + delayed_vibrato, + // delayed_vibrato_octave, // duty_fifth_down, // duty_fourth_down, // duty_third_down, |