-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlibrary.json
More file actions
34 lines (34 loc) · 1.32 KB
/
Copy pathlibrary.json
File metadata and controls
34 lines (34 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "midi2cpp",
"version": "0.6.1",
"description": "C++ MIDI 2.0 platform: a C++17 wrapper that bundles the portable midi2 C99 core. Covers UMP, MIDI-CI with Appendix E, Profile, PE Subscribe/Notify, Process Inquiry, Flex Data, and Bit Scaling. Targets RP2040, RP2350, Teensy, ESP32 family, nRF52, and SAMD21.",
"keywords": "midi, midi2, usb, ump, capability-inquiry, property-exchange, profile",
"authors": [
{
"name": "Saulo Verissimo",
"email": "sauloverissimo@gmail.com",
"url": "https://github.com/sauloverissimo",
"maintainer": true
}
],
"license": "MIT",
"frameworks": ["arduino"],
"platforms": ["raspberrypi", "teensy", "espressif32", "nordicnrf52"],
"repository": {
"type": "git",
"url": "https://github.com/sauloverissimo/midi2cpp.git"
},
"headers": "midi2cpp.h",
"export": {
"exclude": [
"tests/build/*", "build/*", ".github/*", "scripts/*",
"examples/*/build", "examples/*/build/*",
"examples/*/idf/build", "examples/*/idf/build/*",
"examples/*/idf/external", "examples/*/idf/external/*",
"examples/*/idf/managed_components", "examples/*/idf/managed_components/*",
"examples/*/idf/dependencies.lock",
"examples/*/idf/sdkconfig", "examples/*/idf/sdkconfig.old",
"examples/*/pio/.pio", "examples/*/pio/.pio/*"
]
}
}