MCPcopy Create free account
hub / github.com/audacity/audacity / GetDbRange

Function GetDbRange

src/effects/DynamicRangeProcessorEditor.cpp:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40constexpr auto compressionMeterPanelWidth = 30;
41
42float GetDbRange(float maxCompressionDb)
43{
44 constexpr auto minRange = 3.f;
45 return std::max(minRange, maxCompressionDb / 2);
46}
47
48DynamicRangeProcessorSettings GetSettings(EffectSettingsAccess& access)
49{

Callers 1

PopulateOrExchangeMethod · 0.85

Calls 1

maxFunction · 0.85

Tested by

no test coverage detected