Comment 1 for bug 1939103

Revision history for this message
Daniel Schürmann (daschuer) wrote :

when I remove

    if (isMaster(mode)) {
        m_pBpmControl->resetSyncAdjustment();

from void SyncControl::setSyncMode(SyncMode mode) the issue is gone.

Unfortunately the issue is then shifted to the sync enable case because the leader adjustment is not reset when playing as single leader. The code is in place, but somehow bypassed. Hopefully you know already how to fix it right from the main code.