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.
- Host: GitHub
- URL: https://github.com/jackrusher/clj-markov-melody
- Owner: jackrusher
- Created: 2012-12-16T13:37:00.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-17T15:21:09.000Z (over 12 years ago)
- Last Synced: 2025-03-26T08:47:35.535Z (27 days ago)
- Language: Clojure
- Size: 148 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
;; ----------------------------------------------------------------------------
```