Skip to content

Instantly share code, notes, and snippets.

@mohayonao
Created November 18, 2013 08:10
Show Gist options
  • Save mohayonao/7524359 to your computer and use it in GitHub Desktop.
Save mohayonao/7524359 to your computer and use it in GitHub Desktop.
(->
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()
@mohayonao
Copy link
Author

(->t=Dust.kr(0.5);CombC.ar(SinOscFB.ar([TExpRand.kr(110,1760,t).lag(1),20],[0.5,0.7].pi())*Decay.kr(t,0.4),2,0.5,600)).play()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment