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 | |
parent | bfc73e90cfc6532331d1532e2ff9020d25c96a69 (diff) |
no glide
-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 54ebd423b1..94147ccb66 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; |