JoergAtGithub
JoergAtGithub
If you want to unify the behaviour between platforms you need either to prepend the `0` byte on Windows send functions for devices that don't use a Report ID or...
I will work on a PR, which implements an alternate mode, for such non HID class compliant use.
I've the code ready now, and will provide a PR this weekend!
I benchmarked different loop variants using the most calculation demanding CO of my Z2 mapping (changing the values of the 7segment display which means 21 7bit fields changed at each...
I tried your "abstract the loop into a function" approach an the performance seems to be the same as my version with the while loop. But I couldn't apply it...
I prepared a version "abstract the loop into a function" and tested it before pushing it to this PR https://github.com/JoergAtGithub/mixxx/commit/bded951d7e952a917b67e18edbc270f9bf50faf2 . On the Windows11 Octal-Core I got the same execution...
https://mixxx.discourse.group/t/recording-failure-with-flac-in-2-4-0/
Fixed in #13154
I just had the new assert on a 2.5 build on Windows11: `"DEBUG ASSERT: "it == cbegin() || it == cend() || *it >= position" in function class mixxx::Beats::ConstIterator __cdecl...