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

Midi on serial port #52

Open
giovannibotta opened this issue Jan 29, 2019 · 6 comments
Open

Midi on serial port #52

giovannibotta opened this issue Jan 29, 2019 · 6 comments

Comments

@giovannibotta
Copy link

Hi I’m trying to understand whether it’s possible to output midi signals directly on a serial port connected to a standard din connector, in addition to USB. The application for this is to control devices that only have din support and/or without a host computer. Looking at the code, it doesn’t seem supported but I might be wrong. Also this might not be the right library for this and a separate one might exist. I tried to do some research but without success. Any ideas?

@fab672000
Copy link
Contributor

Yes it is look at this example (you'll find a lot of hardware resources with google to implement a midi in/out din connection to the arduino serial port(s)).
I developed this midi interface so that my son can learn piano with his ipad while using an old midi din interface on a casio piano.

@giovannibotta
Copy link
Author

giovannibotta commented Jan 29, 2019 via email

@fab672000
Copy link
Contributor

No it is using it instead and alkso uses another great midi lib from another contributor here.

@giovannibotta
Copy link
Author

Sounds like it might make sense to add it to the Arduino repositories? Anyway I’ll give it a try, thank you!

@giovannibotta
Copy link
Author

It seems to me that serial+USB functionality will soon be supported by arduino_midi_library, e.g., here.

@fab672000
Copy link
Contributor

fab672000 commented Jan 30, 2019

Yes, my project also uses @franky47 MIDI library, I think he implemented recently a bridging functionality similar to mine there, could not check that out yet.

My project is more specific though and designed for use as a self-powered usb device on tablets like iPads.

I'm sure you could now use his lib to do the same thing.

fab672000 referenced this issue in fab672000/MIDIUSB_1x1 Jan 30, 2019
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

2 participants