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

Method setLimiterGrDb

src/gui/ClientCompMeter.cpp:97–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void ClientCompMeter::setLimiterGrDb(float db)
98{
99 if (std::fabs(db - m_limGrDb) < 0.01f) return;
100 m_limGrDb = db;
101 update();
102}
103
104void ClientCompMeter::recomputeTarget()
105{

Callers 2

tickMetersMethod · 0.80
tickMetersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected