MuseScore/src/framework
2021-12-07 16:14:55 +03:00
..
accessibility Renamed IAccessibleInterfaceRegister to IQAccessibleInterfaceRegister 2021-11-24 13:49:38 +02:00
actions [MU4] port remaining actions from MU3 (WIP) 2021-12-03 18:41:05 +02:00
audio Temporary workaround to prevent overfilled log file 2021-11-23 14:57:20 +02:00
fonts Merge pull request #8853 from Jojo-Schmitz/leland-update-master 2021-09-14 22:04:25 +02:00
global implemented the channel for notification after opening a page 2021-12-02 18:11:12 +02:00
midi Fix crashes in CoreMidi destructors when not inited 2021-11-23 09:38:04 +01:00
mpe Fix some (MSVC) compiler warnings 2021-11-26 18:05:14 +02:00
network changed namespace for modularity 2021-06-30 17:18:03 +02:00
shortcuts fixed crash on getting shortcut 2021-12-06 11:52:58 +03:00
system added export png to TC7 2021-11-09 17:26:17 +03:00
telemetry Fix (MSVC) compiler warning about empty qrc file 2021-12-07 14:09:45 +03:00
testing moved engraving barline tests to gtest 2021-09-28 16:00:15 +02:00
ui Fixed opening element editor on palette 2021-12-07 13:19:48 +03:00
uicomponents Fixed dropdown UI 2021-12-07 16:14:55 +03:00
vst Add &floating=true to Vst editor URIs 2021-11-25 11:37:41 +02: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