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.

224 lines
4.6KB

  1. {
  2. "slug": "Fundamental",
  3. "version": "1.1.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. "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 10 signals on/off",
  129. "tags": [
  130. "Switch",
  131. "Polyphonic"
  132. ]
  133. },
  134. {
  135. "slug": "Scope",
  136. "name": "Scope",
  137. "description": "Inspect waveforms with an oscilloscope",
  138. "tags": [
  139. "Visual",
  140. "Polyphonic"
  141. ]
  142. },
  143. {
  144. "slug": "SEQ3",
  145. "name": "SEQ-3",
  146. "description": "3-channel 8-step sequencer also with gate outputs",
  147. "tags": [
  148. "Sequencer"
  149. ]
  150. },
  151. {
  152. "slug": "SequentialSwitch1",
  153. "name": "Sequential Switch 1",
  154. "description": "Routes an input to one of to 4 outputs",
  155. "tags": [
  156. "Utility",
  157. "Polyphonic"
  158. ]
  159. },
  160. {
  161. "slug": "SequentialSwitch2",
  162. "name": "Sequential Switch 2",
  163. "description": "Routes one of to 4 inputs to an output",
  164. "tags": [
  165. "Utility",
  166. "Polyphonic"
  167. ]
  168. },
  169. {
  170. "slug": "Octave",
  171. "name": "Octave",
  172. "description": "Shifts 1V/oct CV by octaves",
  173. "tags": [
  174. "Utility",
  175. "Polyphonic"
  176. ]
  177. },
  178. {
  179. "slug": "Split",
  180. "name": "Split",
  181. "description": "Splits a polyphonic cable into multiple monophonic cables",
  182. "tags": [
  183. "Polyphonic",
  184. "Utility"
  185. ]
  186. },
  187. {
  188. "slug": "Merge",
  189. "name": "Merge",
  190. "description": "Combines multiple monophonic cables into a polyphonic cable",
  191. "tags": [
  192. "Polyphonic",
  193. "Utility"
  194. ]
  195. },
  196. {
  197. "slug": "Sum",
  198. "name": "Sum",
  199. "description": "Sums all channels in a polyphonic cable",
  200. "tags": [
  201. "Polyphonic",
  202. "Utility"
  203. ]
  204. },
  205. {
  206. "slug": "Viz",
  207. "name": "Viz",
  208. "description": "Visualizes all channels of a polyphonic cable",
  209. "tags": [
  210. "Polyphonic",
  211. "Visual"
  212. ]
  213. },
  214. {
  215. "slug": "MidSide",
  216. "name": "Mid/Side",
  217. "description": "Mid/side stereo encoder/decoder",
  218. "tags": [
  219. "Utility",
  220. "Polyphonic"
  221. ]
  222. }
  223. ]
  224. }