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.

258 lines
5.3KB

  1. {
  2. "slug": "Fundamental",
  3. "version": "1.4.0",
  4. "license": "GPL-3.0-only",
  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. "Polyphonic"
  22. ]
  23. },
  24. {
  25. "slug": "VCO2",
  26. "name": "VCO-2",
  27. "description": "Voltage-controlled oscillator",
  28. "tags": [
  29. "VCO",
  30. "Polyphonic"
  31. ]
  32. },
  33. {
  34. "slug": "VCF",
  35. "name": "VCF",
  36. "description": "Voltage-controlled filter",
  37. "tags": [
  38. "VCF",
  39. "Polyphonic"
  40. ]
  41. },
  42. {
  43. "slug": "VCA-1",
  44. "name": "VCA-1",
  45. "description": "Voltage-controlled amplifier",
  46. "tags": [
  47. "VCA",
  48. "Polyphonic"
  49. ]
  50. },
  51. {
  52. "slug": "VCA",
  53. "name": "VCA-2",
  54. "description": "Voltage-controlled amplifier",
  55. "tags": [
  56. "VCA",
  57. "Dual",
  58. "Polyphonic"
  59. ]
  60. },
  61. {
  62. "slug": "LFO",
  63. "name": "LFO-1",
  64. "description": "Low-frequency oscillator",
  65. "tags": [
  66. "LFO",
  67. "Polyphonic"
  68. ]
  69. },
  70. {
  71. "slug": "LFO2",
  72. "name": "LFO-2",
  73. "description": "Low-frequency oscillator",
  74. "tags": [
  75. "LFO",
  76. "Polyphonic"
  77. ]
  78. },
  79. {
  80. "slug": "Delay",
  81. "name": "Delay",
  82. "description": "",
  83. "tags": [
  84. "Delay"
  85. ]
  86. },
  87. {
  88. "slug": "ADSR",
  89. "name": "ADSR",
  90. "description": "Generates an envelope with Attack/Decay/Sustain/Release",
  91. "tags": [
  92. "Envelope Generator",
  93. "Polyphonic"
  94. ]
  95. },
  96. {
  97. "slug": "VCMixer",
  98. "name": "Mixer",
  99. "description": "Mixes 4 signals with built-in VCAs",
  100. "tags": [
  101. "Mixer",
  102. "VCA",
  103. "Polyphonic"
  104. ]
  105. },
  106. {
  107. "slug": "8vert",
  108. "name": "8vert",
  109. "description": "Attenuverts 8 signals or creates constant voltages",
  110. "tags": [
  111. "Attenuator",
  112. "Polyphonic"
  113. ]
  114. },
  115. {
  116. "slug": "Unity",
  117. "name": "Unity",
  118. "description": "Mixes or averages signals with unity gain",
  119. "tags": [
  120. "Mixer",
  121. "Utility",
  122. "Dual"
  123. ]
  124. },
  125. {
  126. "slug": "Mutes",
  127. "name": "Mutes",
  128. "description": "Toggles up to 10 signals",
  129. "tags": [
  130. "Switch",
  131. "Polyphonic"
  132. ]
  133. },
  134. {
  135. "slug": "Pulses",
  136. "name": "Pulses",
  137. "description": "Generates up to 10 trigger and gate signals",
  138. "tags": [
  139. "Switch"
  140. ]
  141. },
  142. {
  143. "slug": "Scope",
  144. "name": "Scope",
  145. "description": "Inspect waveforms with an oscilloscope",
  146. "tags": [
  147. "Visual",
  148. "Polyphonic"
  149. ]
  150. },
  151. {
  152. "slug": "SEQ3",
  153. "name": "SEQ-3",
  154. "description": "3-channel 8-step sequencer also with gate outputs",
  155. "tags": [
  156. "Sequencer"
  157. ]
  158. },
  159. {
  160. "slug": "SequentialSwitch1",
  161. "name": "Sequential Switch 1",
  162. "description": "Routes an input to one of to 4 outputs",
  163. "tags": [
  164. "Utility",
  165. "Polyphonic"
  166. ]
  167. },
  168. {
  169. "slug": "SequentialSwitch2",
  170. "name": "Sequential Switch 2",
  171. "description": "Routes one of to 4 inputs to an output",
  172. "tags": [
  173. "Utility",
  174. "Polyphonic"
  175. ]
  176. },
  177. {
  178. "slug": "Octave",
  179. "name": "Octave",
  180. "description": "Shifts 1V/oct CV by octaves",
  181. "tags": [
  182. "Utility",
  183. "Polyphonic"
  184. ]
  185. },
  186. {
  187. "slug": "Quantizer",
  188. "name": "Quantizer",
  189. "description": "12-note quantizer and scale selector",
  190. "tags": [
  191. "Quantizer",
  192. "Polyphonic"
  193. ]
  194. },
  195. {
  196. "slug": "Split",
  197. "name": "Split",
  198. "description": "Splits a polyphonic cable into multiple monophonic cables",
  199. "tags": [
  200. "Polyphonic",
  201. "Utility"
  202. ]
  203. },
  204. {
  205. "slug": "Merge",
  206. "name": "Merge",
  207. "description": "Combines multiple monophonic cables into a polyphonic cable",
  208. "tags": [
  209. "Polyphonic",
  210. "Utility"
  211. ]
  212. },
  213. {
  214. "slug": "Sum",
  215. "name": "Sum",
  216. "description": "Sums all channels in a polyphonic cable",
  217. "tags": [
  218. "Polyphonic",
  219. "Utility"
  220. ]
  221. },
  222. {
  223. "slug": "Viz",
  224. "name": "Viz",
  225. "description": "Visualizes all channels of a polyphonic cable",
  226. "tags": [
  227. "Polyphonic",
  228. "Visual"
  229. ]
  230. },
  231. {
  232. "slug": "MidSide",
  233. "name": "Mid/Side",
  234. "description": "Mid/side stereo encoder/decoder",
  235. "tags": [
  236. "Utility",
  237. "Polyphonic"
  238. ]
  239. },
  240. {
  241. "slug": "Noise",
  242. "name": "Noise",
  243. "description": "Multicolored noise generator",
  244. "tags": [
  245. "Noise"
  246. ]
  247. },
  248. {
  249. "slug": "Random",
  250. "name": "Random",
  251. "description": "Random CV generator",
  252. "tags": [
  253. "Random",
  254. "Sample and hold"
  255. ]
  256. }
  257. ]
  258. }