| 488 | } |
| 489 | |
| 490 | float Processor::getBassLevel() { |
| 491 | return clamp01(getFrequencyBands()->getBassNorm()); |
| 492 | } |
| 493 | |
| 494 | float Processor::getMidLevel() { |
| 495 | return clamp01(getFrequencyBands()->getMidNorm()); |
nothing calls this directly
no test coverage detected