| 121 | } |
| 122 | |
| 123 | void Processor::onTempoWithConfidence(function<void(float, float)> callback) { |
| 124 | auto detector = getTempoAnalyzer(); |
| 125 | detector->onTempoWithConfidence.add(callback); |
| 126 | } |
| 127 | |
| 128 | void Processor::onTempoStable(function<void()> callback) { |
| 129 | auto detector = getTempoAnalyzer(); |