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

Method SetDbRange

src/effects/ScienFilter.cpp:482–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

480}
481
482void EffectScienFilterPanel::SetDbRange(double min, double max)
483{
484 mDbMin = min;
485 mDbMax = max;
486 Refresh(false);
487}
488
489bool EffectScienFilterPanel::AcceptsFocus() const
490{

Callers 2

PopulateOrExchangeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected