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

Method kneeDb

src/core/ClientComp.cpp:111–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 m_atomics.version.fetch_add(1, std::memory_order_release);
110}
111float ClientComp::kneeDb() const noexcept
112{ return m_atomics.kneeDb.load(std::memory_order_relaxed); }
113
114void ClientComp::setMakeupDb(float db) noexcept
115{

Callers 9

capturePresetJsonMethod · 0.80
applyPresetJsonMethod · 0.80
tickMetersMethod · 0.80
tickMetersMethod · 0.80
curveOutputDbMethod · 0.80

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected