Skip to content

Instantly share code, notes, and snippets.

@andrewcsmith
Last active December 14, 2015 00:49
Show Gist options
  • Save andrewcsmith/5001910 to your computer and use it in GitHub Desktop.
Save andrewcsmith/5001910 to your computer and use it in GitHub Desktop.
x = {|gate=1| Out.ar([0,1], EnvGen.ar(Env.asr(0.1, 1, 0.1), gate, doneAction: 2) * Splay.ar({[SinOsc.ar(80, 0, 0.05)] ++ Resonz.ar(WhiteNoise.ar(1), ExpRand(310,330), 0.01)}.dup(20) ++ {SinOsc.ar(ExpRand(200,280), 0, 0.01)}.dup(20) ++ [SinOsc.ar(84, 0, 0.1)] ));}.play;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment