JoergAtGithub
JoergAtGithub
The HID standard doesn't define a Usage for an whole HID device. These property belongs to a top level collection. - This fits only with HIDAPIs Windows backend, because an...
The USB standard allows it to specify a usage in two ways: - Fully qualified as one single 4 byte report descriptor Usage item - Seperated in an 1 or...
This fixes most of the performance issues reported by Coverity Scan of type COPY_INSTEAD_OF_MOVE. On some places I also changed the name of the moved variable, to comply with our...
Using the profiler I noticed that ~11% of the main thread calculation time was consumed for updating push-button widgets (while one deck playing and the others CUE button slowly blinking)....
ASIO4ALL is just an uneccessary translation layer. It's in general better to use the ASIO audio driver provided by the device manufacturer. This shouldn't require to recompile Linkhut. Expected behavior:...
A STEM file must have the suffix `.stem.mp4`, but stemgen generates the file with the extension `.stem.m4a`. Traktor Pro seems not to care for the file extension and loads it...
The manual is outdated and still mentions [[QuickEffectRack1_[ChannelI]_Effect1],enabled], which is wrong: https://manual.mixxx.org/2.4/en/chapters/appendix/mixxx_controls.html#eqs-and-filters see: https://github.com/mixxxdj/mixxx/pull/13166
Automatically generated content using typedoc: https://github.com/mixxxdj/manual/blob/581e6b9ddcb3e7643a1c93864abceac33f617fc2/source/chapters/controller_api/modules.md
Manual page for the National Instruments Traktor Kontrol Z2 This adds documentation for the Mixxx 2.4.0 mapping in PR mixxxdj/mixxx#3038
On https://manual.mixxx.org/2.4/en/chapters/appendix/mixxx_controls.html# the whole control group [Mixer Profile] isn't mentioned at all. In the code I found the following [Mixer Profile] COs: - [ ] LoEQFrequency - [ ] HiEQFrequency...