-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Traktor Kontrol Z1 - RangeError: index out of range #13832
Comments
@Karaku Could you try to replace the following lines in Traktor-Kontrol-Z1-scripts.js at Line 119
by
|
Hey! Is working! After modifying the code, the option to map it via midi with the learning assistant via midi has been enabled. I still need to map the Main Knob and the FX "On" and "Mode" buttons, if someone would be so kind as to Explain to me if they have any correspondence, thanks again! The other two options have these errors: The mapping "Apple Mikey HID Driver " and "Traktor Kontrol Z1 F76A_3": Uncaught exception: file:///Applications/Mixxx.app/Contents/Resources/controllers/Traktor-Kontrol-Z1-scripts.js:129: SyntaxError: Unexpected token `identifier' |
The mapping that comes with Mixxx is a HID mapping, you must load it to the Traktor Z1 HID device, not to the MIDI device (which is just a software emulation). |
Sorry, I'm quite new to these issues, I see that in the Controllers folder, in addition to the .js file, there is a hid.txt file and a hid.txt file, but line 119 does not exist there... :) |
The file name on your system is: file:///Applications/Mixxx.app/Contents/Resources/controllers/Traktor-Kontrol-Z1-scripts.js |
Yes, that is the file that I modified with line 119 and as a result it only let me map the controller manually... |
Do you get any error message after the change? Can you share a Screenshot of your controller settings in the Preference dialog? |
I´m a new user and when I tried to connect my unity to mix, and error was reported. Could anyone help me, please?:
Uncaught exception: file:///Volumes/mixxx-2.4.1/Mixxx.app/Contents/Resources/controllers/common-hid-packet-parser.js:455: RangeError: index out of range
Backtrace: unpack@file:///Volumes/mixxx-2.4.1/Mixxx.app/Contents/Resources/controllers/common-hid-packet-parser.js:455
parse@file:///Volumes/mixxx-2.4.1/Mixxx.app/Contents/Resources/controllers/common-hid-packet-parser.js:989
parsePacket@file:///Volumes/mixxx-2.4.1/Mixxx.app/Contents/Resources/controllers/common-hid-packet-parser.js:1636
readCurrentPosition@file:///Volumes/mixxx-2.4.1/Mixxx.app/Contents/Resources/controllers/Traktor-Kontrol-Z1-scripts.js:123
init@file:///Volumes/mixxx-2.4.1/Mixxx.app/Contents/Resources/controllers/Traktor-Kontrol-Z1-scripts.js:26
Originally posted by @Karaku in #1989 (comment)
The text was updated successfully, but these errors were encountered: