- Install eclipse and counterclockwise, the clojure plugin for eclipse, by following the first two steps here.
- Clone this repository in git
- In eclipse, go File->Import->Existing Projects into Workspace
- Open src/skillsmatter_overtone_examples/sounds.clj and run cmd-alt-L to load in the REPL
- Install emacs and ensure it has clojure-mode
- Install leiningen, the build tool for clojure
- Install swank-clojure
- From the command line inside the project, run 'lein swank' to start the server
- From emacs, run M-x slime-connect to connect to it
These examples were written up for an Overtone workshop at the Clojure Exchange to demonstrate a number of basic things you can achieve with Overtone.
Copyright (C) 2011-12 Philip Potter
Distributed under the Eclipse Public License, the same as Clojure.