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.

83 lines
2.2KB

  1. {
  2. "slug": "PersonalModules",
  3. "name": "Personal Modules",
  4. "version": "1.0.0",
  5. "license": "PROPRIETARY",
  6. "author": "SV Modular",
  7. "authorEmail": "contact@svmodular.com",
  8. "authorUrl": "https://svmodular.com/",
  9. "pluginUrl": "https://svmodular.com/plugin/vcv/personal-modules.html",
  10. "manualUrl": "https://svmodular.com/plugin/vcv/personal-modules.html",
  11. "brand": "SV Modular",
  12. "modules": [
  13. {
  14. "slug": "VCO",
  15. "name": "VCO",
  16. "description": "My Own Personal VCO",
  17. "manualUrl": "https://svmodular.s3-us-west-2.amazonaws.com/manual/personal-modules/VCO.pdf",
  18. "tags": [
  19. "VCO",
  20. "Polyphonic"
  21. ]
  22. },
  23. {
  24. "slug": "VCA",
  25. "name": "VCA",
  26. "description": "My Own Personal VCA",
  27. "manualUrl": "https://svmodular.s3-us-west-2.amazonaws.com/manual/personal-modules/VCA.pdf",
  28. "tags": [
  29. "VCA",
  30. "Polyphonic"
  31. ]
  32. },
  33. {
  34. "slug": "Break",
  35. "name": "Break",
  36. "description": "My Own Personal Attenuator",
  37. "manualUrl": "https://svmodular.s3-us-west-2.amazonaws.com/manual/personal-modules/Break.pdf",
  38. "tags": [
  39. "Attenuator",
  40. "Polyphonic"
  41. ]
  42. },
  43. {
  44. "slug": "Eq",
  45. "name": "Eq",
  46. "description": "My Own Personal Eq",
  47. "manualUrl": "https://svmodular.s3-us-west-2.amazonaws.com/manual/personal-modules/Eq.pdf",
  48. "tags": [
  49. "EQ",
  50. "Polyphonic"
  51. ]
  52. },
  53. {
  54. "slug": "Bias",
  55. "name": "Bias",
  56. "description": "My Own Personal Bias",
  57. "manualUrl": "https://svmodular.s3-us-west-2.amazonaws.com/manual/personal-modules/Bias.pdf",
  58. "tags": [
  59. "Attenuator",
  60. "Polyphonic"
  61. ]
  62. },
  63. {
  64. "slug": "Chrono",
  65. "name": "Chrono",
  66. "description": "My Own Personal Clock",
  67. "manualUrl": "https://svmodular.s3-us-west-2.amazonaws.com/manual/personal-modules/Chrono.pdf",
  68. "tags": [
  69. "Clock"
  70. ]
  71. },
  72. {
  73. "slug": "MultiPan",
  74. "name": "MultiPan",
  75. "description": "My Own Personal Panner",
  76. "manualUrl": "https://svmodular.s3-us-west-2.amazonaws.com/manual/personal-modules/MultiPan.pdf",
  77. "tags": [
  78. "Utility",
  79. "Polyphonic"
  80. ]
  81. }
  82. ]
  83. }