See the attached patch for a demo of this problem. There is a .maxpat and .txt in the zipped file.
I am using counter to iterate through a coll and send out a long list of data. zmap scales the values as needed: some go (as a list) to a multislider for controlling a FFT filter; others are sent out individually for controlling single modulation parameters of an audio signal. The problem is that every time metro bangs for the next value in the list you can hear a skip (pop, crackle, etc.) in the modulated signal.
In the attached demo I have this hooked up to change the volume of cycle~. It's crude, but demonstrates the general problem. I'm not sure if the problem is with zmap or another object in my patch, but these interruptions are ruining the overall audio output of my patch.
Any suggestions or remedies?