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.

295 lines
7.1KB

  1. {
  2. "slug": "Fundamental",
  3. "name": "Fundamental",
  4. "version": "2.1.0",
  5. "license": "GPL-3.0-or-later",
  6. "brand": "VCV",
  7. "author": "VCV",
  8. "authorEmail": "support@vcvrack.com",
  9. "pluginUrl": "https://vcvrack.com/Fundamental",
  10. "authorUrl": "https://vcvrack.com/",
  11. "manualUrl": "https://vcvrack.com/Fundamental#manual",
  12. "sourceUrl": "https://github.com/VCVRack/Fundamental",
  13. "changelogUrl": "https://github.com/VCVRack/Fundamental/blob/v2/CHANGELOG.md",
  14. "modules": [
  15. {
  16. "slug": "VCO",
  17. "name": "VCO",
  18. "description": "Voltage-controlled oscillator",
  19. "manualUrl": "https://vcvrack.com/Fundamental#VCO",
  20. "tags": [
  21. "VCO",
  22. "Polyphonic"
  23. ]
  24. },
  25. {
  26. "slug": "VCO2",
  27. "name": "Wavetable VCO",
  28. "description": "Voltage-controlled wavetable oscillator",
  29. "manualUrl": "https://vcvrack.com/Fundamental#WavetableVCO",
  30. "tags": [
  31. "VCO",
  32. "Polyphonic"
  33. ]
  34. },
  35. {
  36. "slug": "VCF",
  37. "name": "VCF",
  38. "description": "Voltage-controlled filter",
  39. "manualUrl": "https://vcvrack.com/Fundamental#VCF",
  40. "tags": [
  41. "VCF",
  42. "Polyphonic"
  43. ]
  44. },
  45. {
  46. "slug": "VCA-1",
  47. "name": "VCA",
  48. "description": "Voltage-controlled amplifier",
  49. "manualUrl": "https://vcvrack.com/Fundamental#VCA",
  50. "tags": [
  51. "VCA",
  52. "Polyphonic"
  53. ]
  54. },
  55. {
  56. "slug": "VCA",
  57. "name": "VCA-2",
  58. "description": "2-channel voltage-controlled amplifier",
  59. "tags": [
  60. "VCA",
  61. "Dual",
  62. "Polyphonic"
  63. ],
  64. "hidden": true
  65. },
  66. {
  67. "slug": "LFO",
  68. "name": "LFO",
  69. "description": "Low-frequency oscillator",
  70. "manualUrl": "https://vcvrack.com/Fundamental#LFO",
  71. "tags": [
  72. "LFO",
  73. "Polyphonic"
  74. ]
  75. },
  76. {
  77. "slug": "LFO2",
  78. "name": "Wavetable LFO",
  79. "description": "Low-frequency wavetable oscillator",
  80. "manualUrl": "https://vcvrack.com/Fundamental#WavetableLFO",
  81. "tags": [
  82. "LFO",
  83. "Polyphonic"
  84. ]
  85. },
  86. {
  87. "slug": "Delay",
  88. "name": "Delay",
  89. "description": "",
  90. "manualUrl": "https://vcvrack.com/Fundamental#Delay",
  91. "tags": [
  92. "Delay"
  93. ]
  94. },
  95. {
  96. "slug": "ADSR",
  97. "name": "ADSR",
  98. "description": "Generates an envelope with Attack/Decay/Sustain/Release",
  99. "manualUrl": "https://vcvrack.com/Fundamental#ADSR",
  100. "tags": [
  101. "Envelope Generator",
  102. "Polyphonic"
  103. ]
  104. },
  105. {
  106. "slug": "Mixer",
  107. "name": "Mix",
  108. "description": "Mixes 6 signals",
  109. "manualUrl": "https://vcvrack.com/Fundamental#Mix",
  110. "tags": [
  111. "Mixer",
  112. "Polyphonic"
  113. ]
  114. },
  115. {
  116. "slug": "VCMixer",
  117. "name": "VCA Mix",
  118. "description": "Mixes 4 signals with built-in VCAs",
  119. "manualUrl": "https://vcvrack.com/Fundamental#VCMixer",
  120. "tags": [
  121. "Mixer",
  122. "VCA",
  123. "Polyphonic"
  124. ]
  125. },
  126. {
  127. "slug": "8vert",
  128. "name": "8vert",
  129. "description": "Attenuverts 8 signals or creates constant voltages",
  130. "manualUrl": "https://vcvrack.com/Fundamental#8vert",
  131. "tags": [
  132. "Attenuator",
  133. "Polyphonic"
  134. ]
  135. },
  136. {
  137. "slug": "Unity",
  138. "name": "Unity",
  139. "description": "Mixes or averages signals with unity gain",
  140. "tags": [
  141. "Mixer",
  142. "Utility",
  143. "Dual"
  144. ],
  145. "hidden": true
  146. },
  147. {
  148. "slug": "Mutes",
  149. "name": "Mutes",
  150. "description": "Toggles up to 10 signals",
  151. "manualUrl": "https://vcvrack.com/Fundamental#Mutes",
  152. "tags": [
  153. "Switch",
  154. "Polyphonic"
  155. ]
  156. },
  157. {
  158. "slug": "Pulses",
  159. "name": "Pulses",
  160. "description": "Generates up to 10 trigger and gate signals",
  161. "manualUrl": "https://vcvrack.com/Fundamental#Pulses",
  162. "tags": [
  163. "Switch"
  164. ]
  165. },
  166. {
  167. "slug": "Scope",
  168. "name": "Scope",
  169. "description": "Inspect waveforms with an oscilloscope",
  170. "manualUrl": "https://vcvrack.com/Fundamental#Scope",
  171. "tags": [
  172. "Visual",
  173. "Polyphonic"
  174. ]
  175. },
  176. {
  177. "slug": "SEQ3",
  178. "name": "SEQ 3",
  179. "description": "3-channel 8-step sequencer also with gate outputs",
  180. "manualUrl": "https://vcvrack.com/Fundamental#SEQ3",
  181. "tags": [
  182. "Sequencer"
  183. ]
  184. },
  185. {
  186. "slug": "SequentialSwitch1",
  187. "name": "Sequential Switch 1 to 4",
  188. "description": "Routes 1 input to one of 4 outputs",
  189. "manualUrl": "https://vcvrack.com/Fundamental#SequentialSwitch",
  190. "tags": [
  191. "Utility",
  192. "Polyphonic"
  193. ]
  194. },
  195. {
  196. "slug": "SequentialSwitch2",
  197. "name": "Sequential Switch 4 to 1",
  198. "description": "Routes one of 4 inputs to 1 output",
  199. "manualUrl": "https://vcvrack.com/Fundamental#SequentialSwitch",
  200. "tags": [
  201. "Utility",
  202. "Polyphonic"
  203. ]
  204. },
  205. {
  206. "slug": "Octave",
  207. "name": "Octave",
  208. "description": "Shifts 1V/oct pitch CV by octaves",
  209. "manualUrl": "https://vcvrack.com/Fundamental#Octave",
  210. "tags": [
  211. "Utility",
  212. "Polyphonic"
  213. ]
  214. },
  215. {
  216. "slug": "Quantizer",
  217. "name": "Quantizer",
  218. "description": "12-note quantizer and scale selector",
  219. "manualUrl": "https://vcvrack.com/Fundamental#Quantizer",
  220. "tags": [
  221. "Quantizer",
  222. "Polyphonic"
  223. ]
  224. },
  225. {
  226. "slug": "Split",
  227. "name": "Split",
  228. "description": "Splits a polyphonic cable into multiple monophonic cables",
  229. "manualUrl": "https://vcvrack.com/Fundamental#Split",
  230. "tags": [
  231. "Polyphonic",
  232. "Utility"
  233. ]
  234. },
  235. {
  236. "slug": "Merge",
  237. "name": "Merge",
  238. "description": "Combines multiple monophonic cables into a polyphonic cable",
  239. "manualUrl": "https://vcvrack.com/Fundamental#Split",
  240. "tags": [
  241. "Polyphonic",
  242. "Utility"
  243. ]
  244. },
  245. {
  246. "slug": "Sum",
  247. "name": "Sum",
  248. "description": "Sums all channels of a polyphonic cable",
  249. "manualUrl": "https://vcvrack.com/Fundamental#Sum",
  250. "tags": [
  251. "Polyphonic",
  252. "Utility"
  253. ]
  254. },
  255. {
  256. "slug": "Viz",
  257. "name": "Viz",
  258. "description": "Visualizes all channels of a polyphonic cable",
  259. "manualUrl": "https://vcvrack.com/Fundamental#Viz",
  260. "tags": [
  261. "Polyphonic",
  262. "Visual"
  263. ]
  264. },
  265. {
  266. "slug": "MidSide",
  267. "name": "Mid/Side",
  268. "description": "Encodes/decodes between mid/side and left/right stereo signals",
  269. "manualUrl": "https://vcvrack.com/Fundamental#MidSide",
  270. "tags": [
  271. "Utility",
  272. "Polyphonic"
  273. ]
  274. },
  275. {
  276. "slug": "Noise",
  277. "name": "Noise",
  278. "description": "Multicolored noise generator",
  279. "manualUrl": "https://vcvrack.com/Fundamental#Noise",
  280. "tags": [
  281. "Noise"
  282. ]
  283. },
  284. {
  285. "slug": "Random",
  286. "name": "Random",
  287. "description": "Random CV generator",
  288. "manualUrl": "https://vcvrack.com/Fundamental#Random",
  289. "tags": [
  290. "Random",
  291. "Sample and hold"
  292. ]
  293. }
  294. ]
  295. }