mirror of
https://github.com/Clortox/markov-music.git
synced 2025-06-19 19:02:10 +00:00
markov-music
Markov chains are a map of probabilities of one discrete state transitioning to another. This is a simple implementation of them to create chord progressions. They are pretty straight forward and could be great for practicing quickly playing chords on piano/guitar
Use
To compile and run
make all
./bin/markov-music
Description
Languages
C
88.3%
Makefile
11.7%