MuseScore/framework
2020-06-19 09:35:19 +02:00
..
actions renamed notify to notification 2020-06-09 15:58:03 +02:00
global fix some more MSVC compiler warnings 2020-06-18 14:20:52 +02:00
telemetry Merge pull request #5649 from Jojo-Schmitz/Qt-5.12.7 2020-06-18 09:52:14 +02:00
ui Merge pull request #6212 from igorkorsukov/mu4/settings 2020-06-16 10:17:32 +02:00
uicomponents Moved a lot of general components to UiComponents plugin 2020-06-15 19:40:18 +02:00
utests_base added unit tests base 2020-06-19 09:35:19 +02:00
CMakeLists.txt added actions module 2020-06-08 15:55:01 +02:00
preferencekeys.h added framework 2020-05-30 13:35:19 +02:00
README.md added framework 2020-05-30 13:35:19 +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