«Nuclear Fallout» by kkomers

on 15 Oct'16 01:03 in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
(
{
	var saw, bpf;
	saw = Saw.ar(
		freq: [60,150],
		mul: LFPulse.kr(
			freq: [2,3],
			width: 0.15));
	
	{ BPF.ar(
	in: WhiteNoise.ar(mul: 1),
	freq: 1000,
	rq: 0.9
	)
}

}.play;
)
raw 200 chars (focus & ctrl+a+c to copy)
reception
comments