Submit
Browse
Anonymous
Login
RSS
SuperCollider Code
Fork Code: Barry's Satan Maximizer
name
code content
b = Buffer.read(s, Platform.resourceDir +/+ "sounds/a11wlk01.wav"); ( { var snd, envTime, knee, out; snd = PlayBuf.ar(1, b, BufRateScale.kr(b), loop: 1); envTime = MouseX.kr(1.0e-3, 0.1e-3); knee = MouseY.kr(0, -90).dbamp; out = DelayC.ar(snd, 0.01, envTime * 0.5) * EnvFollow.ar(snd, 1 - (envTime * SampleRate.ir).reciprocal).max(knee).reciprocal; out * 0.1!2 }.play; )
code description
a replication of the legendary LADSPA plugin of the same name, originally written by steve harris. a compressor with a super fast attack which results in harsh distortion fx. requires sc3-plugins
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