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.

199 lines
4.1KB

  1. {
  2. "slug": "Fundamental",
  3. "version": "1.0.0",
  4. "license": "BSD-3-Clause",
  5. "name": "Fundamental",
  6. "brand": "VCV",
  7. "author": "VCV",
  8. "authorEmail": "contact@vcvrack.com",
  9. "pluginUrl": "https://vcvrack.com/Fundamental.html",
  10. "authorUrl": "https://vcvrack.com/",
  11. "manualUrl": "https://vcvrack.com/Fundamental.html#manual",
  12. "sourceUrl": "https://github.com/VCVRack/Fundamental",
  13. "changelogUrl": "https://github.com/VCVRack/Fundamental/blob/v1/CHANGELOG.md",
  14. "modules": [
  15. {
  16. "slug": "VCO",
  17. "name": "VCO-1",
  18. "description": "Voltage-controlled oscillator",
  19. "tags": [
  20. "VCO"
  21. ]
  22. },
  23. {
  24. "slug": "VCO2",
  25. "name": "VCO-2",
  26. "description": "Voltage-controlled oscillator",
  27. "tags": [
  28. "VCO"
  29. ]
  30. },
  31. {
  32. "slug": "VCF",
  33. "name": "VCF",
  34. "description": "Voltage-controlled filter",
  35. "tags": [
  36. "VCF"
  37. ]
  38. },
  39. {
  40. "slug": "VCA-1",
  41. "name": "VCA-1",
  42. "description": "Voltage-controlled amplifier",
  43. "tags": [
  44. "VCA",
  45. "Polyphonic"
  46. ]
  47. },
  48. {
  49. "slug": "VCA",
  50. "name": "VCA-2",
  51. "description": "Voltage-controlled amplifier",
  52. "tags": [
  53. "VCA",
  54. "Dual",
  55. "Polyphonic"
  56. ]
  57. },
  58. {
  59. "slug": "LFO",
  60. "name": "LFO-1",
  61. "description": "Low-frequency oscillator",
  62. "tags": [
  63. "LFO"
  64. ]
  65. },
  66. {
  67. "slug": "LFO2",
  68. "name": "LFO-2",
  69. "description": "Low-frequency oscillator",
  70. "tags": [
  71. "LFO"
  72. ]
  73. },
  74. {
  75. "slug": "Delay",
  76. "name": "Delay",
  77. "description": "",
  78. "tags": [
  79. "Delay"
  80. ]
  81. },
  82. {
  83. "slug": "ADSR",
  84. "name": "ADSR",
  85. "description": "Generates an envelope with Attack/Decay/Sustain/Release",
  86. "tags": [
  87. "Envelope Generator"
  88. ]
  89. },
  90. {
  91. "slug": "VCMixer",
  92. "name": "Mixer",
  93. "description": "Mixes 4 signals with built-in VCAs",
  94. "tags": [
  95. "Mixer",
  96. "VCA",
  97. "Polyphonic"
  98. ]
  99. },
  100. {
  101. "slug": "8vert",
  102. "name": "8vert",
  103. "description": "Attenuverts 8 signals or creates constant voltages",
  104. "tags": [
  105. "Attenuator",
  106. "Polyphonic"
  107. ]
  108. },
  109. {
  110. "slug": "Unity",
  111. "name": "Unity",
  112. "description": "Mixes or averages signals with unity gain",
  113. "tags": [
  114. "Mixer",
  115. "Utility",
  116. "Dual"
  117. ]
  118. },
  119. {
  120. "slug": "Mutes",
  121. "name": "Mutes",
  122. "description": "Toggles 10 signals on/off",
  123. "tags": [
  124. "Switch",
  125. "Polyphonic"
  126. ]
  127. },
  128. {
  129. "slug": "Scope",
  130. "name": "Scope",
  131. "description": "Inspect waveforms with an oscilloscope",
  132. "tags": [
  133. "Visual"
  134. ]
  135. },
  136. {
  137. "slug": "SEQ3",
  138. "name": "SEQ-3",
  139. "description": "3-channel 8-step sequencer also with gate outputs",
  140. "tags": [
  141. "Sequencer"
  142. ]
  143. },
  144. {
  145. "slug": "SequentialSwitch1",
  146. "name": "Sequential Switch 1",
  147. "description": "Routes an input to one of to 4 outputs",
  148. "tags": [
  149. "Utility",
  150. "Polyphonic"
  151. ]
  152. },
  153. {
  154. "slug": "SequentialSwitch2",
  155. "name": "Sequential Switch 2",
  156. "description": "Routes one of to 4 inputs to an output",
  157. "tags": [
  158. "Utility",
  159. "Polyphonic"
  160. ]
  161. },
  162. {
  163. "slug": "Split",
  164. "name": "Split",
  165. "description": "Splits a polyphonic cable into multiple monophonic cables",
  166. "tags": [
  167. "Polyphonic",
  168. "Utility"
  169. ]
  170. },
  171. {
  172. "slug": "Merge",
  173. "name": "Merge",
  174. "description": "Combines multiple monophonic cables into a polyphonic cable",
  175. "tags": [
  176. "Polyphonic",
  177. "Utility"
  178. ]
  179. },
  180. {
  181. "slug": "Sum",
  182. "name": "Sum",
  183. "description": "Sums all channels in a polyphonic cable",
  184. "tags": [
  185. "Polyphonic",
  186. "Utility"
  187. ]
  188. },
  189. {
  190. "slug": "Viz",
  191. "name": "Viz",
  192. "description": "Visualizes all channels of a polyphonic cable",
  193. "tags": [
  194. "Polyphonic",
  195. "Visual"
  196. ]
  197. }
  198. ]
  199. }