MCPcopy 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
71bool EqualizationParameters::IsLinear() const
72{
73 // If sliders show (!mDrawMode), always use the log envelope
74 return mDrawMode && mLin;
75}

Callers 1

EnvelopeUpdatedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected