Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

levinericzimmermann/mu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mu

MU is deprecated and has been replaced by mutwo.

Build Status Coverage Status

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:

installation:

  $ git clone "https://github.com/levinericzimmermann/mu"
  $ cd mu/
  $ pip3 install -r requirements.txt
  $ pip3 install .