MuseScore/src/framework
Elnur Ismailzada 98496c9cd9
Merge pull request #9366 from igorkorsukov/framework/log_level
Added logs remover and LOGGER_DEBUGLEVEL_ENABLED cmake option
2021-10-04 16:38:34 +02:00
..
accessibility Merge pull request #9276 from Eism/accessibility_fix 2021-10-04 08:43:08 +02:00
actions added the method for checking args for emptiness 2021-09-02 12:13:12 +02:00
audio added logs remover and LOGGER_DEBUGLEVEL_ENABLED cmake option 2021-10-04 15:36:54 +02:00
fonts Merge pull request #8853 from Jojo-Schmitz/leland-update-master 2021-09-14 22:04:25 +02:00
global added logs remover and LOGGER_DEBUGLEVEL_ENABLED cmake option 2021-10-04 15:36:54 +02:00
midi Follow up for #8897 2021-08-23 11:11:23 +02:00
network changed namespace for modularity 2021-06-30 17:18:03 +02:00
shortcuts Simplified the canvas page 2021-09-15 15:16:02 +02:00
system added make backup 2021-07-29 14:56:00 +02: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 fixed code style 2021-10-04 15:29:27 +02:00
uicomponents Implemented accessibility for note popup 2021-10-04 15:29:27 +02:00
vst Fixed build for Linux 2021-09-30 17:39:17 +02:00
CMakeLists.txt moved midi_old to engraving/compat/midi 2021-08-16 18:29:07 +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