Submit
Browse
Anonymous
Login
RSS
SuperCollider Code
Fork Code: Thumper
name
code content
( { var nse, env, kic; kic = tanh(Ringz.ar(LPF.ar(Trig.ar(Impulse.ar(1.0),SampleDur.ir),1000),30,0.25,7).sin*2); env = Env.perc(0.05, 1, 1, -4); nse = BrownNoise.ar(2) + PinkNoise.ar(0.5) * EnvGen.kr(env,Impulse.kr(1), doneAction: 2); nse = Mix.ar(BPF.ar(nse,[100,1200,80,40,20],MouseX.kr(0,1),[1,0.2,1,1,1])); nse = LPF.ar(nse + kic, MouseY.kr(100,1000))! 2 }.play )
code description
A muffled thump. An attempt at a Jurassic Park © glass of water sort of thing - or breaking into a silo.
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