PolarDesigner icon indicating copy to clipboard operation
PolarDesigner copied to clipboard

Proximity filter: unreachable code

Open oholiba opened this issue 2 years ago • 0 comments

In the void PolarDesignerAudioProcessor::setProxCompCoefficients(float distance) function in PluginProcessor.cpp the calculated variable r can never go below 0.05 when the input variable distance stays in the range -1...+1. Therefore the condition r < 0.01 is never satisfied.

oholiba avatar Jul 20 '23 11:07 oholiba