MuseScore/src/framework
2021-08-05 16:54:32 +02:00
..
accessibility changed namespace for modularity 2021-06-30 17:18:03 +02:00
actions changed namespace for modularity 2021-06-30 17:18:03 +02:00
audio implemented ID instead of using strings 2021-08-05 16:54:32 +02:00
fonts changed namespace for modularity 2021-06-30 17:18:03 +02:00
global implemented ID instead of using strings 2021-08-05 16:54:32 +02:00
midi Fix linking Unit Tests on macOS 2021-08-05 00:24:18 +02:00
midi_old moved xml to io dir 2021-07-29 09:25:20 +02:00
network changed namespace for modularity 2021-06-30 17:18:03 +02:00
shortcuts [MU4] fix spelling & case errors 2021-07-29 23:58:42 +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 linking Unit Tests on macOS 2021-08-05 00:24:18 +02:00
uicomponents Replaced FlatButton with context menu to MenuButton 2021-07-29 09:50:41 +02:00
vst Merged FluidCreator and FluidUriResolver into a single FluidResolver 2021-07-22 14:05:18 +02:00
CMakeLists.txt added accessibility module 2021-05-20 16:36:24 +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