«#10 Quiz 4A Alex Heldt» by unknown

on 15 Oct'16 08:23 in

LFTri that plays in a single channel with frequent amplitude shifts.

1
2
3
4
5
6
7
8
(
{
	var freqs = [200, 600, 400, 450, 150, 20, 800];
	var amps = Saw.ar(freq: [2,3, 5]).range(1, 0.5, 0.3, 0.8);
	var snd = LFTri.ar(freq: freqs, mul: amps);
	Mix.ar(snd)
}.play;
)
raw 187 chars (focus & ctrl+a+c to copy)
reception
comments