musescore / musescore/MuseScore
Add 'Play notes on muted tracks' preference to Note input section
Open
@RomanPudashkin is already working on this.
Since Jan 24, 2025.
P2
playback
UI
- Dominant language
- C++
- Stars
- 15.1k
- Forks
- 3.3k
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 91
Description
Follow-up from #24352
Related follow-up task: #26219
This new 'Play notes on muted tracks' checkbox is nested under the the parent 'Hear playback when adding, editing, and selecting notes' toggle in Preferences > Note input.
It's checked off by default.
Playback behavior
- When off, current behavior is kept (when entering notes on a muted track, you don't hear them back)
- When on, you should be able to hear notes entered on a muted track, but the track should still be muted when you play back the score
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.