fix chanOsc note text being 5 octaves down
This commit is contained in:
parent
fb76701854
commit
bb4a7af1db
1 changed files with 1 additions and 1 deletions
|
|
@ -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': {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue