Submit
Browse
Anonymous
Login
RSS
SuperCollider Code
Fork Code: distortion wave
name
code content
( a = { |freq = 40, wid = 0.5| Mix(LFPulse.ar(freq *((Array.fill(40, Pxrand((1, 2..20), inf).iter)/1000)+1), 0, wid, 0.05) ).dup }.play; ) //more distorsion ~widlfo = {Saw.kr(0.5).range(0,1)}; a.set(\wid, ~widlfo); //stop a.release;
code description
Detune idea is from James Harkins.
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