TeensyDuino - support with any Teensy or only Teensy 2.x?

Status
Not open for further replies.

timg11

Member
I want to use the USB MIDI functions of the Teensy. The USB MIDI functions are described under TeensyDuino. It is not clear to me which Teensy platforms support the TeensyDuino capabilities, though.

Basically, I need to create a device that will look like a USB class compliant slave device (keyboard, knobs, etc). It will receive sysex messages over MIDI, translate them, and send them back out the same USB MIDI interface. Ideally, the device would power itself over MIDI so it would not need any external power.

Could I purchase either Teensy 2.0 or 3.1? If so, are there any issues or caveats I should keep in mind?

I posted this question in Tech Support, but now I'm thinking that was the wrong place. Sorry for the duplicate...
 
Some of those tutorial images are very old, from before any Teensy supported USB MIDI. The process is still basically the same, even though the appearance of the Arduino IDE and some menus has changed.

After I get 1.20 released and some progress on neglected Audio library stuff, I really ought to redo most the images in those old tutorial.

Today, USB MIDI supports Teensy 3.1, Teensy 3.0, Teensy++ 2.0 and Teensy 2.0.

The long-discontinued Teensy 1.0 and Teensy++ 1.0 boards are no longer supported.
 
Status
Not open for further replies.
Back
Top