| 544 | } |
| 545 | |
| 546 | float Processor::getTempoConfidence() { |
| 547 | return clamp01(getTempoAnalyzer()->getConfidence()); |
| 548 | } |
| 549 | |
| 550 | float Processor::getTempoBPM() { |
| 551 | return getTempoAnalyzer()->getBPM(); |
nothing calls this directly
no test coverage detected