wkkuna / music_generator

First project @ University of Wroclaw. WDPC final project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

music_generator

Program that uses Markov chain and database from McGill Bilboard Project in order to play 'random' melodies.

Program parses mentioned database to abc notation, analises it, then generates sequences of chords based on trends (using Markov chain), generates txt file and uses program abcplay.py to play a created song.

In order to use a program type following in command line: To set up: make ./prepare

To run: ./run

About

First project @ University of Wroclaw. WDPC final project.


Languages

Language:C 77.2%Language:Python 19.1%Language:Makefile 3.8%