Skip to content

Instantly share code, notes, and snippets.

@mohayonao
Created December 19, 2013 22:02
Show Gist options
  • Save mohayonao/8047000 to your computer and use it in GitHub Desktop.
Save mohayonao/8047000 to your computer and use it in GitHub Desktop.
(->
vco = Pulse.ar(LFNoise0.kr(10, mul:880, add:1760), width:0.8)
vca = LFSaw.kr(1)
efx = CombL.ar(vco * vca, decaytime:0.5, delaytime:0.1)
).play()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment