Hi Jacob.
I know it's been almost two months since your question, but yesterday I did a little test program with the USBMIDI lib and I have a "similar" problem.
First of all: Have you fixed your problem yet?
If not, did you tried the program just with the default usb connector? or after you downloaded the fw to the mbed you connected it through the D+D-?? (I haven't tested your code by myself, I'm on work now).
I don't have your configuration, instead i have the MPR121 touch keypad form sparkfun (http://www.sparkfun.com/products/10250) connected to emulate a drumset for my first test. When it was connected trough the mbed usb connector the program didn't work, but when I conected it trough the D+D- it works.
The problem that I have now is that when I press one button on the keypad and generates an interrupt the program stops working at all. I think today I'm gonna have some time to test other simple interrupt to see if the usbmidi is the problem or it's between the keyboard and the chair.
Well maybe my post is not very usefull for now... I'm going to be edditting this with my future tests.
Good luck.
Rolando.
Edit 1
Well i got it working now... the problem was a "Wait(0.25);" in the isr... not sure why yet..
Hi, I am currently trying to get an mbed to receive a signal from an xbee, and then use the USBMIDI library to talk to the computer. do the Xbee serial and the USBMIDI serial programs conflict? I can get everything to work, except having the two combined. if USBMIDI is included in the code it no longer works