Skip to content

Instantly share code, notes, and snippets.

@reprimande
Created February 12, 2019 18:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reprimande/e3a2acf4a2af7bbca16bae91ea9f0f02 to your computer and use it in GitHub Desktop.
Save reprimande/e3a2acf4a2af7bbca16bae91ea9f0f02 to your computer and use it in GitHub Desktop.
{
l=LocalIn.ar(2);
a=SinOscFB.ar(
[LFNoise2.kr(0.00001).range(0.00001,0.1)**l[1],LFNoise2.kr(0.00002).range(0.00001,0.1)**l[0]],
LFNoise0.kr(LFNoise2.kr(LFNoise2.kr(0.00003).range(0.00001,10)).range(0.001,5)**l).range(0.0125,4));
b=([
IFFT(PV_BrickWall(FFT(LocalBuf(2048),a[0]),LFNoise0.kr(LFNoise2.kr(0.00002).range(0.000001,2)**l[1]))),
IFFT(PV_BrickWall(FFT(LocalBuf(2048),a[1]),LFNoise0.kr(LFNoise2.kr(0.000021).range(0.000001,2)**l[0])))
]**l).tanh;
LocalOut.ar(b);
b
}.play
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment