So cool! always wanted to use a midi pad to play with arduino! would be cool to see a sample of your code!
@lukasglaser26 жыл бұрын
When I try your code on Arduino Leonardo i get the error message "...usbh_midi.h:54:18: error: 'uint16_t USBH_MIDI::pid' is protected uint16_t pid, vid; // ProductID, VendorID" Does anybody has an idea to solve this issue?
@potul5 жыл бұрын
I know it's late but... you may need to change the Midi.pid and Midi.vid and replace for Midi.idVendor() and Midi.idProduct()
@bowzert9 жыл бұрын
Hello ! I've tried the code with a launchpad S and only the first part worked.
@lukasglaser26 жыл бұрын
Well done! Which type of Arduino do you use?
@zapallalla6 жыл бұрын
Lukas Glaser Duemilanova
@lukasglaser26 жыл бұрын
And which kind of USB-Shield 2.0? Any specific one? And do you use any driver for that?
@zapallalla6 жыл бұрын
The shield is described in the code. Also answer to last question can be found from code.
@impaler426 жыл бұрын
Can you describe what exactly the Arduino is doing here besides providing power?
@zapallalla6 жыл бұрын
Shaikat Hossain It is communicating with launchpad thru USB.
@ldxyz-s1e5 жыл бұрын
Is it compatible with Novation Launchpad Mini Mk2?
@zapallalla5 жыл бұрын
midenok no idea..
@jkrielaars10 жыл бұрын
Whoo! there's intrest allright...! Would love to have a look at the code for this...
@fraenx30009 жыл бұрын
This is just what I'm looking for! Could you send me your code for this?
@fraenx30009 жыл бұрын
***** yeah. He added it after my last post... Thanks for that, by the way!