Submit
Browse
Anonymous
Login
RSS
SuperCollider Code
Fork Code: poor man's panning
name
code content
// 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
code 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.
use markdown for formating
category tags
comma separated, i.g. "wild, siren" (do not enter default SC class names, please)
ancestor(s)
comma separated identificators, i.g. "1-C,1-1,1-4M,1-x"
Private?
the code will be accessible by direct url and not visible in public activity
signup to submit public code without captcha
comment of change