This commit is contained in:
Jack Humbert 2017-06-27 14:12:25 -04:00
parent bfc73e90cf
commit b82604dada
1 changed files with 1 additions and 1 deletions

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;