Skip to content
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

Question about MIDI over USB to computer #11

Open
spiderWAW opened this issue Mar 17, 2014 · 4 comments
Open

Question about MIDI over USB to computer #11

spiderWAW opened this issue Mar 17, 2014 · 4 comments

Comments

@spiderWAW
Copy link

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
Copy link
Owner

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

Can somebody help it?

@tcustodio
Copy link

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

@lokkiikkol
Copy link

lokkiikkol commented May 13, 2016

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
Copy link

lokkiikkol commented May 20, 2016

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants