You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reported by: daschuer
Date: 2021-08-06T07:07:56Z
Status: New
Importance: Medium
Launchpad Issue: lp1939103
Tags: regression, sync
This was found during the review of #4156 which aims to fix the issue:
Instead of a jump, we now have the tempo dip stretched over some seconds.
This can be reproduced the best with two 440 Hz tracks and:
Playing two tracks with sync enabled the second one silenced by the line fader
Nudge the second track
Bring the second track in
Silence the first track.
Now the nudging is reverted gradually. (Without this branch it was reverted immediately)
This can be noted by listening the silenced track in headphone
When you bring the track in, the phase adjustment is gone.
The text was updated successfully, but these errors were encountered:
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.
Reported by: daschuer
Date: 2021-08-06T07:07:56Z
Status: New
Importance: Medium
Launchpad Issue: lp1939103
Tags: regression, sync
This was found during the review of #4156 which aims to fix the issue:
Instead of a jump, we now have the tempo dip stretched over some seconds.
This can be reproduced the best with two 440 Hz tracks and:
The text was updated successfully, but these errors were encountered: