-
Notifications
You must be signed in to change notification settings - Fork 1.3k
USB Midi! #672
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
Comments
This is a great "example" project for USB MIDI. Simple button presses for triggering midi notes. https://learn.adafruit.com/arcade-button-control-box |
Any update on this? |
moli, we had to refactor all of the usb stack but we’re getting there, subscribe to this topic and youll kniw the moment its available. no ETA 😁 |
@ladyada Awesome, thanks! |
@ladyada following up, even tho' there is no ETA, do you know is it a couple of days or a few months job? Thanks! |
no ETA 😁 - its being worked on, we don't want to promise and then disappoint! |
The API should be identical to using a UART for MIDI. Fixes #672
For anyone who was following this ticket which was mentioned in https://forums.adafruit.com/viewtopic.php?f=58&t=141504, the CircuitPython library has been around for a while now and can be found in the standard bundle and on GitHub as https://github.com/adafruit/Adafruit_CircuitPython_MIDI |
Requested by JohnPark and Noe. Then we can create simple button instruments using midi.
The text was updated successfully, but these errors were encountered: