JoergAtGithub
JoergAtGithub
Package: harfbuzz[core]:x64-windows -> 5.0.1#1 **Host Environment** - Host: x64-windows (Windows 7 Professional - German language setting - latest service pack) - Compiler: MSVC 19.29.30146.0 - vcpkg-tool version: 2022-06-17-9268e366206712e38102b28dbd1617697a99ff2e vcpkg-scripts version:...
- Applied eslint setup changes specific for common-hid-packet-parser.js - Applied automatic pre-commit changes - Added missing JSDOC documentation (where applicable copied from https://github.com/mixxxdj/mixxx/wiki/Hid-Packet-Parser-Js ) - Use modern ES6 class syntax
This is an experimental build with the clang-cl compiler that comes with VisualStudio 2019. clang-cl is a clang compiler variant, with MSVC compatible command line interface. The CI build fails...
These declarations allow modern code editors and IDEs, to show online syntax help and allows type checking (as far as JavaScript supports types). To enable this, the mapping developer has...
New HID mapping for the Native Instrument Kontrol Z2 mixer. Note: This mapping requires features from 2.4 or Main branch and can not work with 2.2 or 2.3 builds! The...
We need a function to read the HID Report Descriptor or an equal data structure with information about the fields in the different HID reports. Background: For the cross platform...
With hid_darwin_get_location_id (#378) and hid_winapi_get_container_id(#379) we have physical device identifiers for Windows and MacOS, but not for Linux. The Chromium HID implementation uses the same identifiers for Windows and MacOS,...
At Mixxx, users reported problems with USB 2.0 High-Speed devices, which are limited to Full-Speed mode for some reasons. Under MacOS and Windows they operate as High-Speed device. This is...
My device has two input reports: 0x01 with a size of 10Bytes 0x02 with a size of 53Bytes If I use hid_read / hid_read_timeout I get always 53Bytes, also for...
This is based on PR #4718 The function HIDController.getOutputField contained some calculation intensive nested for loops. Since HIDController.getOutputField is an often executed function, this had a severe performance impact, especially...