Skip to content

Architecture overview

Igor Korsukov edited this page Jan 26, 2021 · 1 revision

Architecture

mue_general

Each rectangle is a module in the system. Modules interact with each other through interfaces using dependency injection, actions and notifications.

Testing

Translation

Compilation

  1. Set up developer environment
  2. Install Qt and Qt Creator
  3. Get MuseScore's source code
  4. Install dependencies
  5. Compile on the command line
  6. Compile in Qt Creator

Beyond compiling

  1. Find your way around the code
  2. Submit a Pull Request
  3. Fix the CI checks

Misc. development

Architecture general

Audio

Engraving

Extensions

Google Summer of Code

References

Clone this wiki locally