Not a Bug Clicks & Pops on parameter changes

MrBollie

Member
As mentioned in another thread, I'm new to the FAS world and got my FM3 for three days now. While totally loving the tone it produces, I noticed manual parameter changes causing clicks & pops. Now, I've programmed a couple of lv2 plugins myself and learned back then (the hard way), that any parameter change, that might cause a sudden change in amplitude should be "ramped" from the current to the desired value. Like doing this in a sample processing loop:

cur_val = target_val * 0.01f + cur_val * 0.99f;

Is there a reason why this doesn't seem to be the case with the FM3?

Cheers
Bollie
 
I get that with the amp gain and input level. You can assign a modifier to them and need to be careful so it won't cause too rapid adjustments.
 
Back
Top Bottom