.. figure:: assets/maelzel-logo.svg :width: 400px ======= maelzel ======= **maelzel** is a framework for computer music in python. It provides datatypes to define *notes*, *chords*, *sequences*, *voices*, *scores*, etc. These can be represented as notation or used for audio synthesis. Other functionality includes working with sound (audio samples, sound analysis, dsp), transcription, acoustics, etc. ---------------- Quick Start ----------- **maelzel** needs a python version >= 3.9. Installation:: pip install maelzel There are **external dependencies** which need to be installed manually: * **csound** >= 6.18. (https://csound.com/download.html). For more information see :doc:`Installation` ----------------- Introduction ------------ .. toctree:: :maxdepth: 2 Introduction Tutorial -------- .. toctree:: :maxdepth: 2 Tutorial ----------------- Reference --------- .. toctree:: :maxdepth: 2 Reference Installation