Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ IsLinear
Method
IsLinear
libraries/lib-builtin-effects/EqualizationParameters.cpp:71–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
bool EqualizationParameters::IsLinear() const
72
{
73
// If sliders show (!mDrawMode), always use the log envelope
74
return mDrawMode && mLin;
75
}
Callers
1
EnvelopeUpdated
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected