AustrianAudioGmbH/PolarDesigner

Proximity filter: unreachable code

Opened this issue · 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.