Home
last modified time | relevance | path

Searched refs:thresholdInverse (Results 1 – 4 of 4) sorted by relevance

/dports/devel/juce/JUCE-f37e9a1/modules/juce_dsp/widgets/
H A Djuce_Compressor.cpp99 … : std::pow (env * thresholdInverse, ratioInverse - static_cast<SampleType> (1.0)); in processSample()
109 thresholdInverse = static_cast<SampleType> (1.0) / threshold; in update()
H A Djuce_NoiseGate.cpp107 … : std::pow (env * thresholdInverse, currentRatio - static_cast<SampleType> (1.0)); in processSample()
117 thresholdInverse = static_cast<SampleType> (1.0) / threshold; in update()
H A Djuce_Compressor.h102 SampleType threshold, thresholdInverse, ratioInverse; variable
H A Djuce_NoiseGate.h102 SampleType threshold, thresholdInverse, currentRatio; variable