An open API service indexing awesome lists of open source software.

https://github.com/jackrusher/clj-markov-melody

Having a play with Markov chain melody generation in Clojure.
https://github.com/jackrusher/clj-markov-melody

Last synced: 10 days ago
JSON representation

Having a play with Markov chain melody generation in Clojure.

Awesome Lists containing this project

README

        

# clj-markov-melody

A small experiment in generating Markov melodies from MIDI score
inputs. Scoring and playback are provided by the
[jMusic library](http://explodingart.com/jmusic/). In order for this
software to work, you must download a copy of jMusic1.6.3.jar to the
root of the project tree.

## License

Copyright © 2012 Jack Rusher

```clojure
;; ----------------------------------------------------------------------------
;; "THE TEA-WARE LICENSE" (Revision 1.414):
;; wrote this file. As long as you retain this notice you
;; can do whatever you want with this stuff. If we meet some day, and you think
;; this stuff is worth it, you can buy me a cup of tea in return.
;;
;; See also: http://en.wikipedia.org/wiki/Beerware#License
;; ----------------------------------------------------------------------------
```