MuseScore/src/framework
2023-02-14 15:51:40 +02:00
..
accessibility removed config.h 2023-02-14 15:51:40 +02:00
actions [MU4] port remaining actions from MU3 (WIP) 2021-12-03 18:41:05 +02:00
audio removed config.h 2023-02-14 15:51:40 +02:00
draw removed config.h 2023-02-14 15:51:40 +02:00
fonts fixed some includes 2022-10-12 05:23:55 -07:00
global removed config.h 2023-02-14 15:51:40 +02:00
midi Added support of multi-voice playback for FluidSynth 2022-12-01 13:39:57 +02:00
mpe cleaning project configuration 2023-02-14 15:51:40 +02:00
musesampler added isynthesizer 2023-02-09 18:11:01 +02:00
network fixed access_token update if it has expired 2022-09-12 17:49:53 +02:00
shortcuts marked the OK button as "accent" by default 2023-01-17 13:22:59 +02:00
testing removed config.h 2023-02-14 15:51:40 +02:00
ui removed config.h 2023-02-14 15:51:40 +02:00
uicomponents removed config.h 2023-02-14 15:51:40 +02:00
vst added vtest ref data and rewrite vtest logic 2023-02-09 18:11:01 +02:00
CMakeLists.txt cleaning project configuration 2023-02-14 15:51:40 +02: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