ClojureBridge capstone app using Overtone to make sounds.
-
LightTable
- open
play.clj
and press Ctrl + Shift + Enter or Cmd + Shift + Enter to evaluate the file. - write
(piano)
and press Ctrl + Enter or Cmd + Enter to evaluate the form.
- open
-
REPL
- run
(require 'tones.play)
- change namespace by
(ns tones.play
) - run
(piano)
- run
ClojureBridge Curriculum by ClojureBridge is licensed under a Creative Commons Attribution 4.0 International License.