musescore / musescore/MuseScore
[MU4 Issue] When opening score that contains no instruments, "Loading audio samples" stays forever
Open
Nobody has claimed this yet.
P3
- Dominant language
- C++
- Stars
- 15.1k
- Forks
- 3.3k
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 91
Description
Describe the bug
If you open a score, the "Loading audio samples" message appears in the Status Bar. However, if you open a score that contains no instruments, the loading message stays forever.
To Reproduce
Steps to reproduce the behavior:
- Create a score
- Remove all instruments using the instruments panel
- save and close the score
- reopen the score
The "Loading audio samples" message appears and stays forever.
Expected behavior
If there are no instruments, nothing needs to be loaded, so the loader shouldn't appear at all. However, in practice, the metronome track would still need to be loaded, so the loader should appear only for that metronome track and disappear after that.
Platform information
- OS: reported on macOS
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.