| 131 | } |
| 132 | |
| 133 | void Processor::onTempoUnstable(function<void()> callback) { |
| 134 | auto detector = getTempoAnalyzer(); |
| 135 | detector->onTempoUnstable.add(callback); |
| 136 | } |
| 137 | |
| 138 | void Processor::onBass(function<void(float)> callback) { |
| 139 | auto detector = getFrequencyBands(); |