MU is deprecated and has been replaced by mutwo.
Representation of different musical content, e.g. Harmony, Melody and Rhythm. Might be useful for algorithmic composition.
Current status:
- implemented basic representation of
- pitch
- harmony
- rhythm
- time
A good place to start to get an overview of mus current functionality are the different Jupyter Notebooks:
- Introduction to mus Just Intonation support
- Introduction to mus Rhythm abstraction
- Introduction to mus different event classes
$ git clone "https://github.com/levinericzimmermann/mu"
$ cd mu/
$ pip3 install -r requirements.txt
$ pip3 install .