Clicking sounds when moving the multislider

Conall Ó Maoláin's icon

Hi,
I made this patch fooling around with some mc objects, but when I move the multisliders controlling volume and the loops end points I'm hearing all these little clicks. How can I stop this from happening?
Thanks!

8Chan_playback.maxpat
Max Patch

Dimitri Aatos's icon

You need to smooth the control data, the usual way to do this is to use line~ with a small ramp time. You can do the same with mc (use [mc.line~] instead of [mc.sig~]). In the pasted patch I've also got rid of [listfunnel] by using the "applyvalues" message.

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