diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-06-27 14:12:25 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-06-27 14:20:53 -0400 |
commit | b82604dadad81872abdb9fdde18086ee69e66671 (patch) | |
tree | 7cac890d9abb20d1b30c2cba21eb52fec7dabdec /quantum/audio | |
parent | bfc73e90cfc6532331d1532e2ff9020d25c96a69 (diff) | |
download | firmware-b82604dadad81872abdb9fdde18086ee69e66671.tar.gz firmware-b82604dadad81872abdb9fdde18086ee69e66671.tar.bz2 firmware-b82604dadad81872abdb9fdde18086ee69e66671.zip |
no glide
Diffstat (limited to 'quantum/audio')
-rw-r--r-- | quantum/audio/voices.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/audio/voices.c b/quantum/audio/voices.c index 54ebd423b..94147ccb6 100644 --- a/quantum/audio/voices.c +++ b/quantum/audio/voices.c @@ -44,7 +44,7 @@ float voice_envelope(float frequency) { switch (voice) { case default_voice: - glissando = true; + glissando = false; note_timbre = TIMBRE_50; polyphony_rate = 0; break; |