// title: poor man's panning // author: telephon // description: // 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. // code: // 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