Skip to content

michalpawlowicz/Melody-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Melody-Generator

Overview

This is implementation of Markov Chain that generates noncomplicated melody in MIDI format, based on some exemplary input.

What is Markov Chain?

Marcov chain is mathematical system which provides as with probability of transition for one state to another. It can be characterize as memoryless proces because the next state depends only on current state and not on events which leads us to that state. Read more: Wikipedia

Usage

Git clone

git clone https://github.com/michalpawlowicz/Melody-Generator.git

or download and unpack the zip file.

cd Melody-Generator

Running

python run.py output_file_name [optional arguments]

Run python run.py -h for more help.

Requirements

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages