GUI: fix some thread problems with keyHit

This commit is contained in:
tildearrow 2022-09-20 02:57:56 -05:00
parent e1890173b2
commit a58529a49b
3 changed files with 7 additions and 7 deletions

View file

@ -63,7 +63,7 @@ float FurnaceGUI::computeGradPos(int type, int chan) {
return chanOscBright[chan];
break;
case GUI_OSCREF_NOTE_TRIGGER:
return keyHit[chan]*5.0f;
return keyHit1[chan];
break;
}
return 0.0f;