Skip to content

Instantly share code, notes, and snippets.

@rosejn
Created November 14, 2009 22:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rosejn/234818 to your computer and use it in GitHub Desktop.
Save rosejn/234818 to your computer and use it in GitHub Desktop.
(use 'overtone.sc)
(boot)
(hit) ; makes a test noise
(hit (now) "kick") ; hits the kick drum right now
(hit (+ (now) 1000) "kick") ; hits the kick drum in 1 second (1,000 ms)
(quit)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment