JoergAtGithub
JoergAtGithub
### Bug Description Today I go with main and some other PR based on it the following assert, after very short time of playing with 4 synced decks: ``` [Inline...
### Feature Description Steinbergs ASIO is propably the best SoundAPI on Windows platform. But it only works if the device comes with a dedicated ASIO driver. This is usually not...
In 2014 Android Bionic didn't had pthread_barrier and iconv implementations and therefore own implementations of them were added to the hidapi sources: https://github.com/libusb/hidapi/commit/417b2bf0812fa0926704b4cd9cd90af3194a172c#diff-516ed9d234e81614e6fa65cfc81a50b8b119e8a0769b2e66a1c89166bac437f7L44-R479 But since API level 24, which was...
I tried to update the VCPKG port of sleef to 3.9.0. All test are disabled there, but the macOS debug build on arm64 fails as follows. ``` 75/87] /Library/Developer/CommandLineTools/usr/bin/cc -DSLEEF_STATIC_LIBS=1...
### Bug Description ``` clang-format.............................................................Failed - hook id: clang-format - exit code: 1 - files were modified by this hook [INFO] First pass: Reformatting added/changed lines... [INFO] Reformatting src/test/controllerscriptenginelegacy_test.cpp [143-143]......
### Bug Description Our CMakelists.txt contains support for two cases regarding libdjinterop: 1. Use the existing precompiled version from VCPKG 2. Download libdjinterop sources andcompile them If not exactly the...
### Bug Description If I play a track with VinyControl in Absolute mode and press the CUE button of the deck, I get a state where the track jumps to...
Maybe an Xcode issue: https://github.com/ispc/ispc/issues/2678 _Originally posted by @daschuer in https://github.com/mixxxdj/mixxx/issues/15686#issuecomment-3599491962_ 2.6 builds on macOS shows: [954/959] Linking CXX executable Mixxx.app/Contents/MacOS/Mixxx ld: warning: no platform load command found in '/Users/runner/buildenv/mixxx-deps-2.6-x64-osx-rel-da4c207/installed/x64-osx-min1100-release/lib/libavcodec.a[x86_64][762](aacencdsp.o)',...
Closes: #15056 Ensures for ARM64 from the begining that we generate valid installations. This hopefully will reduce the number of failed installation attemps. Installer is generally smaller and faster.