MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / dbToLin

Function dbToLin

src/gui/ClientTubeCurveWidget.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25inline QColor kBallGlowColor() { return AetherSDR::ThemeManager::instance().color("color.accent.warning"); }
26inline QColor kBallCoreColor() { return AetherSDR::ThemeManager::instance().color("color.text.primary"); }
27float dbToLin(float db) noexcept
28{
29 return std::pow(10.0f, db * 0.05f);
30}
31
32} // namespace
33

Callers 2

ClientTubeCurveWidgetMethod · 0.70
evalCurveMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected