Commit graph

26968 commits

Author SHA1 Message Date
Michele Spagnolo
5d85db0c5a added vtest 2022-08-22 14:28:34 +02:00
Michele Spagnolo
62970da079 Adding dedicated padding values for fingering 2022-08-22 14:28:26 +02:00
RomanPudashkin
733e7e377c
Merge pull request #12952 from asattely/migration-dynamics
Place dynamics correctly on migrated 114 scores
2022-08-22 13:51:23 +03:00
RomanPudashkin
eb164154a7
Merge pull request #12957 from mike-spa/graceNoteSpacingBugFix
Fix #12812: Grace note spacing bug when on multiple voices
2022-08-22 12:06:44 +03:00
Michele Spagnolo
8738097cb8 added vtest 2022-08-22 09:57:06 +02:00
Michele Spagnolo
f13e935e23 Grace notes spacing bug fix 2022-08-22 09:56:56 +02:00
Aaron Sattely
e978f6107c Place dynamics correctly on 114 scores 2022-08-21 21:21:42 -04:00
RomanPudashkin
9cb035f50a
Merge pull request #12948 from cbjeukendrup/importmidi_crash
Fix crash when importing MIDI files
2022-08-21 23:23:06 +03:00
RomanPudashkin
70ab198745
Merge pull request #12949 from Eism/navigation_nsw_improvement
fixed #11323: Fixed navigation on the New Score Wizard
2022-08-21 23:17:00 +03:00
Eism
c6c9ac99ed fixed #11323: Fixed navigation on the New Score Wizard 2022-08-21 21:06:31 +02:00
Casper Jeukendrup
7573ecc029
Fix crash when importing MIDI files
In `void createTimeSignatures(Score* score) importmidi.cpp:922`, we were iterating over `score->sigmap()`, but inside the loop, it was being modified by adding `TimeSig`s to the score (see `TimeSig::added()`). Work around by iterating over a copy instead, effectively restoring the behaviour as it was before `TimeSig::added()` was introduced.
2022-08-21 21:05:22 +02:00
RomanPudashkin
89ef1de37b
Merge pull request #12713 from cbjeukendrup/mandatory_migration_1
Apply fixing instrument IDs when reading legacy scores, instead of during migration
2022-08-19 22:22:32 +03:00
RomanPudashkin
a77541d50a
Merge pull request #12727 from asattely/beam-slope-adjustments
[MU4] Small adjustments to beam placement / slope
2022-08-19 21:29:28 +03:00
RomanPudashkin
2a4bfedc1a
Merge pull request #12874 from asattely/slur-tie-rebeam
Fix #12816: Slur/tie anchor fix after measures rewritten during timesig change
2022-08-19 21:28:48 +03:00
Roman Pudashkin
3a54d6a102 fix #12768: fixed applying Swing to chords in case when some of them are tied to other notes 2022-08-19 16:04:41 +02:00
RomanPudashkin
bdddab3839
Merge pull request #12929 from RomanPudashkin/hardcoded_colors_fix
hardcoded_colors_fix
2022-08-19 15:21:32 +03:00
Roman Pudashkin
5db6137251 replaced the hardcoded colors with the colors from the configuration 2022-08-19 14:28:00 +03:00
Eism
33ebac4c2d fixed #12767: Continue rendering notes 2022-08-19 11:39:38 +02:00
RomanPudashkin
61484bca00
Merge pull request #12877 from Eism/midi_device_fix
[MU4] Improved midi input/output connection
2022-08-18 21:29:28 +03:00
Eism
c5d41a63de No device by default for midi output 2022-08-18 19:10:24 +03:00
Eism
edd6bb1003 Removed MIDI Thgrouh from available devices 2022-08-18 17:04:57 +03:00
Eism
ee1b6b7251 fixed #12909: Removed Microsoft GS Wavetable Synth from available devices 2022-08-18 17:04:57 +03:00
Eism
22e5cc43ac Fixed various bugs in midi in/out 2022-08-18 17:04:56 +03:00
Elnur Ismailzada
d41b3fcaaf
Merge pull request #12913 from RomanPudashkin/staff_text_properties
[MU4] Fix #12903: Change Channel and MIDI Action tabs should be removed from Staff text properties dialog
2022-08-18 17:02:58 +03:00
Aaron Sattely
249e3b6fb1 Fix unit tests
Lots of beams near top and bottom of staff have moved
2022-08-18 09:36:36 -04:00
Aaron Sattely
96da0af369 Allow inner beams to still float above/below staff 2022-08-18 09:36:36 -04:00
RomanPudashkin
1df564149e
Merge pull request #12890 from Eism/shortcuts_reassign_fix
fixed #12750: New Shortcuts don't work
2022-08-18 13:04:48 +03:00
Elnur Ismailzada
85d1e8bee6
Merge pull request #12891 from RomanPudashkin/empty_parts
[MU4] Fix #12864: Crash when deleting staff from single-staff instrument/template
2022-08-18 11:14:41 +03:00
Alexander Pavlov
368d8ed48b
Merge pull request #12858 from alexpavlov96/gp_fragelets_fix
fix #12696: fixed harmonics import
2022-08-18 12:03:09 +04:00
Roman Pudashkin
a161f96ef4 removed the Aeolus page
see e176e255a2
2022-08-17 21:20:54 +03:00
Roman Pudashkin
03724c7d41 fix #12903: removed the Change Channel and MIDI Action tabs 2022-08-17 21:20:51 +03:00
Roman Pudashkin
ac41656f3b fix #12864: disabled the ability to remove all staves for a selected part (to avoid empty parts) 2022-08-17 19:49:35 +03:00
vpereverzev
d166ac5579 Code-style fixes 2022-08-17 15:16:21 +02:00
vpereverzev
e5f682f990 Cleaned up remaining calls of AbstractSynthesizer members 2022-08-17 15:16:21 +02:00
vpereverzev
43a650ace6 Updated MuseSampler's paths to search 2022-08-17 15:16:21 +02:00
vpereverzev
b331435fed Fixed an issue with "Natural" dynamic calculations 2022-08-17 15:16:21 +02:00
vpereverzev
5c91d59f5e Ported SoundId conversions to string 2022-08-17 15:16:21 +02:00
vpereverzev
7dd8cb5c5f Fixed an issue with MuseSampler instances lifecycle 2022-08-17 15:16:21 +02:00
vpereverzev
e36b071f87 Removed redundant logic in AbstractSynthesizer 2022-08-17 15:16:21 +02:00
vpereverzev
6ff7ee8dff Implemented MuseSamplerSequencer 2022-08-17 15:16:21 +02:00
vpereverzev
dbaec3d414 Updated musesampler's API 2022-08-17 15:16:21 +02:00
Eism
b4fe0c36ff fixed #12750: Save shortcuts with empty sequences 2022-08-17 15:39:44 +03:00
Casper Jeukendrup
f990dac77f
Merge pull request #12660 from bentl/refresh-token-to-logout
Add refresh_token to logout request to musescore api
2022-08-17 13:03:28 +02:00
Casper Jeukendrup
aeea6b1e27
Merge pull request #12799 from cbjeukendrup/fix_mustring_to_qstring
Don't invoke undefined behaviour when converting empty mu::String to QString
2022-08-16 17:12:16 +02:00
Elnur Ismailzada
0284785d5e
Merge pull request #12885 from RomanPudashkin/invalid_pointers_in_InspectorPopupController
[MU4] Fix #12856: Crash if text object is selected and you click the Appearance or More button
2022-08-16 17:13:16 +03:00
RomanPudashkin
f95524d817
Merge pull request #12883 from HemantAntony/12711-migration_dialog_engraving
Fix #12711: Changed Migration Image
2022-08-16 16:15:54 +03:00
Aaron Sattely
1d934ad619 Small adjustments to beam placement / slope 2022-08-16 08:45:57 -04:00
Roman Pudashkin
c1666c3312 fix #12856: added resetting pointers after destroying objects 2022-08-16 14:27:31 +03:00
Hemant Antony
84026b4204 Fix #12711: Changed Migration Image 2022-08-16 16:12:35 +05:30
DmitryArefiev
34bdba8d2d
Merge pull request #12854 from cbjeukendrup/plugins_select_only_one
Select only one plugin at a time in 'Enabled' and 'Disabled' lists together
2022-08-16 13:05:03 +03:00