MuseScore/src/framework
Elnur Ismailzada 792e636b31
Merge pull request #11254 from Eism/autosave_new_project
[MU4] Implemented autosave for new project
2022-04-28 09:12:02 +03:00
..
accessibility Fixed returning focus child 2022-03-23 11:09:33 +02:00
actions [MU4] port remaining actions from MU3 (WIP) 2021-12-03 18:41:05 +02:00
audio Add red clipping indicator for VolumePressureMeter 2022-04-26 20:10:47 +02:00
fonts Use qt5_add_big_resources where appropriate 2022-04-22 14:16:18 +03:00
global Implemented autosave for new project 2022-04-27 20:57:59 +03:00
midi fixed conversion warnings 2022-04-26 16:51:10 +00:00
mpe Fixed conversion warnings. Step 4 2022-04-27 17:17:13 +03:00
musesampler Fixed a couple of issues for instruments management in MuseSampler 2022-04-22 18:47:52 +02:00
network changed namespace for modularity 2021-06-30 17:18:03 +02:00
shortcuts Fix keyboard shortcut for full screen 2022-03-31 00:13:20 +02:00
system added export png to TC7 2021-11-09 17:26:17 +03:00
testing Fix (MSVC) compiler warnings 2021-12-14 11:00:59 +03:00
ui Merge pull request #10975 from RomanPudashkin/notehead_popup_improvements 2022-04-26 23:05:34 +02:00
uicomponents Update drop shadows 2022-04-26 19:08:28 +02:00
vst Don't need to fall in assert if we don't have VST plugins being used for a score created on another system 2022-04-25 18:38:31 +02:00
CMakeLists.txt Added MuseSampler module 2022-04-08 18:21:31 +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