Skip to content

Add Parameter Smoothing #32

Open
Open
@essenbee

Description

@essenbee

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions