«poor man's panning» by telephon

on 23 Sep'11 20:58 in howtoeducationalartmicrotiming

If you are too poor to afford changing the amplitudes of a stereo signal, just let the channels wait. But the signal frequency is an impasse that is to be valued in itself.

1
2
3
4
5
6
7
// poor man's panning
{
	var f, hornbostelwertheimerkonstante;
	f = MouseY.kr(1, 100, 1);
	hornbostelwertheimerkonstante = 0.00063;
	Impulse.ar(f, hornbostelwertheimerkonstante * f * [1, MouseX.kr(0, 2)], 0.1) 
}.play
raw 223 chars (focus & ctrl+a+c to copy)
reception
comments