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

Teensy4 support? #7

Closed Shootingmaker closed 4 years ago

Shootingmaker commented 4 years ago

I know "MIDI Controller" not support Teensy4 / 4.1 now. Will be support?

joshnishikawa commented 4 years ago

This library does support Teensy 4.0 / 4.1 The chips on Teensy 4.0 / 4.1 don't support touchRead() but everything else should compile and run just fine. See this thread. https://github.com/joshnishikawa/MIDIcontroller/issues/6