---
title: symusic Documentation
---
# symusic Documentation
This site is the canonical documentation for symusic and is published on Read the Docs at
. It consolidates tutorials, task-focused examples,
conceptual guides, and API reference material for the Python and C++ binding layers.
> The legacy mdBook at remains online as an archive for
> historical links. Prefer the Read the Docs site for current behavior and versioned releases.
```{toctree}
:maxdepth: 1
:caption: Start Here
introduction
quickstart
faq
```
```{toctree}
:maxdepth: 1
:caption: Tutorials
tutorials/index
tutorials/midi_operations
tutorials/pianoroll
tutorials/synthesis
tutorials/data_processing
```
```{toctree}
:maxdepth: 1
:caption: Guides and Recipes
examples/index
```
```{toctree}
:maxdepth: 1
:caption: Core Concepts
concepts/index
concepts/score
concepts/track
concepts/events
concepts/time_units
concepts/generics
concepts/synthesis
```
```{toctree}
:maxdepth: 1
:caption: API Reference
api/index
api/core/index
```
```{toctree}
:maxdepth: 1
:caption: Contributing
development
project_notes
```
```{toctree}
:maxdepth: 1
:caption: Legacy Material
legacy
```