«Radiophoni» by nathanielvirgo
on 26 Aug'11 14:07 inPutting FreqShift in a feedback loop to produce sound effects in the style of the BBC Radiophonic Workshop.
Requires Feedback quark.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
// 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); }) } )
reception
comments