-
-
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
Bug in Autodj Transition #11621
Comments
The "Full Intro + Outro mode" aligns either Outro End with the Intro End or Outro Start with Intro Start in a way that both is fully played:
If no intro is set, it should use the outro time. It looks like Mixxx assumes a zero lenght intro in the first case which causes the crossfader jump. I will investigate how this can happen. |
I can confirm the issue. It happens when you seek the next track before the intro start. This can be a micro seek but this is obviously a bug. Introduced here: 7c039ad |
Thank you! I have installed Mixxx using the downloadable installer from the website. How do I proceed to correct Mixxx with the autodjprocessor.cpp file that you modified? Should I wait for the next update? Or should I reinstall Mixxx from the source code with the updated autodjprocessor.cpp file located at src/library/autodj/autodjprocessor.cpp? |
I have just added some improvement that limit the intro length when it is in the middle of the track an you have re-cued the track at the beginning. Please check if it feels natural. If you are satisfied (or not) please comment at the Pull Request. Than it wil lol be merged and becomes part of our next release version. I am happy to hear that you are able to build from the source code. Do you have interest to join us and contribute new features or bug-fixes? A fist thing could be to check the first time build experience. How does it work for you and what can be improved. |
:) Two points now First point, I don't know how to use ... https://github.com/mixxxdj/mixxx/actions/runs/5175462455?pr=11629 ... but I will ! Second point |
The windows installer is here: https://github.com/mixxxdj/mixxx/actions/runs/5175462456 |
It's perfect !!! |
Thanx! |
We close issues when the fix has been merged: #11629 |
Merged |
Bug Description
Hello,
Since the update to version 2.3.5, there has been a regression in the use of the autodj function. Instead of aligning the transition of the "intro start marker" of track 2 with the "outro START marker" of track 1, Autodj sometimes aligns the transition of the "intro start marker" of track 2 with the "outro END marker" of track 1. The bug seems to occur more frequently on one of the two main decks than the other. It appears that the bug is related to certain "intro start markers." On the affected tracks, deleting the marker and repositioning it slightly seems to resolve the issue. However, without knowing which tracks are affected, it's difficult to fix everything.
In the attached video, there are two transitions (from the same track), and the bug occurs on the first transition but not on the second one.
Example.mp4
Thanx!
:)
Version
2.3.5
OS
Window 11
The text was updated successfully, but these errors were encountered: