MuseScore/src/framework
2021-09-10 12:09:48 +02:00
..
accessibility improved engraving accessible tree 2021-09-10 12:09:48 +02:00
actions added the method for checking args for emptiness 2021-09-02 12:13:12 +02:00
audio Fix some compiler (?) warnings 2021-09-09 13:38:30 +02:00
fonts Fixed SMuFL anchors 2021-08-31 18:12:52 +02:00
global added diagnostic show bbox of item 2021-09-03 15:15:59 +02:00
midi Follow up for #8897 2021-08-23 11:11:23 +02:00
network changed namespace for modularity 2021-06-30 17:18:03 +02:00
shortcuts Implemented accessibility for midi mapping page 2021-09-06 17:31:38 +02:00
system added make backup 2021-07-29 14:56:00 +02:00
telemetry Removed redundant files 2021-07-07 22:19:58 +02:00
testing [MU4] Add units for change enharmonic spelling commands etc. 2021-08-03 11:59:58 +02:00
ui Fix compiler warning seen on (the) Mac (build on Github) 2021-09-09 13:38:30 +02:00
uicomponents fixed crash after opening dialogs via the context menu 2021-09-09 13:39:15 +02:00
vst Code style fixes 2021-09-07 19:47:59 +02:00
CMakeLists.txt moved midi_old to engraving/compat/midi 2021-08-16 18:29:07 +02: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