You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1002B

  1. {
  2. "slug": "SkJack",
  3. "name": "SkJack",
  4. "brand": "Skrylar",
  5. "version": "1.0.0",
  6. "license": "GPL-3.0",
  7. "author": "Skrylar",
  8. "authorEmail": "joshua.cearley@gmail.com",
  9. "authorUrl": "https://github.com/Skrylar",
  10. "pluginUrl": "https://github.com/Skrylar/skjack-vcv",
  11. "manualUrl": "https://github.com/Skrylar/skjack-vcv",
  12. "sourceUrl": "https://github.com/Skrylar/skjack-vcv",
  13. "donateUrl": "https://www.ko-fi.com/V7V6RG3E",
  14. "modules": [
  15. {
  16. "slug": "JackAudio",
  17. "name": "JACK Audio",
  18. "description": "Four named input and output JACK ports.",
  19. "tags": [
  20. "external"
  21. ]
  22. },
  23. {
  24. "slug": "JackAudioOut8",
  25. "name": "JACK Audio (8 Rack->JACK)",
  26. "description": "Eight named JACK output ports.",
  27. "tags": [
  28. "external"
  29. ]
  30. },
  31. {
  32. "slug": "JackAudioIn8",
  33. "name": "JACK Audio (8 JACK->RACK)",
  34. "description": "Eight named JACK input ports.",
  35. "tags": [
  36. "external"
  37. ]
  38. }
  39. ]
  40. }