MuseScore/src/framework
2021-08-31 17:38:40 +02:00
..
accessibility Fixed roles for menu 2021-08-31 16:54:47 +02:00
actions changed namespace for modularity 2021-06-30 17:18:03 +02:00
audio Prevented unnecessary audio processing when the master mixer channel is muted 2021-08-31 17:38:40 +02:00
fonts changed namespace for modularity 2021-06-30 17:18:03 +02:00
global removed diagnostics uri from ui context resolver 2021-08-25 13:28:30 +02:00
midi Follow up for #8897 2021-08-23 11:11:23 +02:00
network changed namespace for modularity 2021-06-30 17:18:03 +02:00
shortcuts Merge pull request #8879 from wizofaus/score-move-actions 2021-08-25 10:49:09 +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 Added missing icon codes 2021-08-31 17:37:42 +02:00
uicomponents Additionally ensured re-painting of the RoundedRectangle component 2021-08-31 17:38:40 +02:00
vst Ensured the work of the VstAudioClient in the FX mode 2021-08-31 17:38:40 +02:00
CMakeLists.txt moved midi_old to engraving/compat/midi 2021-08-16 18:29:07 +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