Open spiderWAW opened 10 years ago
This project provide USB Host MIDI class driver. I have no plans to implement it.
Can somebody help it?
I think if you use this livrar with the "arcore" arduino cores you can achieve what you want https://github.com/rkistner/arcore
yes this should be trivial with an arduino leonardo or micro (and the arcore core mentioned) and an usb shield. i will attempt this soon!
this also is trivial with an arduino uno. you can reprogram the 16u2 used as usb-to-serial to be used as usb-to-midi. that way you get exactly what you want, see here:
http://morecatlab.akiba.coocan.jp/lab/index.php/aruino/midi-firmware-for-arduino-uno-moco/?lang=en
and, confirmed working on an uno!
Today if we compare your project with commercial one like discontinued iConnectivity iConnectMIDI just only one thing is missing: parallel bidirectional connection with computer over cable used to programing Arduino. Is possible to ad this functionality to your project?
USB MIDI Host IN > MIDI 5 Out and over USB to computer (as MIDI IN_) USB MIDI Host Out and over USB from computer (as MIDI Out) > USB MIDI Host In and 5 DIN Out USB MIDI Host Out and 5 DIN In > Computer over USB ie. MIDI IN
BTW: Fishman TriplePlay is supported (IN/OUT); Tutorial based on your library http://www.vguitarforums.com/smf/index.php?topic=9681.msg69488#msg69488