-
Notifications
You must be signed in to change notification settings - Fork 24
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
Launchpad X supported? #10
Comments
Oh, it seems the issue is upstream in https://github.com/justinlatimer/node-midi Their demo program also only responds to the same 4 buttons when connecting a Launchpad X. |
Huh, after approving the Midi driver in Chrome (I am on macOS, btw) and then starting the demo program from this repo, all buttons are detected. Backlight control is still non-functional though. |
Hi @mountaindude – yes, the different launchpads use different protocols and also have some individual features. It would be nice to add support for more launchpad versions though behind a common interface. I started a TypeScript port a while ago on a branch. If you decide to work on it, you may want to check it. Would love to spend some time on that too, but time is too limited atm :) |
I guess the answer is no at this point, still wanted to check.
A quick test gives this:
The rightmost 4 buttons in the top row are detected by this lib, all other buttons don't give any events.
Color/lighting control of the buttons doesn't work at all.
Might give it a spin.. either as a fork for the Launchpad X or for this lib. If there's time... :)
The text was updated successfully, but these errors were encountered: