Sorry, pretty noobular question here. I am developing a stereo panner. It will eventually be midi-steerable, to position objects exactly in 3-d stereo space.
I made the attached automated panner patch using [line] to do all the fading but it seems to be generating a lot of noise. Can someone tell me if I have done something wrong or is there a better way to accomplish this?
Thanks for your patience,
Baruch
On 30/12/06, gottlieb gottlieb@yonsei.ac.kr wrote:
I made the attached automated panner patch using [line] to do all the fading but it seems to be generating a lot of noise. Can someone tell me if I have done something wrong or is there a better way to accomplish this?
The problem is that [line] (which works at the message rate) is too slow to be used with an audio signal. Using [line 0 1] makes it as fast as possible, but that's still not enough... [line~] does the trick, b/c it works at the audio rate.
-Chris Bryan cmbryan.com