| 496 | } |
| 497 | |
| 498 | float Processor::getTrebleLevel() { |
| 499 | return clamp01(getFrequencyBands()->getTrebleNorm()); |
| 500 | } |
| 501 | |
| 502 | float Processor::getBassRaw() { |
| 503 | return getFrequencyBands()->getBass(); |
nothing calls this directly
no test coverage detected