Skip to content

Commit

Permalink
Merge pull request #4156 from ywwg/synclock-audiblephase-2.3
Browse files Browse the repository at this point in the history
SyncLock: Do not seek phase when audible status changes
  • Loading branch information
uklotzde authored Jul 29, 2021
2 parents 3e11751 + 4016f5b commit 0ebbc60
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 0ebbc60

Please sign in to comment.