MuseScore/src/framework
Casper Jeukendrup 1de069e716 Add missing operators to Char
Otherwise, sometimes the operators from QChar would be used due to automatic Char <-> QChar conversion.
2022-06-17 17:33:21 +03:00
..
accessibility Merge pull request #12010 from Eism/accessibility_orca_optimization 2022-06-15 18:10:44 +02:00
actions [MU4] port remaining actions from MU3 (WIP) 2021-12-03 18:41:05 +02:00
audio fix #11874: changed the dialog content to accommodate the warning about the existence of the file 2022-06-09 14:13:24 +02:00
fonts Use qt5_add_big_resources where appropriate 2022-04-22 14:16:18 +03:00
global Add missing operators to Char 2022-06-17 17:33:21 +03:00
midi added zip reader/writer facade 2022-05-19 16:05:10 +03:00
mpe Replaced QFileInfo to mu::io::FileInfo 2022-05-24 12:40:42 +03:00
musesampler Replaced QFileInfo to mu::io::FileInfo 2022-05-24 12:40:42 +03:00
network Spelling (#11566) 2022-05-15 16:35:32 +02:00
shortcuts Workaround for triggering shortcuts for non-English keyboard layouts 2022-06-08 07:59:49 +03:00
testing Merge pull request #11551 from Eism/backend_logging_fix_mu4 2022-05-09 12:19:02 +03:00
ui Merge pull request #11934 from cbjeukendrup/beam_mode_tooltips 2022-06-16 17:23:47 +02:00
uicomponents Fix popup background color once again 2022-06-11 19:24:02 +02:00
vst Fixed a build for Linux and renamed method 2022-06-16 18:10:24 +02:00
CMakeLists.txt added iodevice and file 2022-05-06 11:21:32 +03:00
README.md Spelling (#11566) 2022-05-15 16:35:32 +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 account
  • and etc