GUI: chip manager redesign, part 1

This commit is contained in:
tildearrow 2025-09-15 21:02:19 -05:00
parent f29d72c45c
commit 0f408310f1
4 changed files with 37 additions and 16 deletions

View file

@ -5005,7 +5005,7 @@ bool FurnaceGUI::loop() {
}
for (int i=0; i<e->getTotalChannelCount(); i++) {
keyHit1[i]-=0.2f;
keyHit1[i]-=0.08f;
if (keyHit1[i]<0.0f) keyHit1[i]=0.0f;
}