MuseScore/src/framework
Casper Jeukendrup 4388e939b7
Improve padding and radius of TextInputField and DropDown
Makes radius consistent to 3px. Matters especially when components are used close to each other.
Also fixes digits being cut off in input fields in Mixer.
2021-12-16 19:01:34 +01:00
..
accessibility Fix compiling unit tests on OSs other than Linux 2021-12-12 18:55:55 +01:00
actions [MU4] port remaining actions from MU3 (WIP) 2021-12-03 18:41:05 +02:00
audio Temporary workaround to prevent overfilled log file 2021-11-23 14:57:20 +02:00
fonts Merge pull request #8853 from Jojo-Schmitz/leland-update-master 2021-09-14 22:04:25 +02:00
global fixed duplicate actions on shortcuts form 2021-12-14 14:19:13 +03:00
midi Fix crashes in CoreMidi destructors when not inited 2021-11-23 09:38:04 +01:00
mpe Fix (MinGW/gcc) compiler warnings 2021-12-15 11:16:40 +01:00
network changed namespace for modularity 2021-06-30 17:18:03 +02:00
shortcuts Merge pull request #10093 from RomanPudashkin/go_to_next_harmony 2021-12-16 16:49:02 +02:00
system added export png to TC7 2021-11-09 17:26:17 +03:00
testing Fix (MSVC) compiler warnings 2021-12-14 11:00:59 +03:00
ui added close dialogs on escape 2021-12-14 14:22:05 +03:00
uicomponents Improve padding and radius of TextInputField and DropDown 2021-12-16 19:01:34 +01:00
vst Fix floating VST windows on Windows 2021-12-11 14:09:08 +01:00
CMakeLists.txt Remove Telemetry module; transfer CrashHandler to Diagnostics module 2021-12-13 11:35:19 +03:00
README.md move source code to src dir 2020-12-03 15:12:23 +02:00

MuseScore Framework

Framework (engine, platform) contains an independent domain modules for developing a MuseScore application. The framework includes modules such as:

  • Audio
  • Graphics
  • Fonts
  • UI Engine
  • Modularity
  • System
  • and other

This is like a third-party engine, such as Unity, Unreal Engine, etc.

And should not contain or depend on such modules as:

  • Notation (libmscore, view)
  • Sequencer (view)
  • Piano roll
  • Mixer (view)
  • User acount
  • and etc