Skip to content

Instantly share code, notes, and snippets.

@moxuse
Created August 31, 2011 09:58
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 moxuse/1183210 to your computer and use it in GitHub Desktop.
Save moxuse/1183210 to your computer and use it in GitHub Desktop.
LinCong Oscllator
ProxySpace.push(s.boot);
~a.play;
(
~a.source={
AllpassC.ar(Mix.fill(12,{SinOsc.ar({[0,5,7,9,12,-12,17].choose+80}.midicps*{[1,0.5,2,0.666,0.75].choose},0.9.rand , LinCongC.ar(
SampleRate.ir/2,
LFNoise0.kr(0.3, 0.1, 0.1),
LFNoise0.kr(0.4, 0.5, 0.1),
LFNoise1.kr(0.1,0.8)
) * 0.2 )}),0.25,{[0.04.rand,0.05.rand]+0.01},{[0.4.rand,0.3.rand]+0.1});
}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment