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
There are issues with loop end marker and track end detection. Thus repeating or looping of a track\loop\sample with exact number of beats\bars cause longer loops than necessary.
The issue with loop end markers at the track end is not reproducible.
However, repeating tracks would still make the looped track longer than it actually is.
This happens because if the last audio buffer at the track end can’t be filled with existing audio samples (very likely) it is padded with silence, thus you’ll get a tiny playback gap before the playhead seeks to the track start which makes the track longer than it actually is. That means a repeated track will fall out of (beat) sync with longer tracks playing at the same speed (BPM).
Reported by: mevsme
Date: 2019-12-17T11:16:25Z
Status: Confirmed
Importance: Medium
Launchpad Issue: lp1856683
Tags: looping
There are issues with loop end marker and track end detection. Thus repeating or looping of a track\loop\sample with exact number of beats\bars cause longer loops than necessary.
the discussion: https://mixxx.zulipchat.com/#narrow/stream/109171-development/topic/repeat.20accuracy
The text was updated successfully, but these errors were encountered: