library.json 667 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "OSC",
  3. "keywords": "sound, encoding, OSC",
  4. "description": "Open Sound Control (OSC) is an open, transport-independent, message-based encidubg developed for communication among computers, sound synthesizers, and other multimedia devices.",
  5. "authors": [
  6. {
  7. "name": "Adrian Freed",
  8. "email": "adrian@adrianfreed.com",
  9. "url": "http://www.adrianfreed.com"
  10. },
  11. {
  12. "name": "Yotam Mann",
  13. "url": "http://yotammann.info"
  14. }
  15. ],
  16. "repository":
  17. {
  18. "type": "git",
  19. "url": "https://github.com/CNMAT/OSC.git"
  20. },
  21. "frameworks": "arduino",
  22. "platforms": [
  23. "atmelavr",
  24. "atmelsam",
  25. "teensy"
  26. ]
  27. }