Skip to content

Commit

Permalink
tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
philandstuff committed Nov 11, 2011
1 parent 36a8420 commit 5eb7c5e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 14 deletions.
13 changes: 0 additions & 13 deletions README

This file was deleted.

18 changes: 18 additions & 0 deletions README.md
@@ -0,0 +1,18 @@
# beat-monad

An example of scheduling using `cont-m`.

## Example

To use this, start a repl and run:

(use 'overtone.core)
(boot-external-server)
(use 'beat-monad.core)
(play-all)

## License

Copyright (C) 2011 FIXME

Distributed under the Eclipse Public License, the same as Clojure.
2 changes: 1 addition & 1 deletion src/beat_monad/core.clj
Expand Up @@ -71,7 +71,7 @@
(metro-beat metro 2 #(beep (next-freq 7)))
]))

(defn play-shit []
(defn play-all []
(do
(loop-metro drums metro)
(loop-metro choon metro)))
Expand Down

0 comments on commit 5eb7c5e

Please sign in to comment.