Smooth panning

anonok's icon

this isn't so much about panning specifically as it is about smoothing out changes in amplitudinal values as triggered by dials, sliders, etc... that is to say, getting rid of the rough clicks I'm getting in doing this. below is a patch based around the panning formula I'm using. if anyone has better methods or remedial ones, please post away.

Max Patch
Copy patch and select New From Clipboard in Max.

ao

Luis Marques's icon

Hello,

You can use "line~" like this. but there are another solutions, as you know.

Max Patch
Copy patch and select New From Clipboard in Max.

Luis Marques

the_man361's icon

have you tried looking into a floating point [line] object to drive your panning? A message ($1 *time*) where *time* is the ramp time in ms should sort you out i think. itll ramp up to the message input. like this

Max Patch
Copy patch and select New From Clipboard in Max.

anonok's icon

I had tried line previously-still got the clicks- but I should've tried line~ as well. works perfectly, thank you.