Skip to content

Instantly share code, notes, and snippets.

@mohayonao
Created October 21, 2013 00:36
Show Gist options
  • Save mohayonao/7077080 to your computer and use it in GitHub Desktop.
Save mohayonao/7077080 to your computer and use it in GitHub Desktop.
Synth.def ->
freq = 440 + MouseButton.kr(0, 440, lag:0)
Out.ar(0, SinOsc.ar(freq, mul:0.5))
.play()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment