YuuichiAkagawa / USBH_MIDI

USB MIDI 1.0 class driver for Arduino USB Host Shield 2.0 Library
GNU General Public License v2.0
152 stars 32 forks source link

Question about MIDI over USB to computer #11

Open spiderWAW opened 10 years ago

spiderWAW commented 10 years ago

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

YuuichiAkagawa commented 10 years ago

This project provide USB Host MIDI class driver. I have no plans to implement it.

Can somebody help it?

tcustodio commented 10 years ago

I think if you use this livrar with the "arcore" arduino cores you can achieve what you want https://github.com/rkistner/arcore

lokkiikkol commented 8 years ago

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!

lokkiikkol commented 8 years ago

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!