stardate 20231002

I just don’t blog, now, do I. But I sometimes make a thing. Supercollider sequence.

This is a mix of 4 tweets from Fredrik Olofsson, more or less turned on an off on a whim.

The supercollider sounds are more or less copies from old sctweets by Olofsson. He’s genius :)

You can find them there. http://sccode.org/1-4Qy

// --tweet0140
x={a=LFTri;LFPulse.ar(a.ar(Duty.ar(1/8,0,Dswitch([Dseq((1..8),4),Dseq([60,1,2],[4,3])]/2,Dseq([0,1],99))*99),0,3e3,300))}.play// #SuperCollider
x.free

// --tweet0141 Start with this and THEN do 0140 and proceed
y={Mix({|i|BPF.ar(a=Pulse;a.ar(i+[50,a.ar(1/16).lag2(i)+2*99]@@i,a.ar(j=i+1)*a.ar(j)+a.ar(1/12).lag3(10)),j*500)}!8)/3!2}.play// #SuperCollider
y.free

//--tweet0142
z={Splay.ar({|i|HPF.ar(a=Pulse;a.ar(a.ar(i+4/32).lag3(0.1,8-i)+1*99,a.ar(j=i+1)*a.ar(i+8/j)+a.ar(8/j).lag3(8)),50)}!8)/2}.play// #SuperCollider
z.free

//--tweet0143
r={l=LocalBuf(b=1e4,2);{|i|BufWr.ar(a=LFTri.ar(i+1*[8,19.2]),l,a/[i+1]*b)}!3;LPF.ar(PlayBuf.ar(2,l,1/9,1,0,1).clip2,b)/2}.play// #SuperCollider
r.free