Comment 3 for bug 1784185

Revision history for this message
Daniel Schürmann (daschuer) wrote :

We may consider to respect the load or play order of a deck.
Currently only the Mixxx initialization order is used:
https://github.com/mixxxdj/mixxx/blob/9da873a777a147a3afadfb3a988ec42112359d1e/src/engine/sync/enginesync.cpp#L113

For me this is highly reliable to sync always to the deck with the lowest index. I think if we change it to the Deck the user has last touched, that could be surprising.

Looking at the code, I consider the current situation a side effect of the implementation which should be IMHO fixed.