Daniel Schürmann
Daniel Schürmann
A cool solution would be to add buttons to a single menu entry: "Add to Auto DJ [↑][↓][!]" I just wonder if we can make this keyboard accessible. "https://stackoverflow.com/questions/8358965/is-there-a-way-to-add-a-qwidget-to-a-qmenu-in-qtcreator
Thank you, I like the idea. Mixxx uses ControlObjects to communicate between different parts and the GUI or controller scrips. This is also done for the "time_remaining" https://github.com/mixxxdj/mixxx/blob/4637d7c413d8e0a3f05f3cfd231398f644bef5ca/src/widget/wnumberpos.cpp#L21 To follow...
This is a compasion of the loops in sample.cpp The result of msvc is disaopinting: 13/39 loops vectorized | Gcc 9.4 | msvc | clang | Gcc 12.1 -- |...
> Yet another reason to use xsimd in favor of auto-vectorization Yes, I agree.
This is the output from our default build settings on GitHub. That goes to our release builds as well. Maybe our MSVC build flags are bad? Do you have better...
I have testes the /arch:AVX512 flag here: https://github.com/daschuer/mixxx/runs/7462994413?check_suite_focus=true No improvement.
@ferranpujolcamins Is this ready for merge?
When it happens that you read out the initial zeros, you will hear a click sound when the real samples starts. This can be avoided by fading in the fist...
> hmm, I think it'd be a shame to lose fast, precise equality checking and fast integer math calculations for durations How much faster is a 64bit int compare to...
What is the state of this PR? Is it still in a mergeable state? Should we do a review?