JUCE 7.0.8 - AudioProcessorParameterChange repeated notifications

I’ve taken a little look at this, the behaviour was introduced in June with this commit, following another issue reported on the forums regarding Korg plugins.

If I’m not mistaken this means that FabFilter are setting the parameters on each process callback, regardless of if they’ve changed or not. I’ve put an internal MR together that prevents listeners being notified if the value hasn’t changed. I’ll keep you posted.

1 Like