Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ GetGraphDbRange
Function
GetGraphDbRange
src/effects/DynamicRangeProcessorPanelCommon.cpp:35–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
float GetGraphDbRange(int height)
36
{
37
const auto factor = std::max(1.f, 1.f * height / graphMinHeight);
38
return factor * graphMinRangeDb;
39
}
40
41
wxGraphicsBrush GetGraphBackgroundBrush(wxGraphicsContext& gc, int height)
42
{
Callers
2
OnPaint
Method · 0.85
OnSize
Method · 0.85
Calls
1
max
Function · 0.85
Tested by
no test coverage detected