Browse Source

no glide

pull/1445/head
Jack Humbert 6 years ago
parent
commit
b82604dada
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      quantum/audio/voices.c

+ 1
- 1
quantum/audio/voices.c View File

@ -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;


Loading…
Cancel
Save