USBH_MIDI icon indicating copy to clipboard operation
USBH_MIDI copied to clipboard

Question about MIDI over USB to computer

Open spiderWAW opened this issue 10 years ago • 4 comments

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

spiderWAW avatar Mar 17 '14 19:03 spiderWAW

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

Can somebody help it?

YuuichiAkagawa avatar Mar 18 '14 15:03 YuuichiAkagawa

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

tcustodio avatar Aug 23 '14 00:08 tcustodio

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 avatar May 13 '16 09:05 lokkiikkol

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!

lokkiikkol avatar May 20 '16 07:05 lokkiikkol