MuseScore/src/framework
jessjwilliamson 4bc71f1b8a
Merge pull request #10191 from Eism/app_title_font_fix
[MU4] App title bar font fix
2022-03-04 10:51:09 +00:00
..
accessibility Sending appropriate text change signals instead of a single cursor change signal 2022-02-03 13:02:38 +02:00
actions [MU4] port remaining actions from MU3 (WIP) 2021-12-03 18:41:05 +02:00
audio Tuned up fluid synthesizer 2022-03-03 20:13:54 +02:00
fonts Merge pull request #8853 from Jojo-Schmitz/leland-update-master 2021-09-14 22:04:25 +02:00
global Added convenient method for SharedHashMap container 2022-03-01 19:55:13 +02:00
midi Fix MIDI input on macOS 11.0 and higher 2022-03-03 15:28:56 +01:00
mpe Fixed dynamics processing 2022-03-03 21:41:44 +02:00
network changed namespace for modularity 2021-06-30 17:18:03 +02:00
shortcuts Merge pull request #10648 from Jojo-Schmitz/compiler-warnings 2022-02-25 23:20:11 +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 Using default system font for app title bar 2022-03-03 18:24:10 +02:00
uicomponents Merge pull request #10619 from cbjeukendrup/palettespanelcontextmenumodel 2022-02-28 17:25:00 +02:00
vst Validate note on and note off events for VST synthesizer 2022-03-02 21:34:14 +02:00
CMakeLists.txt Remove Telemetry module; transfer CrashHandler to Diagnostics module 2021-12-13 11:35:19 +03: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