MuseScore/src/framework
RomanPudashkin ab0545fcc1
Merge pull request #9741 from cbjeukendrup/timesigpropertiesdialog_icons
Fix icons in all QWidget dialogs (on macOS)
2021-11-16 13:51:27 +02: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 Fix redrawing VolumeSlider component 2021-11-16 12:21:17 +01:00
fonts Merge pull request #8853 from Jojo-Schmitz/leland-update-master 2021-09-14 22:04:25 +02:00
global Fix icons in all QWidget dialogs on macOS 2021-11-16 12:24:36 +01: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 Try fix hovering flat QWidget button 2021-11-16 12:24:36 +01:00
uicomponents Merge pull request #9734 from RomanPudashkin/dock_system_stabilization 2021-11-15 08:09:23 -08: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