MuseScore/src/framework
2021-11-23 09:39:07 +02:00
..
accessibility Implemented accessible interface register 2021-11-23 09:39:07 +02:00
actions
audio
fonts
global Fixed creation of multiple windows when clicking on 'new project' multiple times 2021-11-22 15:55:25 +02:00
midi
mpe
network
shortcuts Added UI for settings Keyboard Layout in Preferences Dialog 2021-11-20 00:06:34 +01:00
system
telemetry
testing
ui Fixed periodic non-opening dialogs 2021-11-23 09:39:07 +02:00
uicomponents Fixed showing warning when closing dialog using keyboard navigation 2021-11-20 00:06:22 +01:00
vst
CMakeLists.txt
README.md

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