| 168 | float ClientComp::gainReductionDb() const noexcept |
| 169 | { return m_meters.gainReductionDb.load(std::memory_order_relaxed); } |
| 170 | float ClientComp::limiterGrDb() const noexcept |
| 171 | { return m_meters.limiterGrDb.load(std::memory_order_relaxed); } |
| 172 | bool ClientComp::limiterActive() const noexcept |
| 173 | { return m_meters.limiterActive.load(std::memory_order_relaxed); } |
| 174 |
no test coverage detected