| 432 | } |
| 433 | |
| 434 | void Processor::onVibeLevels(function<void(const detector::VibeLevels&)> callback) { |
| 435 | auto detector = getVibeDetector(); |
| 436 | detector->onVibeLevels.add(callback); |
| 437 | } |
| 438 | |
| 439 | void Processor::onVibeBassSpike(function<void()> callback) { |
| 440 | auto detector = getVibeDetector(); |
no test coverage detected