summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/example_song.clj11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/example_song.clj b/src/example_song.clj
deleted file mode 100644
index 096c686..0000000
--- a/src/example_song.clj
+++ /dev/null
@@ -1,11 +0,0 @@
-(ns example-song
- (:require [missionary.core :as m]
- [notation :refer [note poly group]]))
-
-(defn melody [clock]
- (m/signal
- (group clock 0 2
- (poly (note clock 0 4 1)
- (note clock 0 5 3)
- (note clock 0 3 5)
- (note clock 2 1 7)))))