«goofy sounds» by unknown

on 15 Oct'16 08:49 in scubruno115musc

number 10 for Quiz 4a

1
2
3
4
5
6
7
8
9
10
11
12
(
{
	var tri, bpf;
	tri = LFTri.ar(
		freq: [440,340, 513],
		mul: LFPulse.kr(
			freq: [6,3,2],
			width: 0.15));
	bpf = SinOsc.ar(in: tri, freq: LFNoise2.kr(4).range(400,1000));
	Splay.ar(tri,bpf);
}.play;
)
raw 220 chars (focus & ctrl+a+c to copy)
reception
comments