MuseScore/src/framework
2021-11-23 14:05:37 +02:00
..
accessibility added asseccibility api and made lyrics is accessible 2021-11-11 18:05:17 +02:00
actions added the method for checking args for emptiness 2021-09-02 12:13:12 +02:00
audio Added drop shadow to the handle of the VolumeSlider 2021-11-18 13:54:34 +01:00
fonts Merge pull request #8853 from Jojo-Schmitz/leland-update-master 2021-09-14 22:04:25 +02:00
global Fixed creation of multiple windows when clicking on 'new project' multiple times 2021-11-22 15:55:25 +02:00
midi Fix crashes in CoreMidi destructors when not inited 2021-11-23 09:38:04 +01:00
mpe Code style fixes 2021-11-23 14:05:37 +02:00
network changed namespace for modularity 2021-06-30 17:18:03 +02:00
shortcuts Added UI for settings Keyboard Layout in Preferences Dialog 2021-11-20 00:06:34 +01:00
system added export png to TC7 2021-11-09 17:26:17 +03:00
telemetry Removed redundant files 2021-07-07 22:19:58 +02:00
testing moved engraving barline tests to gtest 2021-09-28 16:00:15 +02:00
ui Eliminate more conversions between QString and std::string 2021-11-20 17:07:52 +01:00
uicomponents Fixed showing warning when closing dialog using keyboard navigation 2021-11-20 00:06:22 +01:00
vst Fixed crash by closing app 2021-11-01 05:38:06 -07:00
CMakeLists.txt Added the "MPE" module 2021-10-29 16:42:42 +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