«more, more, more ( was Re: endless Roger Corman movie» by alln4tural

on 03 Nov'12 17:29 in sctweetcode fork

a remix with more melodic content, and -- more importantly -- more zapguns.

1
2
3
4
5
6
7
8
9
10
11
12
13
fork{
  loop{
    play{
     Splay.ar(
//       {Klank.ar(`[99.rand*(1..9)],Crackle.ar(2,0.01))*LFGauss.ar(9,1/4,0,0,2)}!2
         {Klank.ar(`[13.rand*(55/4)*(1..8)],Crackle.ar(2,0.005))*LFGauss.ar(9,1/4,0,0,2)}!3
//       {Klank.ar(`[12.rand+1*(55/4)*(1..8)],Crackle.ar(2,0.005))*LFGauss.ar(9,1/4,0,0,2)}!3 // no zapguns
//       {Klank.ar(`[((55/2)+(7.rand*2*(55/24)))*(2**(0..8))],Crackle.ar(2,0.005))*LFGauss.ar(9,1/4,0,0,2)}!5 // no zap, no static
     )
    };
    1.wait;
  }
};
raw 498 chars (focus & ctrl+a+c to copy)
reception
comments
kgwgk user 03 Nov'12 20:58

Ingenious!