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

MIDIcontroller.h want to include Bounce.h not Bounce2.h #13

Closed nimans4 closed 3 years ago

nimans4 commented 3 years ago

Is your library specialized for Bounce or Bounce2 ?

joshnishikawa commented 3 years ago

Bounce actually. I listed Bounce2 as a dependency in case I needed to make future use of Bounce2 features. I don't think I will and all the examples still use the Bounce implementation anyway. Please use Bounce. The dependencies have been updated as of v.2.4.1