Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix #309098: fix parts playback for chord symbols #6469

Merged
merged 1 commit into from
Aug 26, 2020

Conversation

dmitrio95
Copy link
Contributor

Resolves: https://musescore.org/en/node/309098

Makes chord symbols playback honor playback channel settings which is needed to play or mute them correctly when playing a part instead of the entire score.

return hCh->mute() || hCh->soloMute();
if (hCh) { //if there is a harmony channel
const Channel* pCh = h->masterScore()->playbackChannel(hCh);
return pCh->mute() || pCh->soloMute();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hah! So, the code we talked about was working correctly, but the soloMute was being ignored?

@MarcSabatella
Copy link
Contributor

Thanks for doing this, I figured it had to be something simple but the mechanics of all this is too mysterious to me.

@anatoly-os anatoly-os merged commit bc6b2e8 into musescore:3.x Aug 26, 2020
anatoly-os added a commit that referenced this pull request Aug 26, 2020
@dmitrio95 dmitrio95 deleted the 309098-harmony-parts-playback branch August 27, 2020 00:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants