The Patchbay_

Overtone

Clojure toolkit for programmable, collaborative music built on the SuperCollider synthesis engine.

LanguageClojure
CategoryLive coding
LicenseMIT
PlatformsmacOS Windows Linux
Installdeps.edn: overtone/overtone {:mvn/version "0.16.3331"}
First released~2011
MaintainedYes
LinksWebsite · Source

Strengths

Limitations

Best for

Clojure/Lisp developers doing synth design and live-coded music.

Minimal example

(use 'overtone.live)
(demo (sin-osc 440))
(definst beep [freq 440] (sin-osc freq))
(beep 300)

Alternatives to Overtone

Sonic PiTidalCyclesFoxDotExtempore

← Back to all tools