mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 19:40:29 +08:00
no glide
This commit is contained in:
parent
bfc73e90cf
commit
b82604dada
|
@ -44,7 +44,7 @@ float voice_envelope(float frequency) {
|
||||||
|
|
||||||
switch (voice) {
|
switch (voice) {
|
||||||
case default_voice:
|
case default_voice:
|
||||||
glissando = true;
|
glissando = false;
|
||||||
note_timbre = TIMBRE_50;
|
note_timbre = TIMBRE_50;
|
||||||
polyphony_rate = 0;
|
polyphony_rate = 0;
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue