Add readme

This commit is contained in:
Tyler Perkins 2021-09-29 22:34:49 -04:00
parent 0f566741bb
commit 655a78545d
1 changed files with 16 additions and 0 deletions

16
README.md Normal file
View File

@ -0,0 +1,16 @@
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
```