-
Notifications
You must be signed in to change notification settings - Fork 32
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
Novation Launchpad Mk1 has problem. #79
Comments
Try changing the following line: Line 299 in bd8f4b5
to if( pid == 0x0e || pid == 0x20 || pid == 0x36 || pid == 0x51 || pid == 0x69 ) { |
Yes I did and it still doesn't work. I tried changing the cable and it didn't work, I thought my usb host shield might be failing but when I connect it with a mouse or keyboard they work without problems. I changed the version of the Arduino IDE and it didn't work. I even tried on different computers one with Windows and another with Linux and it didn't work on any of them. I made a simple program to show you what I get in the Serial Monitor of the Arduino IDE. The output is the following: The Program here: // Initialization of USB Host and MIDI void setup() { // Initialize USB // Wait a few milliseconds to ensure connection // Check if the MIDI device is connected void loop() { |
My Launchpad mini is also unstable, but it can sometimes be recognized when using a USB HUB. |
I have a problem with My Launchpad Mk1 (its no recognized) , this library is not compatible with that controller?
This is the description:
01
String Descriptors:
Manufacturer: Novation DMS Ltd
Product: Launchpad
Device descriptor:
Descriptor Length: 12
Descriptor type: 01
USB version: 0100
Device class: FF
Device Subclass: 00
Device Protocol: FF
Max.packet size: 08
Vendor ID: 1235
Product ID: 000E
Revision ID: 0002
Mfg.string index: 01
Prod.string index: 02
Serial number index: 00
Number of conf.: 01
Configuration descriptor:
Total length: 0020
Num.intf: 01
Conf.value: 01
Conf.string: 00
Attr.: 80
Max.pwr: D7
Interface descriptor:
Intf.number: 00
Alt.: 00
Endpoints: 02
Intf. Class: FF
Intf. Subclass: 00
Intf. Protocol: 00
Intf.string: 00
Endpoint descriptor:
Endpoint address: 81
Attr.: 03(Interrupt)
Max.pkt size: 0008
Polling interval: 0A
Endpoint descriptor:
Endpoint address: 02
Attr.: 03(Interrupt)
Max.pkt size: 0008
Polling interval: 0A
Addr:1(0.0.1)
The text was updated successfully, but these errors were encountered: