Skip to content

Quick Start

CalartsCreativeComputing edited this page Apr 10, 2025 · 1 revision

Quick Start

Solder your Teensy to the board ◦ Use headers instead of soldering the Teensy directly to the PCB. ◦ This allows you to easily remove and reuse your Teensy for future projects.

Install the required library ◦ Most of our demo code uses the Teensy USBMIDI library. ◦ Download it via the Arduino Library Manager before running the code.

Set your board mode ◦ Ensure your Teensy is in Serial + MIDI mode in the Arduino IDE. ◦ This allows your computer to recognize it as a MIDI device.

Upload and experiment! ◦ Flash the code to your Teensy and start exploring interactive MIDI control.

Clone this wiki locally