Generate randomized musical compositions based on probabilities.
By: Alexander VanTol
Generate randomized musical compositions based on probabilities.
There are a few scripts included to show how this can be used at the moment.
Just run the .bat files in the root directory.
I’ve included the executables necessary in the root dir of this repo.
You need a midi player if you want to play the resulting .mid files.
I recommend [timidity]
(https://wiki.archlinux.org/index.php/timidity).
You can install timidity
with:sudo apt-get install timidity
Also, you’ll need Lilypond (a program for creating music notation in PDF’s).
Follow the directions here to install.
Finally, you need to make sure that cfg/config.py has the correct location for
lilypond. Set the LILYPOND_INSTALLATION variable.
TODO: Add link to documentation
See documentation here.