| 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 | |
| 175 | void ClientComp::recacheIfDirty() noexcept |
| 176 | { |
no test coverage detected