synthesizer icon indicating copy to clipboard operation
synthesizer copied to clipboard

Add Parameter Smoothing

Open essenbee opened this issue 5 years ago • 0 comments

When many of the user-controlled parameters are changed rapidly, then clicks and other artefacts are evident in the synths output. We need to smooth the transition to new parameter values, using an equation such as the follows:

x = x - z (x - y)

where:

  • x = intermediate "smoothed" value
  • y = the target value
  • z = the smoothing factor e.g. 0.001

essenbee avatar Jun 30 '19 16:06 essenbee