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

no such as directory #3

Closed Shootingmaker closed 4 years ago

Shootingmaker commented 5 years ago

MIDIbutton.h

include "Flicker.h"

no such as directory...

it works

include "Flicker/Flicker.h"

joshnishikawa commented 5 years ago

Thanks for that! I shouldn't assume everyone else has Flicker.h in their library folder. Fixed now.