Submit
Browse
Anonymous
Login
RSS
SuperCollider Code
Fork Code: Shaman ceremony
name
code content
play{ p=LFPulse; n=LFNoise1; Limiter.ar( GVerb.ar( LPF.ar(LeakDC.ar( mean({|n|(p.ar(n*1e2+50*p.kr(4-n/[4,7,5]).sum+3e2)*p.kr(n+1*2,0,0.8).lag(0.1))}!3) ),4000) * 0.4, 200, 9, 0.6, 0.5, 40, 1, 0.15, 0.25 ).madd(0.8) + GVerb.ar( {|i|BPF.ar(PinkNoise.ar(Decay.ar(Impulse.ar(2,0.95+n.kr(1,0.08)),rrand(0.2,0.4),2)).tanh,600*i+1200,0.4)}.dup(6).sum*1.2, 90, 3, 0.7, 0.5, 30, 1, 0.2, 0.3 ) + Splay.ar( {|i|Ringz.ar(LPF.ar(Impulse.ar(6,n.kr(1,0.08)),4000),6*i+40+n.kr(30,2),0.5,n.kr(3).range(4,8)).tanh}.dup(3),0.5 ).madd(0.3) ) }
code description
based on my glitch folk tweets, added handclaps and shaman drumming.
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