MuseScore/framework
2020-06-04 13:40:04 +02:00
..
global added notation view skeleton 2020-06-04 13:40:04 +02:00
telemetry added appshell 2020-06-04 09:13:21 +02:00
ui added notation view skeleton 2020-06-04 13:40:04 +02:00
uicomponents added notation view skeleton 2020-06-04 13:40:04 +02:00
CMakeLists.txt added framework 2020-05-30 13:35:19 +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