Submit
Browse
Anonymous
Login
RSS
SuperCollider Code
Fork Code: gabber kick
name
code content
( SynthDef(\gabberkick, { var snd; snd = SinOsc.ar(Env([1000, 69, 60], [0.015, 0.1], \exp).ar * [-0.1, 0, 0.1].midiratio); snd = Mix(snd); snd = (snd * 10).tanh; snd = (snd * 5.1).atan; snd = BPeakEQ.ar(snd, XLine.kr(2000, 100, 0.3), 2.0, 8); snd = snd + DelayC.ar(snd, 0.01, SinOsc.ar(4).range(0.0, 0.001)); snd = RLPF.ar(snd, 8000, 0.7); snd = snd * Env([0, 1, 0.7, 0.7, 0], [0.001, 0.01, 0.3, 0.02]).ar(2); snd = (snd * 0.6).clip(-1, 1); Out.ar(\out.kr(0), Pan2.ar(snd, \pan.kr(0), \amp.kr(0.1))); }).add; ) Synth(\gabberkick, [amp: 0.6])
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