MuseScore/src/framework
2023-10-14 13:46:19 -03:00
..
accessibility fixed #15521: Fixed an accessibility for list view item 2023-10-04 11:48:03 +02:00
actions Added new line between library and project includes 2023-08-10 14:28:42 +03:00
audio Changed bypassed aux arc colour 2023-09-27 16:28:07 +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 Fix gcc compiler warnings 2023-10-12 15:22:15 +03:00
midi Fix midi input port capabilities 2023-10-14 13:46:19 -03:00
mpe minor optimizations in PlaybackModel::triggerEventsForItem 2023-10-09 11:00:05 +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 all dialogs 2023-10-05 11:16:45 +02:00
testing gmain.cpp: argv needs to be null-terminated 2023-04-23 17:15:52 +02:00
ui Merge pull request #16504 from Eism/accessibility_listview 2023-10-13 16:18:13 +02:00
uicomponents Merge pull request #16504 from Eism/accessibility_listview 2023-10-13 16:18:13 +02:00
vst Fix MSVC compiler warning 2023-09-26 19:24:53 +02: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