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