Open CoffeeCoder1 opened 1 year ago
This also happens with VST plugins and can be triggered by moving the playhead while playing.
Here is a video demonstration of this issue, in which it is demonstrated using a VST plugin. When the issue is triggered, the note stops playing but stays pressed down in the VST plugin's virtual keyboard, so I think this is being caused by MuseScore outputting a Note On with a velocity of 0 or 1 instead of a Note Off, which causes notes to get stuck when using some software and hardware that interprets that as needing to keep the note on.
I have just tested this on the MIDI output with a MIDI event logger and MuseScore appears to just not be outputting Note Off messages on pause at all. Also, the velocity of Note On events appears to always be 1
regardless of what velocity is set under the note properties.
Issue type
General playback bug
Bug description
When pausing playback of a score, MIDI Note Off events are not sent to the MIDI output, causing notes to remain stuck on.
Steps to reproduce
Screenshots/Screen recordings
No response
MuseScore Version
4.1.1
Regression
I don't know
Operating system
macOS 13.5.1
Additional context
No response