MuseScore/src/framework
2023-09-25 16:50:35 +01:00
..
accessibility fix #13193: ignore Qt accessibility events when opening the style dialog 2023-08-23 19:57:02 +03:00
actions Added new line between library and project includes 2023-08-10 14:28:42 +03:00
audio Ensure high and low Wood Blocks sound different in MS Basic 2023-09-05 21:24:48 +01:00
draw [engraving] rename libmscore to dom 2023-09-04 18:06:48 +03:00
fonts Support README build instructions on FreeBSD 2023-06-07 21:44:57 +03:00
global mingw buildability 2023-09-13 10:03:08 +03:00
midi Use our custom categorization for MS Basic 2023-08-15 12:48:51 +02:00
mpe Added new line between library and project includes 2023-08-10 14:28:42 +03:00
musesampler Initialise MuseSampler and VST modules in command line mode too 2023-08-29 17:05:08 +02:00
network renamed imoduleexport to imoduleinterface 2023-05-19 18:18:58 +03:00
shortcuts fixed #19033: Get modifiers from native key 2023-09-12 11:22:48 +02:00
testing gmain.cpp: argv needs to be null-terminated 2023-04-23 17:15:52 +02:00
ui Fix MSVC compiler warning 2023-08-11 09:10:37 +03:00
uicomponents Fix #19407: Remove ensureActiveFocus methods 2023-09-25 16:50:35 +01:00
vst Merge pull request #19217 from cbjeukendrup/musesounds_commandline 2023-09-05 10:38:29 +03:00
CMakeLists.txt added the ability to build disabled ui, appshell modules 2023-02-16 12:29:11 +02:00
README.md [engraving] rename libmscore to dom 2023-09-04 18:06:48 +03: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 (engraving, view)
  • Sequencer (view)
  • Piano roll
  • Mixer (view)
  • User account
  • and etc