| 126 | } |
| 127 | |
| 128 | void Processor::onTempoStable(function<void()> callback) { |
| 129 | auto detector = getTempoAnalyzer(); |
| 130 | detector->onTempoStable.add(callback); |
| 131 | } |
| 132 | |
| 133 | void Processor::onTempoUnstable(function<void()> callback) { |
| 134 | auto detector = getTempoAnalyzer(); |