Skip to content

Commit

Permalink
SyncLock: Fix issue with single-playing syncables.
Browse files Browse the repository at this point in the history
  • Loading branch information
ywwg committed Jul 27, 2021
1 parent c0f4d96 commit 4016f5b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/engine/sync/enginesync.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,6 @@ void EngineSync::notifyPlayingAudible(Syncable* pSyncable, bool playingAudible)
activateMaster(newMaster, false);
setMasterParams(newMaster, newMaster->getBeatDistance(), newMaster->getBaseBpm(), newMaster->getBpm());
}

pSyncable->requestSync();
}

void EngineSync::notifyScratching(Syncable* pSyncable, bool scratching) {
Expand Down

0 comments on commit 4016f5b

Please sign in to comment.