[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-users] for yoko...



This is fun! I always wondered if anybody was doing harsh noise with supercollider. Got anything else you want to post?

On Apr 28, 2004, at 10:02 AM, oliver delano wrote:

(	//defaults
var sf;
sf= SF3("a11wlk01.wav",2);

//144 bpm
BBCut(BBCG(
[
BBCSFinal(0.5,0,{arg in;

Resonz.ar(1000000*InFeedback.ar(17,1)*in,MouseX.kr(100,10000),MouseY.kr (0.01,1));
}),
BBCutSynthSF(sf)],Group.new, 17), WarpCutProc1.new).tempo_(2.4).go;
)