keygen
Keygen composes original music in the form of midi files.
Usage
Write a song with modal mixture:
python3 keygen.py 'c_major' 'minor'
Write a song with a single mode:
python3 keygen.py 'd_dorian'
Let the software decide the key and modes:
python3 keygen.py
Requirements
pip3 install -r requirements.txtThis will installmidoand my music theory librarymidi-abstraction.