Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.35 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.35 KB

tones

ClojureBridge capstone app using Overtone to make sounds.

Usage

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

    • run (require 'tones.play)
    • change namespace by (ns tones.play)
    • run (piano)

Curriculum

Overtone and SuperCollider Resources

License

Creative Commons License
ClojureBridge Curriculum by ClojureBridge is licensed under a Creative Commons Attribution 4.0 International License.