| 536 | } |
| 537 | |
| 538 | float Processor::getPitchConfidence() { |
| 539 | return clamp01(getPitchDetector()->getConfidence()); |
| 540 | } |
| 541 | |
| 542 | float Processor::getPitch() { |
| 543 | return getPitchDetector()->getPitch(); |
nothing calls this directly
no test coverage detected