Commit graph

5385 commits

Author SHA1 Message Date
Michele Spagnolo
74ac594483 grace notes code restructure 2022-05-25 14:30:59 +02:00
Michele Spagnolo
061527a7ee shape code restructure 2022-05-25 14:30:59 +02:00
Michele Spagnolo
c0f26a2983 graceNotesOverhaul
included Vasily's review
bug fix
2022-05-25 14:30:59 +02:00
RomanPudashkin
ab2cc4f35f
Merge pull request #11717 from softcat477/palettesNotFoundHint
Fix #11378. Add palettes not found message
2022-05-24 21:40:43 +02:00
RomanPudashkin
23c32aac80
Merge pull request #10650 from asattely/show-system-objects-removal
[MU4] Remove all showSystemObjects functionality from ScoreGroup
2022-05-24 21:40:21 +02:00
RomanPudashkin
b2565b1cff
Merge pull request #11725 from HemantAntony/11721-changes_to_learn
Fix #11721: Minor changes to "Classes" tab
2022-05-24 21:28:54 +02:00
vpereverzev
892e0c333f Fixed typo in AudioEngine::Mode enum 2022-05-24 16:54:04 +02:00
vpereverzev
7c1180e9db Fixed an issue with sample length calculations for opus codec 2022-05-24 16:54:04 +02:00
vpereverzev
e5ff7aded0 Fixed an issue with a playback position shifting of muted tracks 2022-05-24 16:54:04 +02:00
vpereverzev
32cb4aa495 Preventing execution of redundant callbacks from audio driver during offline rendering 2022-05-24 16:54:04 +02:00
vpereverzev
286c4592c9 Fixed an issue with audio export of files with "silent" start 2022-05-24 16:54:04 +02:00
Igor Korsukov
53f39bc330 fixed open scores (fixed bytearray) 2022-05-24 13:14:10 +02:00
Igor Korsukov
9f7bf74e8e [engraving] fixed read xml 2022-05-24 13:18:58 +03:00
Igor Korsukov
de6fea2dcb Replaced QFileInfo to mu::io::FileInfo 2022-05-24 12:40:42 +03:00
Igor Korsukov
acd0d2b695 added QT_SUPPORT global cmake option 2022-05-24 10:50:56 +03:00
Igor Korsukov
8b0f15bebc moved logger, profiler and async to global 2022-05-24 10:50:56 +03:00
softcat477
a2f8a72551 Fix #11378. Add palettes not found message 2022-05-23 19:56:55 -04:00
Aaron Sattely
8911eadec9 Fix dumb rebase mistake 2022-05-23 11:13:16 -04:00
Aaron Sattely
311013902f Fix unit tests 2022-05-23 10:54:03 -04:00
Aaron Sattely
79502e12a4 Remove all showSystemObjects functionality from ScoreGroup
system object information does not rely on orders.xml anymore, so it shouldn't ever be in the <Section> xml element. ignore from previous versions.
2022-05-23 10:53:57 -04:00
HemantAntony
25d655f942 Fix #11721: Minor changes to "Classes" tab 2022-05-23 19:41:06 +05:30
Igor Korsukov
ed248f8cd8 replaced QFile to mu::io::File for gp import 2022-05-23 12:11:18 +00:00
Roman Pudashkin
b3e985cbc4 fixed the "no-sound" problem for Bass Drums 2022-05-23 12:16:13 +02:00
Roman Pudashkin
fc84f53fc3 fixed the "no sound" problem for Cymbals 2022-05-23 12:16:13 +02:00
Roman Pudashkin
0f34610367 fixed the "no sound" problem for the Auxiliary percussion instruments 2022-05-23 12:16:13 +02:00
Roman Pudashkin
0107687e58 fixed the program for Concert snare drum 2022-05-23 12:16:13 +02:00
Roman Pudashkin
217fa72c14 fixed the program for Bass drums 2022-05-23 12:16:13 +02:00
Roman Pudashkin
185d2a8232 fixed the program for Tenor drums 2022-05-23 12:16:13 +02:00
Roman Pudashkin
adb6e08979 fixed the program for Castanets 2022-05-23 12:16:13 +02:00
Roman Pudashkin
136096678a fixed the program for Ride Cymbal 2022-05-23 12:16:13 +02:00
Roman Pudashkin
4b1861d6ff fixed the program for Hi-hat 2022-05-23 12:16:13 +02:00
Roman Pudashkin
92478e9f80 fixed midi bank/program for Bamboo wind chimes 2022-05-23 12:16:13 +02:00
Roman Pudashkin
4a9febda5f added missing mapping for Almglocken 2022-05-23 12:16:13 +02:00
Joachim Schmitz
8e6cd1fcbc Fix MinGW compiler warnings
reg. comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'int' (-Wsign-compare)
2022-05-20 17:19:10 +00:00
Joachim Schmitz
423fec97ea Fix MSVC compiler warnings
reg. 'argument': conversion from 'size_t' to 'int', possible loss of data (C4267)
2022-05-20 17:19:10 +00:00
vpereverzev
9cdd8eeeb4 Fixed an issue with unplayable tracks 2022-05-20 18:27:56 +02:00
vpereverzev
3884ef01f4 Fixed a crash during the mp3 export 2022-05-20 18:27:56 +02:00
Joachim Schmitz
c10b481602 Fix MSVC compiler warning
reg. 'argument': conversion from 'size_t' to 'int', possible loss of data (C4267)
2022-05-20 17:24:31 +03:00
Joachim Schmitz
53034338be Fix MSVC compiler warnings
reg. 'argument': conversion from 'size_t' to 'uint32_t/int', possible loss of data (C4267)
2022-05-20 17:24:31 +03:00
Igor Korsukov
4c4420493c replaced QFile to mu::io::File 2022-05-20 17:13:18 +03:00
Igor Korsukov
97b15e6698 replaced QIODevice to mu::io::IODevice 2022-05-20 17:13:18 +03:00
RomanPudashkin
b18a68e413
Merge pull request #11703 from RomanPudashkin/export_audio
export_audio
2022-05-20 16:06:02 +02:00
Roman Pudashkin
0f48e241c1 applied the settings from the configuration to the audio export 2022-05-20 12:28:03 +02:00
Roman Pudashkin
febd693475 removed the "Normalize" checkbox 2022-05-20 12:28:03 +02:00
Roman Pudashkin
7f922899ff added some missing methods to the configuration 2022-05-20 12:28:03 +02:00
Roman Pudashkin
106772d16c enabled export to the audio formats 2022-05-20 12:28:03 +02:00
Alexander Pavlov
f640864759 fix #11687: displaying imported gp-dives as line segment 2022-05-19 21:57:39 +03:00
RomanPudashkin
6eb6034bec
Merge pull request #11679 from Eism/shortcuts_triggering_macos_fix
[MU4] Fixed triggering shortcuts on macos fix
2022-05-19 18:21:25 +02:00
Igor Korsukov
260c9b2caf added zip reader/writer facade 2022-05-19 16:05:10 +03:00
Igor Korsukov
196cf66f83 Revert "added zip reader/writer facade"
This reverts commit 3fbcc58e06.
2022-05-19 15:29:42 +03:00