-
Java SDK (Version 8)
-
Leiningen (https://leiningen.org/)
-
editor It is highly recommended to use a text editor or an IDE .
-
jack (linux user only) see: https://overtone.github.io/docs.html#_dependencies
- start leiningen with
project.clj
- open
src/workshop/core.clj
- evaluate
(use 'overtone.live)
- evaluate
(demo 3 (sin-osc 440))
- now you will hear the beep sound
MIT