Open
Conversation
Fix musescore#15759: Disable "Save as default" button when multiple elements with different values selected
…essor reverb_fx_processor
`b->system()` is of course not yet initialized while reading. In MS3.6.2, this was no problem because elements could have nullptr as their parent, but in MS4 the Factory methods expect a non-null parent.
when changing to an instrument with less strings, or when deleting strings in Staff/Part properties > Edit string data
…n parameter Fix musescore#17068 Modified setIsVisible function to have setChildren parameter Added setChildren parameter with default value "true". setChildren is set to false when called from stafftreeitem.cpp so only parent node is made visible along with child.
…w-function-for-visibility-of-staff-without-unhiding-instrument Fix musescore#17068 Add new function for visibility of staff without unhiding …
layouting stretched bend correctly
dynamics correction
…rchannels_out_of_sync Fix that channels in `_midiMapping` got out of sync with channels in `Parts`
…rmcs-fix Harmonics now plays bends for gp5 files
…ut-fix Fixed gp7 import and layout for harmonic marks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix invalid constructors in c++20