19 lines
466 B
JSON
19 lines
466 B
JSON
{
|
|
"name": "Arduino-MIDI",
|
|
"keywords": "midi",
|
|
"description": "This library enables MIDI I/O communications on the Arduino serial ports",
|
|
"author":
|
|
{
|
|
"name": "Francois Best",
|
|
"email": "francois.best@fortyseveneffects.com",
|
|
"url": "http://fortyseveneffects.com"
|
|
},
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/FortySevenEffects/arduino_midi_library.git"
|
|
},
|
|
"include": "src",
|
|
"examples": "res/Examples/*/*.ino"
|
|
}
|