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.

61 lines
1.3KB

  1. {
  2. "slug": "Minilab3",
  3. "name": "Minilab3",
  4. "version": "2.0.1",
  5. "license": "MIT",
  6. "brand": "ldlework",
  7. "author": "ldlework",
  8. "authorEmail": "dlacewell@gmail.com",
  9. "authorUrl": "https://ldlework.com/",
  10. "pluginUrl": "http://minilab3.ldlework.com/",
  11. "manualUrl": "http://minilab3.ldlework.com/",
  12. "sourceUrl": "https://github.com/dustinlacewell/vcv-minilab3",
  13. "donateUrl": "https://buymeacoffee.com/idle",
  14. "modules": [
  15. {
  16. "slug": "MiniLab",
  17. "name": "MiniLab",
  18. "description": "Multiplex MIDI signals through expander modules.",
  19. "tags": [
  20. "MIDI",
  21. "Multiple",
  22. "Utility"
  23. ],
  24. "keywords": [
  25. "minilab",
  26. "routing",
  27. "multiplex"
  28. ]
  29. },
  30. {
  31. "slug": "MiniPad",
  32. "name": "MiniPad",
  33. "description": "Expander module for MiniLab module.",
  34. "tags": [
  35. "MIDI",
  36. "Multiple",
  37. "Utility",
  38. "Expander"
  39. ],
  40. "keywords": [
  41. "minilab",
  42. "routing",
  43. "multiplex"
  44. ]
  45. },
  46. {
  47. "slug": "MiniLog",
  48. "name": "MiniLog",
  49. "description": "Diagnostic MIDI logger for MiniLab module.",
  50. "tags": [
  51. "Expander",
  52. "MIDI",
  53. "Multiple",
  54. "Utility"
  55. ],
  56. "keywords": [
  57. "log"
  58. ]
  59. }
  60. ]
  61. }