BPM in play panel is false
Type
Functional
Frequency
Once
Severity
S5 - Suggestion
Reproducibility
Always
Status
closed
Regression
No
Workaround
No
Project
Any score in 6/8, add a quite natural tempo (nothing exotic here) dotted quarter = 63 (remember physical metronome? 63 was possible there).
Play panel says BPM = 95
I don't know if MuseScore uses a BPM = 94.5 incorrectly displayed as 95, or if MuseScore uses a BPM of 95.
But in both cases there is a bug to fix.
Fix version
3.6.0
Comments
63 for a dotted quarters per minute is indeed 94,5 quarter beats per minute. And that is what the Inspector shows. I guess the play pannel just rounds it, not having been updated to allow decimals, back when this got allowed for tempo texts?
Indeed, the play pannel doesn't allow to display decimals for the tempo, so not a bug, works as designed:
Which is not to say that this couldn't or shouldn't get changed ;-)
Changing that to
seems to do the trick, showing the same 3 digits before the decimal dot, padded with spaces if needed, and 2 decimals, like the inspector.
Never more than 999.00BPM, same as before and same as in Inspector too!
It is like this ever since the code moved from sourceforge to github, so at least ever since MuseScore 2, but probably even longer longer
See https://github.com/musescore/MuseScore/pull/7203
In reply to See https://github.com… by Jojo-Schmitz
Thanks for the PR
Fixed in branch 3.x, commit 07fbf41ee0
Fix #315106: Show 2 decimals for Tempo in Play Panel
Automatically closed -- issue fixed for 2 weeks with no activity.