joshnishikawa / MIDIcontroller

A library for creating Teensy MIDI controllers with support for hold or latch buttons, potentiometers, encoders, capacitive sensors, Piezo transducers and other velocity sensitive inputs with aftertouch.
223 stars 19 forks source link

Teensy LC support #15

Closed swordsreversed closed 2 years ago

swordsreversed commented 2 years ago

Hi, would i be able to use an LC with this lib?

I want to create a usb midi keyboard to midi DIN converter.

joshnishikawa commented 2 years ago

The LC works just fine with this library but the LC doesn’t have a USB host so it won’t convert USB MIDI to MIDI DIN on its own.

swordsreversed commented 2 years ago

Ahh i didn't realise that was missing on the board! Cheers.