We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33bd451 + 96cdd33 commit 352e3d1Copy full SHA for 352e3d1
library.json
@@ -0,0 +1,18 @@
1
+{
2
+ "name": "Arduino-MIDI",
3
+ "keywords": "midi",
4
+ "description": "This library enables MIDI I/O communications on the Arduino serial ports",
5
+ "author":
6
+ {
7
+ "name": "Francois Best",
8
+ "email": "francois.best@fortyseveneffects.com",
9
+ "url": "http://fortyseveneffects.com"
10
+ },
11
+ "repository":
12
13
+ "type": "git",
14
+ "url": "https://github.com/FortySevenEffects/arduino_midi_library.git"
15
16
+ "include": "src",
17
+ "examples": "res/Examples/*/*.ino"
18
+ }
0 commit comments