Skip to content

Commit

Permalink
Sync Lock: flesh out explanatory comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ywwg committed Jun 1, 2021
1 parent 43d10d4 commit adbf37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/sync/enginesync.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ void EngineSync::setMasterParams(Syncable* pSource) {
if (!pSource->isPlaying()) {
// If the params source is not playing, but other syncables are, then we are a stopped
// explicit Master and we should not initialize the beat distance. Take it from the
// internal clock instead.
// internal clock instead, because that will be up to date with the playing deck(s).
bool playingSyncables = false;
for (Syncable* pSyncable : qAsConst(m_syncables)) {
if (pSyncable == pSource) {
Expand Down

0 comments on commit adbf37e

Please sign in to comment.