Submit
Browse
Anonymous
Login
RSS
SuperCollider Code
Fork Code: Ocean of Bass
name
code content
// 2012.05.10 // Work for NX013 Class // Comment: Ocean of Bass. p = ProxySpace.push(s.boot); ~a.play; ~a = { var array; array = Array.series(rrand(1,1000),rrand(1,1000),rrand(1,30)); array = array ++ array.reverse; Pan2.ar(LeakDC.ar(Normalizer.ar( BPeakEQ.ar(BPeakEQ.ar(BPeakEQ.ar(BPeakEQ.ar(FreeVerb.ar( BPF.ar( LPF.ar(FreeVerb.ar(WhiteNoise.ar(), rrand(0.5,1.0),rrand(0.5,1.0),rrand(0.5,1.0)) ,Demand.kr(Impulse.kr(rrand(5,20)),0,Dseq(array,inf))) ,rrand(100,5000),rrand(0.1,1.0)) ,0.1,0.1,0.1) ,100,6.0,6),1000,6.0,0),5000,6.0,0),10000,6.0,6) ,(1.33/0.999)*1.0,0.1)),0) }; ~a = nil;
code description
Electronic Waves in the beach
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