Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.43 KB

File metadata and controls

37 lines (25 loc) · 1.43 KB

Tones Project

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

Contributors to original repository

  • @yokolet
  • @dchelimsky
  • @howardabrams

License

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