Casper Jeukendrup
Casper Jeukendrup
Alright, no problem. Ping me when it's ready for review!
ASIO has recently been released under GPLv3, which eliminates the license problem. Therefore, we are now planning to add an ASIO driver in one of the next few releases. With...
This has been implemented in https://github.com/musescore/MuseScore/pull/30851, https://github.com/musescore/MuseScore/pull/30882, https://github.com/musescore/MuseScore/pull/30884, and https://github.com/musescore/MuseScore/pull/30950. These will be part of the 4.7 release and can be tested in `master` nightly builds (https://musescore.org/en/nightly-builds) (apart from the...
When I set `Alt+@ (Alt+Shift+2)` as a keyboard shortcut, and then press it, I get an assertion failure: In `ShortcutsController::resolveAction`, `sequence` is empty; in `ShortcutsInstanceModel::doActivate`, `m_shortcutMap` only contains `"Alt+Shift+2"`, while...
@Eism I checked: - setting `:` as a custom shortcut with AZERTY works well in master - the default shortcuts `Shift+,` and `Shift+.` don't work with AZERTY in master
This must be about the _OS file dialog_ rather than about _file system_ access. (The fact that MuseScore opens at all means that it can access the file system without...
About the path encoding, maybe this commit is related to that in some way: https://github.com/musescore/MuseScore/commit/6410cb93212e60c19a65fb58285d0903ab9ab365 (introduced in 4.4.1) For the rest, I cannot find any commits that might cause this...
This is a Qt update issue
Maybe something with a regular expression, to replace `([0-9]+[.]?[0-9]*)` with `$1`. I think you can do that in Visual Studio Code. There you can also specify that it should only...
I suddenly wondered: can `` tags be nested? If so, then just some String/double variables won't be enough, and instead we'd need to do something with a `std::stack`.