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

Status of Teensy version? #5

Closed
SoundGuyAndy opened this issue May 20, 2013 · 7 comments
Closed

Status of Teensy version? #5

SoundGuyAndy opened this issue May 20, 2013 · 7 comments
Assignees

Comments

@SoundGuyAndy
Copy link

Hey Franky,
I can't quite tell from what's posted, what's the current status of the Teensy version of the MIDI Library, with USB support? I'm trying to find an easy way to merge data between UART MIDI and USB MIDI, and it's a bit of a headache going between the standard MIDI lib and Paul's USB MIDI for the Teensy. Your version looks like it'd make life a lot easier, I just can't tell if it's in a usable state, or a raw beta, or abandoned, or...?

Thanks for any insight you can give!

-Andy

@franky47
Copy link
Member

franky47 commented Apr 1, 2014

Hi Andy,

We're in discussion with Paul, @rkistner and David Mellis from Arduino to find a clean way to integrate all these changes in the MIDI Library, the Teensy and Arduino cores.

@DavidMenting
Copy link
Contributor

Hi Franky,
Any updates on this? My Teensy 3.1 doesn't seem to get past MIDI.begin() using MIDI library version 4.2.

@aminnie
Copy link

aminnie commented Dec 13, 2015

Hi David,

I have been running Frank's MIDI library version 4.2 on Teensy 3.1's for more than a year - for the most part through the serial/DIN interfaces. I attempted to move to MIDI over USB in recent weeks with some success. As long as I connect to my Roland Integra-7 via MIDI-OX on a PC, midiUSB works fine. However a direct midiUSB connect between the Teensy and Integra is not working and I reverted back to DIN. From my little reading to date this may be related to USB MIDI "class compliance" implementation differences. The standard seems to be a little loose. Would be great to get USB on the Teensy's going with the Integra-7, but standard DIN works fine.

You have tried Paul's intro to MIDI examples? https://www.pjrc.com/teensy/td_libs_MIDI.html

Anton

@DavidMenting
Copy link
Contributor

I managed to get this library to work by changing midi_Defs.h as in Paul's fork of this library (commit 95af056).

@franky47
Copy link
Member

I'd be happy to merge @PaulStoffregen's commits if he sends a PR, otherwise I can replicate his changes.

@franky47 franky47 self-assigned this Dec 13, 2015
@PaulStoffregen
Copy link

I too would like to see everything integrated cleanly. At the moment I can't put much time into this... but I do want to get to it eventually.

@softegg
Copy link
Contributor

softegg commented Jun 9, 2016

I just copied the library directory over verbatim and it worked. I had to add a "library.properties" file, but that was it. I didn't test USB MIDI, just serial MIDI.

@franky47 franky47 closed this as completed Oct 5, 2016
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

6 participants