Skip to content

Commit

Permalink
use (current-applet) to get the applet from quil (rather thatn *applet*)
Browse files Browse the repository at this point in the history
  • Loading branch information
gthomas committed Jul 3, 2012
1 parent 392b68c commit 3e13d44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/music_as_data/core.clj
Expand Up @@ -13,12 +13,12 @@
[music-as-data.elements]
[music-as-data.globals]
[music-as-data.record]
[music-as-data.semantics]
[music-as-data.mfunctions]
[music-as-data.signalsnotes]))

(defn setup []
"Runs once."
(swap! *minim* (fn [minim] (Minim. applet)))
(swap! *minim* (fn [minim] (Minim. (current-applet))))
(swap! *outp* (fn [out]
(.getLineOut @*minim*)))
(swap! *sine* (fn [out]
Expand Down

0 comments on commit 3e13d44

Please sign in to comment.