This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; Minimal example of how to play a melody using Clojure/Overtone/Leipzig, based on code | |
;; at https://github.com/ctford/leipzig | |
;; by Lee Spector, [email protected], 20140204 | |
;; Add the following to your dependencies in project.cl, and do "lein deps" if your environment requires it: | |
;; [leipzig "0.7.0"] | |
(ns notes.core | |
(:use [leipzig melody scale live] |