Skip to content

Commit

Permalink
Removed the octave from calculateNoteName()
Browse files Browse the repository at this point in the history
The octave returned could be wrong if a note is altered beyond the octave border.  As this is a minor thing only for logging, it was removed to avoid incorrect information.
  • Loading branch information
looptailG committed May 1, 2024
1 parent ab04fb6 commit 3325d93
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/31EdoTuner.qml
Original file line number Diff line number Diff line change
Expand Up @@ -598,8 +598,6 @@ MuseScore
throw "Unsupported accidental: " + accidental;
}

noteName += getOctave(note);

return noteName;
}

Expand Down

0 comments on commit 3325d93

Please sign in to comment.