| 608 | } |
| 609 | |
| 610 | float Processor::getBackbeatStrength() { |
| 611 | return clamp01(getBackbeatDetector()->getStrength()); |
| 612 | } |
| 613 | |
| 614 | float Processor::getChordConfidence() { |
| 615 | return clamp01(getChordDetector()->getCurrentChord().confidence); |
nothing calls this directly
no test coverage detected