Composition Series: 1. Eyes Bli(p)

This is an attempt to compose interesting works of music in SuperCollider, using as less code as possible. This is the first track.

1. Eyes Bli(p)
scope{x = Duty.kr(Dseq([0.1, 0.2, 0.1, 0.2, 0.3], inf),0, Dseq([10, 20, 15, 18, 20], inf)); FreeVerb.ar(RLPF.ar(Blip.ar(LFNoise0.kr([XLine.kr(x/6, x/2, 60),XLine.kr(x/2, x/8, 180)], XLine.kr(x*2, x/8, 120))) * EnvGen.kr(Env([0,5,6,0],[10,230,20],\welch))), Line.kr(10, 0.7, 120))}

Cygnus Sat, 16 April 2011, 15:16PM