Skip to content

philandstuff/skillsmatter-overtone-examples

Repository files navigation

Skillsmatter Overtone Examples

Getting started with Eclipse

  • 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

Getting started with Emacs

  • 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.

License

Copyright (C) 2011-12 Philip Potter

Distributed under the Eclipse Public License, the same as Clojure.

About

Examples for my December 2011 workshop at skillsmatter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published