Submit
Browse
Anonymous
Login
RSS
SuperCollider Code
Fork Code: Re: winter is coming
name
code content
( { Limiter.ar( Pan2.ar( LPF.ar( DynKlank.ar( `[ Array.rand(5, 700, 2000), nil, Array.rand(5, 0.2, 5).collect({|freq| SinOsc.kr(freq).range(0.1,1) }) ], Limiter.ar( Dust.ar( SinOsc.kr(1).range(1.5, 4), 0.45) + Impulse.ar( SinOsc.kr(0.03).range(0.5, 1.2) , 0, 0.9) ) ), 1600, 0.6 ), SinOsc.kr(0.01 + 4.rand, mul:0.5) ) + Pan2.ar( DynKlank.ar(`[ Array.rand(5, 700, 2000).collect({ |freq| SinOsc.kr( SinOsc.kr( SinOsc.kr(0.2).range(0, 10) ) ).range(100, freq) }), nil, Array.rand(5, 0.3, 1) ], PinkNoise.ar(0.006) ), Lag.kr(TRand.kr(-0.8, 0.8, Pulse.kr(2 + 10.rand))) ) ) * LorenzL.ar(MouseX.kr(0, 230), add: 0.5, mul: 0.5) }.play; )
code description
evolution of [this](http://sccode.org/1-1c)
use markdown for formating
category tags
comma separated, i.g. "wild, siren" (do not enter default SC class names, please)
ancestor(s)
comma separated identificators, i.g. "1-C,1-1,1-4M,1-x"
Private?
the code will be accessible by direct url and not visible in public activity
signup to submit public code without captcha
comment of change