diff options
Diffstat (limited to 'src/main.clj')
| -rw-r--r-- | src/main.clj | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main.clj b/src/main.clj index d3f7ce0..74982ed 100644 --- a/src/main.clj +++ b/src/main.clj @@ -1,7 +1,8 @@ (ns main (:require [missionary.core :as m] [clojure.set :refer [difference union]] - [portal :refer [>portal-main rec show-portal hide-portal +cap -cap cap]])) + [portal :refer [>portal-main rec show-portal hide-portal +cap -cap cap]] + [notation :refer [melody]])) ;; How many times per second are output continuous values sampled and turned ;; into events? @@ -73,7 +74,7 @@ ;; but not at all if nothing has changed (m/sample vector - >notes-on + melody clock)))) (def process-midi-toggle-events |
