Created
November 18, 2013 08:10
-
-
Save mohayonao/7524359 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(-> | |
trig = Dust.kr([5, 5]) | |
freq = TIRand.kr(110, 1760, trig).lag(1) | |
SinOscFB.ar(freq, 0.5.pi()) * Decay.kr(trig, 0.25) | |
).play() |
Author
mohayonao
commented
Nov 19, 2013
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment