-
-
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
Auto DJ: issue when changing decks' crrossfader assignment #12985
Comments
That's how it is: AutoDJ works with the crossfader. |
Will try to reproduce. |
Hi Ronso, thank you for responding. What I would really like? The possibility to disable what I don't use., the internal mixer fi and more attention for things that are really important: stability, protection against stupidity (ejecting a playing track or AutoDJ putting the invisable crossfader to the other site. ). And the toys? I'll get the effects from an external effect-cpu with send-receive from the mixer. |
1 I tried this
2 and this
So there is definitely something to improve in the deck attributes logic. |
video: sorry for the music, just testing at home PS: I added "m_pCOCrossfader->set(0);" at line 580 in src/library/autodj/autodjprocessor.cpp. |
When you say "crash" you probably hit this debug assert
Mixxx 2.5 is still alpha, i.e. like beta it is built with |
No it is another: I know it's alpha, but by using and testing I can help finding bugs. By using a release we're not getting further. |
Can you reproduce this hit? |
Yes, the video is the 7th time or so.... I wrote it in my original post. How many times you want it reproduced? Don't let me make a video each time :-) |
Yep, thanks for that. I wanted to point out it's not crashing, in this case (release, FATAL Off) the function simply returns.
Are wa talking about the same assert here? I meant: can you reporduce the assert hit in beats.cpp:415 with the described test procedure AutoDJ? In general I'm mostly working mobile, so for saving bandwidth/volume I prefer some simple repro steps over a 5min FullHD video, which also way more convenient for anynone passing by ; ) |
Bug Description
AutoDJ uses the crossfader to pass the audio signal. When AutoDJ is enabled the crossfader starts to move. When AutoDJ is disabled the crossfader stays 'in position". When using AutoDJ as Backup for going to the bathroom this is not 'handy'
If internal mixer 'and crossfader are hidden in settings (working with external mixer, each deck a channel) crossfader must be reset to the center (settings - display mixer .....)
Correct me if I'm wrong but there is no way to disable the crossfader (and internal mixer)
When I put the little knobs under the hliders in the mixer on 'center' AutoDJ won't start because AutoDJ wants a deck on each side of the crossfader.
When setting deck3 to leftside and deck4 to right side while deck 1 & 2 are centered AutoDJ starts using Deck 3 & 4 for a couple of seconds and then causes mixxx to crash.
Version
2.5
OS
Win10 / Win 11
The text was updated successfully, but these errors were encountered: