Gentone is a music composition library for generating tree-based melodic sequences using functional genetic programming.
First, make sure you have Leiningen.
$ brew install leiningenTo run an experiment, use the simple-tune function.
$ lein repl
user=> (simple-tune 7 2 4 3 50)Unit testing is necessary for good workflow.
$ lein testCopyright © 2016 Nathaniel Potrepka
Distributed under the MIT License.