Composition Series: 2. Wrapin’ Low
This is an attempt to compose interesting works of music in SuperCollider, using as less code as possible. This is the second track.
2. Wrapin’ Low
scope{x = Duty.kr(Dseq([0.1, 0.2, 0.3, 0.2, 0.1, 0.5], inf), 0 ,Drand(fib(8,8,64),inf)); CombN.ar(Wrap.ar(SinOsc.ar([x*100,x/4], 0, 0.4), Line.kr(0.00001, 0.9, 180), Line.kr(0.00005, 1, 180))) }
Cygnus Sat, 16 April 2011, 16:16PM