Skip to content

arduino_midi library.properties

Dimitri Diakopoulos edited this page Dec 18, 2015 · 1 revision

If Arduino 1.6+ is complaining about the MIDI library, usually it means that a library.properties file must be created in the same directory as the library. Between Arduino IDE versions 1.5 and 1.6, this format changed and the MIDI library author hasn't had time to create one. A usable library.properties file is included below:

name=arduino_midi
version=4.2
author=Francois Best
[email protected]
sentence=This library enables MIDI I/O communications on the Arduino serial ports
paragraph=
category=Signal Input/Output
url=https://github.com/FortySevenEffects/arduino_midi_library.git
architectures=*
dot_a_linkage=true
Clone this wiki locally