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

Remove unavailable item from `depends` field of library.properties #23

Closed per1234 closed 1 year ago

per1234 commented 1 year ago

The depends field of the library.properties metadata file specifies the dependencies that should be installed along with the library by the Arduino Library Manager.

This field must contain only the names of libraries that are available for installation via Library Manager.

The presence of any items which are not in Library Manager causes installation of the library to fail:

Fixes https://github.com/joshnishikawa/MIDIcontroller/issues/22 Fixes https://github.com/arduino/library-registry/issues/1895