Created
August 31, 2011 09:58
-
-
Save moxuse/1183210 to your computer and use it in GitHub Desktop.
LinCong Oscllator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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