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

Method gainReductionDb

src/core/ClientGate.cpp:167–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165float ClientGate::outputPeakDb() const noexcept
166{ return m_meters.outputPeakDb.load(std::memory_order_relaxed); }
167float ClientGate::gainReductionDb() const noexcept
168{ return m_meters.gainReductionDb.load(std::memory_order_relaxed); }
169bool ClientGate::gateOpen() const noexcept
170{ return m_meters.gateOpen.load(std::memory_order_relaxed); }
171

Callers 13

tickMeterMethod · 0.45
tickMetersMethod · 0.45
tickMeterMethod · 0.45
tickMetersMethod · 0.45
tickMethod · 0.45
tickMeterMethod · 0.45
tickMetersMethod · 0.45
testHoldFreezesGainFunction · 0.45
testAttackTimingFunction · 0.45
testReturnHysteresisFunction · 0.45
testAttackTimingFunction · 0.45

Calls 1

loadMethod · 0.45

Tested by 5

testHoldFreezesGainFunction · 0.36
testAttackTimingFunction · 0.36
testReturnHysteresisFunction · 0.36
testAttackTimingFunction · 0.36
testResetClearsEnvelopeFunction · 0.36