MuseScore/src/framework
RomanPudashkin 771f7a6001
Merge pull request #11227 from RomanPudashkin/unclickable_controls_fix
[MU4] Fix #10954: Can't use first six volume or pan sliders when mixer(F10) is undocked (Windows only)
2022-04-18 17:49:54 +02:00
..
accessibility Fixed returning focus child 2022-03-23 11:09:33 +02:00
actions [MU4] port remaining actions from MU3 (WIP) 2021-12-03 18:41:05 +02:00
audio Merge pull request #11227 from RomanPudashkin/unclickable_controls_fix 2022-04-18 17:49:54 +02:00
fonts Merge pull request #8853 from Jojo-Schmitz/leland-update-master 2021-09-14 22:04:25 +02:00
global [engraving] replaced QList to std. Part 5 2022-04-18 16:30:39 +03:00
midi Fix MIDI input on macOS 11.0 and higher 2022-03-03 15:28:56 +01:00
mpe Fix #11203: iterator vs integer type mismatch 2022-04-18 11:43:13 +02:00
musesampler Code-style fixes 2022-04-08 18:31:30 +02:00
network changed namespace for modularity 2021-06-30 17:18:03 +02:00
shortcuts Fix keyboard shortcut for full screen 2022-03-31 00:13: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 Implemented updating ToolConfigs stored in workspace 2022-04-18 15:45:32 +03:00
uicomponents Merge pull request #11140 from RomanPudashkin/master_palette_dialog 2022-04-15 17:34:00 +02:00
vst moved the top-level window implementation from AbstractVstEditorView to its separate component 2022-04-15 15:39:43 +02:00
CMakeLists.txt Added MuseSampler module 2022-04-08 18:21:31 +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