Submit
Browse
Anonymous
Login
RSS
SuperCollider Code
Fork Code: electric hum
name
code content
( Ndef(\eHum).addSpec(\fFreq, ControlSpec(25, 1000, \lin, step: 25)); Ndef(\eHum).addSpec(\fRq, [0.01, 0.2]); Ndef(\eHum).addSpec(\fFreqIdx, [0, 8, \lin, 0.2]); Ndef(\eHum).fadeTime = 2; Ndef(\eHum, {|fFreqIdx = 1, fRq = 0.1| var src = Impulse.ar([50, 75, 100]); // three sources var fFreq = (25 * (2 ** fFreqIdx)); Splay.ar((BPF.ar(src, fFreq, fRq))* 8) }) ) Ndef(\eHum).gui;
code description
Example sound explored in the temporary event Creating soundscapes with live coding techniques https://temporary.fi/experiments/creating-soundscapes-with-live-coding-techniques
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