I'm trying to come up with the least expensive way possible of connecting a DMG to a MIDI device. Most cheap modern MIDI keyboards don't have MIDI plugs, and Laptops certainly don't, so I need to use a USB cable. Of course, the Teensyboy does this, but an Arduino Teensy is $20 at Adafruit, while Arduino Pro-Micros, and UNO clones are readily available for less than $10 (as low as $3!) on eBay, and both of those have native USB. Even an Arduino DUE is less expensive than a Teensy, and it is a far better board with 2 USB ports.
1) Can I wire up any Arduino with Native USB support the way I would wire a Teensyboy, and then run the Arduinoboy.ino sketch on it and have a functional USB MIDI Adapter for a DMG? Which model would be best?
2) Would it be possible to run an UNO with a Shieldboy on top thus giving me the option of MIDI jacks or USB?
3) The Arduino Due has 2 USB ports. Can I use this Arduino and achieve MIDI through?