Home
last modified time | relevance | path

Searched refs:thresholddB (Results 1 – 6 of 6) sorted by relevance

/dports/devel/juce/JUCE-f37e9a1/modules/juce_dsp/widgets/
H A Djuce_Limiter.cpp35 thresholddB = newThreshold; in setThreshold()
80 secondStageCompressor.setThreshold (thresholddB); in update()
88 gain *= Decibels::decibelsToGain (-thresholddB, (SampleType) -100.0); in update()
H A Djuce_Compressor.cpp42 thresholddB = newThreshold; in setThreshold()
108 threshold = Decibels::decibelsToGain (thresholddB, static_cast<SampleType> (-200.0)); in update()
H A Djuce_NoiseGate.cpp45 thresholddB = newValue; in setThreshold()
116 threshold = Decibels::decibelsToGain (thresholddB, static_cast<SampleType> (-200.0)); in update()
H A Djuce_Compressor.h106 SampleType thresholddB = 0.0, ratio = 1.0, attackTime = 1.0, releaseTime = 100.0; variable
H A Djuce_Limiter.h101 SampleType thresholddB = -10.0, releaseTime = 100.0; variable
H A Djuce_NoiseGate.h106 SampleType thresholddB = -100, ratio = 10.0, attackTime = 1.0, releaseTime = 100.0; variable