«SplatterPillar» by Modanung

on 03 Mar'16 16:00 in code forksamplehexonsplatter

This is the sound a Klå pilot makes when he's being "uploaded". [Video]

1
2
3
4
5
6
7
8
9
10
11
12
13
14
(
play{
    p=LFPulse;
    n=LFNoise1;
    Limiter.ar(
		GVerb.ar(
            {|i|BPF.ar(PinkNoise.ar(Decay.ar(Impulse.ar(0.23,0.95+n.kr(0.1,0.023)),rrand(0.2,0.4),2)).tanh,300*i+666,0.4)}.dup(6).sum*1.2,
            23, 0.23, 0.666, 0.5, 30, 1, 0.2, 0.3
        ) + Splay.ar(
            {|i|Ringz.ar(Pulse.ar(Impulse.ar(0.23,n.kr(1,0.08)),4),13*i+105+n.kr(50,23),0.13,n.kr(5).range(1,8)).tanh}.dup(23),0.05
        ).madd(0.1)
    )
}
)
raw 452 chars (focus & ctrl+a+c to copy)
reception
comments