Home
last modified time | relevance | path

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

/dports/audio/audacity/audacity-Audacity-3.1.3/src/effects/
H A DAmplify.cpp373 double ampInit = LINEAR_TO_DB(mRatio); in OnPeakText() local
374 mAmp = TrapDouble(ampInit, MIN_Amp, MAX_Amp); in OnPeakText()
375 if (mAmp != ampInit) in OnPeakText()