Commit graph

23265 commits

Author SHA1 Message Date
vpereverzev
5e6747e387 Code style fixes 2021-11-23 14:05:37 +02:00
pereverzev_v
e550dd6122 Added percussion articulations profile 2021-11-23 14:05:37 +02:00
pereverzev_v
2a9dc0838c Added winds articulations profile 2021-11-23 14:05:37 +02:00
vpereverzev
26697c8542 Added strings articulation profile 2021-11-23 14:05:37 +02:00
vpereverzev
d8e8bb4b17 Updated test for Crescendo articulation 2021-11-23 14:05:37 +02:00
vpereverzev
e4b01dd028 Added a general keyboard articulations profile 2021-11-23 14:05:37 +02:00
vpereverzev
26c2fefdcf Added zoom and scroll features for ArticulationPatternPlot 2021-11-23 14:05:37 +02:00
pereverzev_v
0ee9031213 Cleaned up an articulation type list 2021-11-23 14:05:37 +02:00
vpereverzev
e693d52883 Added a text input field for patterns controls for convenience 2021-11-23 14:05:37 +02:00
vpereverzev
45f8985f39 Fixed a typo in articulation name 2021-11-23 14:05:37 +02:00
vpereverzev
d76f51cd29 Refused from float numbers in MPE types
Refused from float numbers in MPE types
2021-11-23 14:05:37 +02:00
RomanPudashkin
710bf2065b
Merge pull request #9833 from cbjeukendrup/fix_crash_coremidi_commandline
Prevent CoreMidiPorts related crashes on macOS when running app in command line mode
2021-11-23 12:26:03 +02:00
Elnur Ismailzada
ed639ff087
Merge pull request #9832 from igorkorsukov/bugs/9575_crash_on_note_with_triplet
Fixed crash on put note with triplet
2021-11-23 01:09:50 -08:00
Casper Jeukendrup
c12f00a7da
Fix crashes in CoreMidi destructors when not inited
In their destructors, `CoreMidiInPort` and `CoreMidiOutPort` assume that their `m_core` is created (not nullptr). That was only the case in Editor mode, but not in Converter mode. Now, the `m_core` is created, but still only fully inited in Editor mode.
2021-11-23 09:38:04 +01:00
Igor Korsukov
80abb742db fixed crash on put note with triplet 2021-11-23 10:27:50 +02:00
Casper Jeukendrup
fcdc91479f
Fix crash on macOS when running app in command line mode
The MIDI ports are inited only in Editor mode, but the NotationMidiInputController depends on them and was inited also in command line mode, which caused a crash. Now, the NotationMidiInputController will also be inited only when running in Editor mode.
2021-11-23 09:22:11 +01:00
RomanPudashkin
adb4db6e0e
Merge pull request #9829 from cbjeukendrup/fix_reset_shapes_and_position
Fix reset shapes and position
2021-11-23 09:50:43 +02:00
Casper Jeukendrup
c29cbc48ed
Eliminate ResettableValueType
It has little benefit and semantically makes little sense.
2021-11-22 23:05:04 +01:00
Casper Jeukendrup
a42aca34da
Fix "Reset shapes and positions" action 2021-11-22 22:54:25 +01:00
Elnur Ismailzada
a13cebfdea
Merge pull request #9814 from igorkorsukov/multiinst/double_create
Fixed creation of multiple windows when clicking on 'new project' multiple times
2021-11-22 12:29:34 -08:00
Igor Korsukov
9ac8cb8129 fixed barline paste 2021-11-22 18:26:04 +02:00
Peter Jonas
e6f2baed0c Fonts: Update Leland to 0.73
Leland is a SMuFL-compliant OpenType music font.
2021-11-22 16:03:30 +00:00
Igor Korsukov
3623631cf7 Fixed creation of multiple windows when clicking on 'new project' multiple times 2021-11-22 15:55:25 +02:00
Elnur Ismailzada
869ae8e537
Merge pull request #9817 from igorkorsukov/bugs/9572_crash_on_close_with_playback
Added reset playback on project close
2021-11-22 04:51:56 -08:00
Igor Korsukov
9a751d8a0a added reset playback on project close 2021-11-22 14:13:17 +02:00
Elnur Ismailzada
127b9c2386
Merge pull request #9811 from igorkorsukov/bugs/9809_crash_on_text_prop
Fixed crash on edit text properties
2021-11-22 02:16:36 -08:00
Igor Korsukov
588d0a51ee fixed crash on edit text properties 2021-11-22 10:44:17 +02:00
Elnur Ismailzada
ab54dbf231
Merge pull request #9799 from igorkorsukov/engraving/property_val_5
Clearing property value types [Step 5]
2021-11-22 00:06:19 -08:00
Igor Korsukov
5199c804e8 clearing enum type Placement 2021-11-22 09:38:36 +02:00
RomanPudashkin
b9aa318911
Merge pull request #9804 from Jojo-Schmitz/textpalette
[MU4] Fix typo introduced in #9798
2021-11-20 18:32:45 +02:00
RomanPudashkin
8569a70076
Merge pull request #9806 from cbjeukendrup/learn_page_error_message
Learn page: show error message when video playlist couldn't be loaded
2021-11-20 18:31:50 +02:00
Casper Jeukendrup
21869a8e3f
Show error message when playlist is empty
Because an empty playlist indicates that an error occurred.
2021-11-20 17:07:53 +01:00
Casper Jeukendrup
50c8d68710
Eliminate more conversions between QString and std::string 2021-11-20 17:07:52 +01:00
Casper Jeukendrup
dd7929445d
Simplify working with Playlist struct in Learn module 2021-11-20 16:14:36 +01:00
Joachim Schmitz
62957384de Fix typo 2021-11-20 15:47:51 +01:00
RomanPudashkin
250d5f2741
Merge pull request #9794 from HemantAntony/9218-transparentpng
Fix #9218: Fix transparent .png file export
2021-11-20 11:25:29 +02:00
RomanPudashkin
971e168c00
Merge pull request #9798 from Jojo-Schmitz/textpalette
[MU4] Extending/completing the UNICODE ranges list in the special characters palette
2021-11-20 10:52:18 +02:00
RomanPudashkin
80a2f51c8f
Merge pull request #9800 from LovCAPONE/9779_beam_dir_flip_fix
Fix #9779 beam stem direction flip
2021-11-20 10:31:13 +02:00
RomanPudashkin
9386bece8c
Merge pull request #9801 from cbjeukendrup/first_launch_setup
First Launch Setup Dialog
2021-11-20 10:29:55 +02:00
Casper Jeukendrup
28b3444f21
Fix compiler warning 2021-11-20 00:06:35 +01:00
Casper Jeukendrup
1bae4edcc9
Simplify whitespace and remove newlines in Statusbar 2021-11-20 00:06:34 +01:00
Casper Jeukendrup
0ae8ef09dd
Added UI for settings Keyboard Layout in Preferences Dialog
Not functional yet
2021-11-20 00:06:34 +01:00
Casper Jeukendrup
45340a5bae
Fixed showing warning when closing dialog using keyboard navigation 2021-11-20 00:06:22 +01:00
Casper Jeukendrup
b1214db589
Added keyboard navigation for First Launch Setup Dialog 2021-11-20 00:06:22 +01:00
Casper Jeukendrup
e763adac3b
Implemented/fixed the ability to open a PrimaryPage with params
For example, to specify a subpage
2021-11-20 00:06:22 +01:00
Casper Jeukendrup
a2c599221e
Added warning when closing First Launch Setup Dialog before finishing 2021-11-20 00:06:22 +01:00
Casper Jeukendrup
ced372339f
Implemented the other pages of the First Launch Setup Dialog 2021-11-20 00:06:21 +01:00
Casper Jeukendrup
2c9bb57b5b
Added accent color options to First Launch Setup Dialog 2021-11-20 00:06:21 +01:00
Casper Jeukendrup
24e1e71306
Added basic model and pages to First Launch Setup Dialog 2021-11-20 00:06:21 +01:00
Casper Jeukendrup
cc1e980069
Added basic First Launch Setup Dialog 2021-11-20 00:06:21 +01:00