-
-
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
Deck waveform loading bug #11344
Comments
I want to work on this issue please assign this issue to me |
Anyone can try to fix issues, no need to permit or assign that. |
Which 2.5-alpha is exactly affected? We have recently fixed a related issue in #11333. All this looks like a race condition. The waveform of the new track is probably rendered into the Image sized for the old track. |
2.4-alpha-1419-g0243efdaf8 (main) does it 2.3.3-121-gd1f63374fc works correctly |
Probably the same thing as this: #11280 (comment) |
Yesterday this also has happened a few times to me while DJing, using this commit 6dc6f40 (2.4 Branch). Reloading the track again into the deck has mostly fixed it. |
Can you Identify with which version the issue starts? I have just skimmed through the commits, but did not find something obvious: Are you able to do a |
Trying to track down this issue a bit, so I've reverted commit 47834be to see if it makes any difference. Unfortunately not, but it takes a bit of effort loading/unloading tracks to get into this state. Could be really something like a race condition: |
Thank you @MarcPlace, It looks like that on the right track samples are hidden behind the end of the visible region on the right. |
@daschuer I saw that also, probably a variation of the same problem. And maybe this is another variation of it, where one of the decks not draws the waveform at all: https://www.youtube.com/watch?v=5CJmmaRRORc |
I have just prepared #11359. Please test that as well. |
Can confirm that 5af6037 (#11359 daschuer:gh11344) has also fixed it for me, at least since this fix I've never managed to get an incomplete preview waveform again. But as I mentioned before, this issue unfortunately happens very rare on my system, so this is just the test result of about 20 minutes of loading/unloading tracks. |
morning using 2.3.4 and made a video to see what happend, maybe it helps to check the fixed version: thanks for your work |
This issue is fixed. |
still on linux with mixxx ;)... if there is a developer package for ubuntu 20.04, i will test... |
Here (You need to be logged in on GitHub): |
thanks @daschuer installed, tested and 👍 many thanks.. |
any idea, when it will be as update eg. in ubuntu repositories? |
This will be part of the upcoming 2.3.5. Wich is planned soon. We have not yet scheduled a date. |
Bug Description
If I load track "A" to deck "1" and then I load another "B" track to deck "2" and then I quickly drop the track "A" to deck "2" while it is still loading track "B" it will load and display erroneously the waveform of track "A" - it will be pressed and a silence will be inserted to its end. There also seems to be a rare cases when the waveform is not loaded at all, just a plain line appears.
The issue on video:
https://www.youtube.com/watch?v=LHlp103QXwk
Screenshots:
Version
2.5.0-alpha
OS
OpenSUSE Tumbleweed
The text was updated successfully, but these errors were encountered: