Skip to content

calcium3000/TeensyMIDIInterface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Teensy MIDI Interface

MIDI interface for the Teensy 3.2 development board

Hardware

This board provides standard MIDI IN, OUT, and THRU ports that connect to the PJRC Teensy 3.2 development board. Connections follow the MIDI standard -- i.e. optoisolation on the IN port, standard 5mA signals, etc. For more information, see the MIDI 1.0 Specification.

In addition, all pins on the perimeter of the Teensy are broken out for easier access and prototyping. Footprints for a 5V, 1A regulator and associated components are provided for stand-alone operation.

Warning: Disconnect external power source when connected to USB.

Connections

MIDI_IN is connected to D0/RX1 for use with the Serial1 library.

MIDI_OUT is connected to D1/TX1, ditto with Serial1.

License

All source files are released under the TAPR Open Hardware License. See LICENSE.txt for a copy of the license.

Software

Provided are two test programs for MIDI input and MIDI output configurations. Both are adopted from PRJC's MIDI Library page. More specific examples to come!

License

All source files are released under the GNU General Public License. See LICENSE.txt for a copy of the license.

About

MIDI interface for the Teensy 3.2 development board

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages