«Breathing Ocean» by ldavidson

on 15 Oct'16 06:56 in
1
2
3
4
5
6
7
8
9
10
(
{
	var lew, bpf;
	lew = WhiteNoise.ar(
		mul: 0.5,
		add: 0.1);	
	bpf = LPF.ar(in: lew, freq: SinOsc.kr(1/8).range(100, 800));
	Out.ar(0, bpf);
}.play;
)
raw 164 chars (focus & ctrl+a+c to copy)
reception
comments