No sound on note input in parts after save/reload
Reported version
3.0
Priority
P0 - Critical
Type
Functional
Frequency
Once
Severity
S3 - Major
Reproducibility
Always
Status
closed
Regression
No
Workaround
No
Project
This is due to the same underlying cause as #278918: MIDI export of a part crashes - parts don't have their own playback, they just rely on the master score, and while things are set up OK when the parts are first generated, it isn't set up again on load. So:
1) default score
2) enter some notes
3) generate parts
4) visit the part, click some notes to verify they play
5) save
6) close
7) reload
8) visit the part again and try clicking some notes
Result: no sound at all. Hitting spacebar to commence playback works, because as noted here, it's really playing the master score. But the part has no sound at all at this point. Entering new notes is similarly silent.
Comments
Isn't this an issue that was addressed by https://github.com/musescore/MuseScore/pull/4333?
Even if not, my recent PR https://github.com/musescore/MuseScore/pull/4389 should fix it as well.
Repeating these steps I get a normal playback on note selection in parts. Some time ago I noticed that sometimes it takes a bit long for MuseScore to start any sound playback at all, there might be no sound for this reason for some time after MuseScore start.
You are absolutely right; I was working on an older branch. Indeed, either PR on its own would have done it.
Automatically closed -- issue fixed for 2 weeks with no activity.