View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide

poor man's panning

// poor man's panning
{
	var f, hornbostelwertheimerkonstante, schallgeschwindigkeit;
	f = MouseY.kr(1, 365, 1);
	hornbostelwertheimerkonstante = 0.21;
        schallgeschwindigkeit = 330;
	Impulse.ar(f, hornbostelwertheimerkonstante / schallgeschwindigkeit * f * [1, MouseX.kr(0, 2)], 0.1)
}.play
**************
/*
authors so far:
jrh
*/


Link to this Page