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.

120 lines
2.7KB

  1. {
  2. "slug": "CaptainsSounds",
  3. "name": "Captain's Sounds",
  4. "version": "1.0.7",
  5. "license": "GPL-3.0-only",
  6. "brand": "Captain's Sounds",
  7. "author": "Mike Allison",
  8. "authorEmail": "mike@captainssounds.com",
  9. "authorUrl": "https://captainofbass.com",
  10. "pluginUrl": "https://captainssounds.com",
  11. "manualUrl": "",
  12. "sourceUrl": "https://github.com/mikeallisonJS/vcv-CaptainsSounds",
  13. "donateUrl": "https://captainofbass.com/donate",
  14. "changelogUrl": "https://github.com/mikeallisonJS/vcv-CaptainsSounds/CHANGELOG.md",
  15. "modules": [
  16. {
  17. "slug": "Blank901",
  18. "name": "Blank 901",
  19. "description": "1HP Blank 90h theme",
  20. "tags": [
  21. "Blank"
  22. ]
  23. },
  24. {
  25. "slug": "Blank902",
  26. "name": "Blank 902",
  27. "description": "2HP Blank 90h theme",
  28. "tags": [
  29. "Blank"
  30. ]
  31. },
  32. {
  33. "slug": "Blank904",
  34. "name": "Blank 904",
  35. "description": "4HP Blank 90h theme",
  36. "tags": [
  37. "Blank"
  38. ]
  39. },
  40. {
  41. "slug": "Blank908",
  42. "name": "Blank 908",
  43. "description": "8HP Blank 90h theme",
  44. "tags": [
  45. "Blank"
  46. ]
  47. },
  48. {
  49. "slug": "IMO",
  50. "name": "IMO - Input to Multiple Output",
  51. "description": "Dual polyphonic input to multi out",
  52. "tags": [
  53. "Dual",
  54. "Multiple",
  55. "Polyphonic",
  56. "Utility"
  57. ]
  58. },
  59. {
  60. "slug": "MIO",
  61. "name": "MIO - Multiple Input to Output",
  62. "description": "Dual polyphonic multi input to out",
  63. "tags": [
  64. "Dual",
  65. "Mixer",
  66. "Multiple",
  67. "Polyphonic",
  68. "Utility"
  69. ]
  70. },
  71. {
  72. "slug": "Nip",
  73. "name": "Nip",
  74. "description": "Hard clipper with ceiling",
  75. "tags": [
  76. "Distortion",
  77. "Dynamics",
  78. "Limiter",
  79. "Polyphonic"
  80. ]
  81. },
  82. {
  83. "slug": "Pow",
  84. "name": "Pow",
  85. "description": "Uni-polar and Bi-polar voltage generator and attenuator",
  86. "tags": [
  87. "Attenuator",
  88. "Polyphonic",
  89. "Utility"
  90. ]
  91. },
  92. {
  93. "slug": "VBNO",
  94. "name": "VBNO - Voice By Note Oscillator",
  95. "description": "Oscillator with locked pitch by octave & note. Also allows for v/oct overrides rounding voltage to nearest octave or note.",
  96. "tags": [
  97. "Digital",
  98. "Oscillator",
  99. "Tuner"
  100. ]
  101. },
  102. {
  103. "slug": "DBug",
  104. "name": "DBug",
  105. "description": "Debug expander allowing for simple debug from any module.",
  106. "tags": [
  107. "Expander",
  108. "Utility"
  109. ]
  110. },
  111. {
  112. "slug": "Dip",
  113. "name": "Dip",
  114. "description": "Parallel High-pass & Low-pass filter. Like a notch filter on sterioids.",
  115. "tags": [
  116. "Filter"
  117. ]
  118. }
  119. ]
  120. }