MuseScore/src/framework
2022-03-21 12:23:39 +02:00
..
accessibility Fix build on non-Linux 2022-03-17 14:08:34 +01:00
actions [MU4] port remaining actions from MU3 (WIP) 2021-12-03 18:41:05 +02:00
audio AbstractSynthesizer is now working with ACTUAL timestamps 2022-03-18 19:14:07 +02:00
fonts Merge pull request #8853 from Jojo-Schmitz/leland-update-master 2021-09-14 22:04:25 +02:00
global Fix 'obsolete' warning 2022-03-17 14:08:34 +01:00
midi Fix MIDI input on macOS 11.0 and higher 2022-03-03 15:28:56 +01:00
mpe Fixed an issue with grace notes playback 2022-03-18 19:14:07 +02:00
network changed namespace for modularity 2021-06-30 17:18:03 +02:00
shortcuts Merge pull request #10735 from cbjeukendrup/tab_staff_open_string 2022-03-15 20:21: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 Added dependency on text font size 2022-03-21 12:23:39 +02:00
uicomponents Fixed navigation inside open menu 2022-03-17 17:35:59 +02:00
vst Ensure playback of grace notes, jazz articulations and etc. when they're placed at the very beginning of the score 2022-03-18 19:14:07 +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