JoergAtGithub

Results 59 issues of JoergAtGithub

According our https://github.com/mixxxdj/mixxx/wiki/Minimum-requirements-policy Ubuntu 24.04.01 LTS is the earliest version, that developers need to support in new code. I'm working on some code that fullfills this requirement, but does not...

### Bug Description If I compile with clang-tidy 18, I get the following errors, because we use infinity() in code that is compiled with option `-ffast-math`. And `-ffast-math` sets `-ffinite-math-only`....

bug

This PR is a version of #3572 from @poelzi rebased to latest Main with Qt6. A PR which where the review was allready approved, but that was never merged, because...

library
ui
build
code quality

## Describe the bug The https://github.com/jackaudio/jack2/blob/master/common/JackWeakAPI.c does not behave weak. The tryload_libjack sends "**Failed to load libjack DLL: -1644446336libjack not found, so do not try to load jack_client_open ffs !**"...

bug

The example-setups page in this PR is generated from MarkDown syntax instead of RST syntax: https://deploy-preview-712--mixxx-manual.netlify.app/chapters/example_setups There are many warnings about cross-links, but the links seem to work nethertheless.

A warning is needed, that combining different audio interfaces will result in high latency. ![mixxx_setup_ext_audio_interface](https://github.com/user-attachments/assets/db579387-01ab-4dcd-9716-4d34bd29817f) https://manual.mixxx.org/2.5/en/chapters/example_setups#laptop-and-external-usb-audio-interface

GitHubs Windows2019-Runner-Image contains the toolset 14.4 but only VS2019: https://github.com/actions/runner-images/blob/win22/20240603.1/images/windows/Windows2019-Readme.md This argument combination ``` uses: ilammy/msvc-dev-cmd@v1 with: vsversion: 2019 toolset: 14.4 ``` fails, because msvc-dev-cmd looks in the 2019 path...

Has the text in docs/docs/ebur128.md been lost, or has it simply not been written yet?

### Bug Description I build the same versions of Main ([9965d55](https://github.com/mixxxdj/mixxx/commit/9965d55f6e00cd1982f78cf09ac6196887869487)) and PR #11074 on two Windows laptops. On the older one with Win7 and VS2019 all tests passed. But...

major bug
regression
windows
soundsource

### Bug Description The processed file is empty after local execution of clang_format.py ``` [INFO] Reformatting src/test/controllerscriptenginelegacy_test.cpp [32-46, 55-55, 74-123, 126-130, 136-151, 195-203]... Exception in thread Thread-11 (_readerthread): Traceback (most...

bug