forest-all-around/osc/lib/OSC/library.json
Dooho Yi fa1acde77b rename osc8266/ -> osc/
+ (planned) add support for esp32
2022-05-04 15:50:38 +09:00

28 lines
667 B
JSON

{
"name": "OSC",
"keywords": "sound, encoding, OSC",
"description": "Open Sound Control (OSC) is an open, transport-independent, message-based encidubg developed for communication among computers, sound synthesizers, and other multimedia devices.",
"authors": [
{
"name": "Adrian Freed",
"email": "adrian@adrianfreed.com",
"url": "http://www.adrianfreed.com"
},
{
"name": "Yotam Mann",
"url": "http://yotammann.info"
}
],
"repository":
{
"type": "git",
"url": "https://github.com/CNMAT/OSC.git"
},
"frameworks": "arduino",
"platforms": [
"atmelavr",
"atmelsam",
"teensy"
]
}