Clock.clear() Clock.bpm = 140 Scale.default = "minor" e1.stop() e2 >> scratch(PRand(0,8), dur=PRand(1,16)/4, amp=3, oct=PRand(2,8), chop=PRand(1,64), formant=linvar([0,16],1)).shuffle() e2.stop() a1 >> jbass([0,2,3,4,3,0], dur=[2,1,1,1,1,3], sus=1.0, oct=5, amp=2) a1.stop() p1 >> play ("tendre_R2D2", amp=2) p1.stop() p2 >> play ("111 121 ", amp=0.2, pshift=-9) p2.stop()