-
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
Can't send MIDI data to the controller #42
Comments
You need to execute a Usb.Task() for each Midi.SendData().
|
Unfortunatelly, controller doesn't respond. I've tried adding external power to the Arduino, or using a powered USB hub, but it's all the same. But аm I using SendData function correctly?
I can't get what is a nCable parameter for:
|
I was test with Lanchpad mini. And I use with USB-HUB too.
I don't know how to work LaunchKey. The meaning of nCable is MIDI port number. It is not a channel. |
This helped A LOT. Maybe because of "InControl" feature, on Launchkey the port number is different:
Thanks for your time! |
II've stumbled with a fact, that I can't send MIDI data to the controller.
I'm trying to turn on pad backlight in accordance with the controller manual:
So I'm just checking all possible velocities for a single pad, but the controller doesn't respond:
Identical code on python, when the controller is connected to PC, changes backlight successfully.
Please, tell me what I'm doing wrong.
The text was updated successfully, but these errors were encountered: