Submit
Browse
Anonymous
Login
RSS
SuperCollider Code
Fork Code: some basic synth shamanic stuff for rising vibrational frequency
name
code content
( { ~a={SinOsc.ar([22.5, 23], mul: ChaosGen.allSubclasses.choose.ar(rrand(1, 30))* 0.3)}; ~b={SinOsc.ar([22.5, 23], mul: 0.3)}; ~c={SinOsc.ar([22.5, 23]*400, mul: ChaosGen.allSubclasses.choose.ar(rrand(1, 30))* 0.03)}; ~d={SinOsc.ar([22.5, 23]*400, mul: 0.03)}; Out.ar(0, ~a+~b+~c+~d); }.scope )
code description
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