Clock.clear() Clock.bpm = linvar([60, 300], 8) Scale.default = "locrian" e1.stop() e2 >> scratch(PRand(0,8), dur=PRand(1,16)/4, amp=1.8, oct=PRand(2,8), chop=PRand(1,64), formant=linvar([0,16],2)).shuffle() e2.stop() e3 >> scratch(PRand(0,8), dur=PRand(1,16)/32, amp=2.4, oct=PRand(2,6), chop=PRand(16,64), formant=linvar([0,16],1/4), room=1.4, mix=0.6).shuffle() e3.stop() e4 >> play("X ", amp=PRand(0,1)*5, room=PRand(0,2)+1, mix=PRand(0,1)*0.8); e4.stop() e5 >> play("([++++] ) ( //)H", amp=2) e5.stop() e6 >> play("[XXXXX] [OO]T", rate=PRand(0,12)/4 , amp=2.6, formant=PRand(1,8)).shuffle() e6.stop() e7 >> play("o(**X[XX])", amp=linvar([0, 2], 16)) e7.stop() a1 >> sawbass(var(P[:0,3,5,5,6,0],[4,4,8]), dur=0.1, sus=1.0, oct=5, amp=1.0).shuffle() a2 >> varsaw([(2,5,7),(3,6,8)], oct=5, amp=1.0, dur=30, sus=12.0, room=2.0, mix=1.0) a3 >> play("h") a_all.stop() p1 >> play ("rugeuse_limace", amp=2) p1.stop()