-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wrong sized loops #10541
Comments
Commented by: ywwg |
Commented by: Be-ing Does this occur on the 2.3 branch, main branch, or both? If it is only on the main branch it is likely related to the recent Beats refactoring. Potentially related: https://bugs.launchpad.net/mixxx/+bug/1942657 |
Commented by: ywwg main only, not 2.3. I'm guessing there is an edge-case of rounding up instead of down somewhere. |
Commented by: ywwg (And this is a const beatgrid track) |
Commented by: Be-ing That would be a plausible explanation for both this and https://bugs.launchpad.net/mixxx/+bug/1942657 |
Commented by: ywwg This issue is caused by this commit: 95f7d36 Because Floating Point, sometimes the math is not perfect. In my case, the 4th beat is calculated as .001 past the 4th calculated beat, and therefore the ceiling call rounds up to the next whole beat. The previous fuzzy logic ensured that we would not do that. |
Commented by: ywwg reverting the commit fixes the issue, I will file a PR |
Issue closed with status Fix Committed. |
Reported by: ywwg
Date: 2021-09-27T20:14:26Z
Status: Fix Committed
Importance: Medium
Launchpad Issue: lp1945238
Attachments: [Screenshot from 2021-09-27 16-13-22.png](https://bugs.launchpad.net/bugs/1945238/+attachment/5528513/+files/Screenshot from 2021-09-27 16-13-22.png)
On a particular track, loop sizes create at the main cue point are messed up for some reason. A 1-beat loop is 2 beat. A 2-beat loop is 3. 8 beat loop? 9 beats. Sub-beat loops are ok. this doesn't seem to happen anywhere else in the track
The text was updated successfully, but these errors were encountered: