fix chanOsc note text being 5 octaves down

This commit is contained in:
Eknous-P 2025-10-25 12:48:47 +04:00
parent fb76701854
commit bb4a7af1db

View file

@ -903,7 +903,7 @@ void FurnaceGUI::drawChanOsc() {
DivChannelState* chanState=e->getChanState(ch);
if (chanState==NULL || !(chanState->keyOn)) break;
// no more conversion necessary after the note/octave unification :>
text+=fmt::sprintf("%s",noteName(chanState->note));
text+=fmt::sprintf("%s",noteName(chanState->note+60));
break;
}
case 'l': {