feat: detect steps and play audio
This commit is contained in:
@@ -56,3 +56,7 @@ PlaybackEngine::~PlaybackEngine() {
|
||||
delete mPlayer;
|
||||
mPlayer = nullptr;
|
||||
}
|
||||
|
||||
void PlaybackEngine::playBeat() {
|
||||
if(mPlayer) mPlayer->setStartBeat();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user