mixxx
mixxx copied to clipboard
Effects manifest defaults
fixes #10834
This seems like a reasonable solution.
Friendly ping. Also, are we concerned about the $O(n^2)$ complexity? 3rd-party effect plugins could easily have hundreds of parameters.
Oh thank you for the reminder. This has slipped through.
I'd like to address the complexity issue first.
Oh, yes. I have just realized that this does not work, because a stored custom sort order is lost. Maybe we need a different approach. A temp QHash may help to identify lost parameters.
Tested and ready for review. I think the new code is even simpler.
@daschuer merge? I tried experimenting with parallel algorithms but we need to link intel tbb for that and I don't feel like bothering with that right now.