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 | qmk_firmware-b82604dadad81872abdb9fdde18086ee69e66671.tar.gz qmk_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) { | |||
| 44 | 44 | ||
| 45 | switch (voice) { | 45 | switch (voice) { |
| 46 | case default_voice: | 46 | case default_voice: |
| 47 | glissando = true; | 47 | glissando = false; |
| 48 | note_timbre = TIMBRE_50; | 48 | note_timbre = TIMBRE_50; |
| 49 | polyphony_rate = 0; | 49 | polyphony_rate = 0; |
| 50 | break; | 50 | break; |
