MuseScore/src/framework
2021-11-12 18:57:34 +03: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 Implemented accessibility for mixer panel 2021-10-26 15:47:30 +02:00
fonts Merge pull request #8853 from Jojo-Schmitz/leland-update-master 2021-09-14 22:04:25 +02:00
global added ability run all TC, also info about errors and other fixes 2021-11-08 17:13:56 +02:00
midi Implemented sending and receiving MIDI 2.0 events for CoreMIDI (macOS) 2021-10-29 20:49:33 +02:00
mpe Implemented a provider for MPE Articulation Profiles 2021-11-10 14:31:15 +03:00
network changed namespace for modularity 2021-06-30 17:18:03 +02:00
shortcuts added edit lyrics to TC8 2021-11-11 18:05:17 +02: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 Implemented a navigation border for widget components 2021-11-11 10:00:20 +02:00
uicomponents Fixed filtering key input on text field 2021-11-12 18:57:34 +03: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