Submit
Browse
Anonymous
Login
RSS
SuperCollider Code
Fork Code: FX For Bass Guitar
name
code content
play{a=15;b=15;c=100;x=SoundIn.ar([0,1]);y=x;a.do{|i|y=y+(CombL.ar(x,3,(i+1)/b,3)/(a-i))};y*SinOsc.ar(c)} //FX For BassGuitar #Supercollider
code description
Interesting delay FX for audio input tweet. I only tried it on bass guitar but would likely work on anything. Seems to sound better on shorter, percussive notes.
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