MuseScore/src/framework
2021-01-15 15:34:25 +03:00
..
actions Small refactor of actions system 2021-01-14 21:54:10 +02:00
audio Audio engine 2021-01-15 10:37:07 +02:00
fonts implemented base component for list view delegate 2021-01-15 15:34:25 +03:00
global Audio engine 2021-01-15 10:37:07 +02:00
midi Audio engine 2021-01-15 10:37:07 +02:00
midi_old Updated formatting for lambda 2020-12-25 10:51:40 +02:00
network Updated formatting for lambda 2020-12-25 10:51:40 +02:00
rpc Audio engine 2021-01-15 10:37:07 +02:00
shortcuts Small refactor of actions system 2021-01-14 21:54:10 +02:00
system Updated formatting for lambda 2020-12-25 10:51:40 +02:00
telemetry Small refactor of actions system 2021-01-14 21:54:10 +02:00
testing redesigned command line parse and apply 2020-12-25 16:19:25 +02:00
ui reduced awl module 2021-01-15 10:51:10 +02:00
uicomponents implemented base component for list view delegate 2021-01-15 15:34:25 +03:00
vst Audio engine 2021-01-15 10:37:07 +02:00
workspace Small refactor of actions system 2021-01-14 21:54:10 +02:00
CMakeLists.txt Audio engine 2021-01-15 10:37:07 +02:00
preferencekeys.h moved setup compiler and dependencies to separate file 2020-12-11 11:07:36 -06: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