Submit
Browse
Anonymous
Login
RSS
SuperCollider Code
Fork Code: Radiophoni
name
code content
// up ( play{ x = BPF.ar( PinkNoise.ar(0.2!2), 100, 0.2 )*Line.kr(1,0,1); Fb({ |fb| FreqShift.ar(fb+x, 5); }) } ) // down ( play{ x = BPF.ar( PinkNoise.ar(0.2!2), 8000, 0.2 )*Line.kr(1,0,1); Fb({ |fb| FreqShift.ar(fb+x, -4); }) } )
code description
Putting FreqShift in a feedback loop to produce sound effects in the style of the BBC Radiophonic Workshop. Requires Feedback quark.
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