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.

213 lines
4.4KB

  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. "Polyphonic"
  38. ]
  39. },
  40. {
  41. "slug": "VCA-1",
  42. "name": "VCA-1",
  43. "description": "Voltage-controlled amplifier",
  44. "tags": [
  45. "VCA",
  46. "Polyphonic"
  47. ]
  48. },
  49. {
  50. "slug": "VCA",
  51. "name": "VCA-2",
  52. "description": "Voltage-controlled amplifier",
  53. "tags": [
  54. "VCA",
  55. "Dual",
  56. "Polyphonic"
  57. ]
  58. },
  59. {
  60. "slug": "LFO",
  61. "name": "LFO-1",
  62. "description": "Low-frequency oscillator",
  63. "tags": [
  64. "LFO",
  65. "Polyphonic"
  66. ]
  67. },
  68. {
  69. "slug": "LFO2",
  70. "name": "LFO-2",
  71. "description": "Low-frequency oscillator",
  72. "tags": [
  73. "LFO",
  74. "Polyphonic"
  75. ]
  76. },
  77. {
  78. "slug": "Delay",
  79. "name": "Delay",
  80. "description": "",
  81. "tags": [
  82. "Delay"
  83. ]
  84. },
  85. {
  86. "slug": "ADSR",
  87. "name": "ADSR",
  88. "description": "Generates an envelope with Attack/Decay/Sustain/Release",
  89. "tags": [
  90. "Envelope Generator",
  91. "Polyphonic"
  92. ]
  93. },
  94. {
  95. "slug": "VCMixer",
  96. "name": "Mixer",
  97. "description": "Mixes 4 signals with built-in VCAs",
  98. "tags": [
  99. "Mixer",
  100. "VCA",
  101. "Polyphonic"
  102. ]
  103. },
  104. {
  105. "slug": "8vert",
  106. "name": "8vert",
  107. "description": "Attenuverts 8 signals or creates constant voltages",
  108. "tags": [
  109. "Attenuator",
  110. "Polyphonic"
  111. ]
  112. },
  113. {
  114. "slug": "Unity",
  115. "name": "Unity",
  116. "description": "Mixes or averages signals with unity gain",
  117. "tags": [
  118. "Mixer",
  119. "Utility",
  120. "Dual"
  121. ]
  122. },
  123. {
  124. "slug": "Mutes",
  125. "name": "Mutes",
  126. "description": "Toggles 10 signals on/off",
  127. "tags": [
  128. "Switch",
  129. "Polyphonic"
  130. ]
  131. },
  132. {
  133. "slug": "Scope",
  134. "name": "Scope",
  135. "description": "Inspect waveforms with an oscilloscope",
  136. "tags": [
  137. "Visual",
  138. "Polyphonic"
  139. ]
  140. },
  141. {
  142. "slug": "SEQ3",
  143. "name": "SEQ-3",
  144. "description": "3-channel 8-step sequencer also with gate outputs",
  145. "tags": [
  146. "Sequencer"
  147. ]
  148. },
  149. {
  150. "slug": "SequentialSwitch1",
  151. "name": "Sequential Switch 1",
  152. "description": "Routes an input to one of to 4 outputs",
  153. "tags": [
  154. "Utility",
  155. "Polyphonic"
  156. ]
  157. },
  158. {
  159. "slug": "SequentialSwitch2",
  160. "name": "Sequential Switch 2",
  161. "description": "Routes one of to 4 inputs to an output",
  162. "tags": [
  163. "Utility",
  164. "Polyphonic"
  165. ]
  166. },
  167. {
  168. "slug": "Octave",
  169. "name": "Octave",
  170. "description": "Shifts 1V/oct CV by octaves",
  171. "tags": [
  172. "Utility",
  173. "Polyphonic"
  174. ]
  175. },
  176. {
  177. "slug": "Split",
  178. "name": "Split",
  179. "description": "Splits a polyphonic cable into multiple monophonic cables",
  180. "tags": [
  181. "Polyphonic",
  182. "Utility"
  183. ]
  184. },
  185. {
  186. "slug": "Merge",
  187. "name": "Merge",
  188. "description": "Combines multiple monophonic cables into a polyphonic cable",
  189. "tags": [
  190. "Polyphonic",
  191. "Utility"
  192. ]
  193. },
  194. {
  195. "slug": "Sum",
  196. "name": "Sum",
  197. "description": "Sums all channels in a polyphonic cable",
  198. "tags": [
  199. "Polyphonic",
  200. "Utility"
  201. ]
  202. },
  203. {
  204. "slug": "Viz",
  205. "name": "Viz",
  206. "description": "Visualizes all channels of a polyphonic cable",
  207. "tags": [
  208. "Polyphonic",
  209. "Visual"
  210. ]
  211. }
  212. ]
  213. }