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.

142 lines
3.3KB

  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": ["VCO"]
  20. },
  21. {
  22. "slug": "VCO2",
  23. "name": "VCO-2",
  24. "description": "Voltage-controlled oscillator",
  25. "tags": ["VCO"]
  26. },
  27. {
  28. "slug": "VCF",
  29. "name": "VCF",
  30. "description": "Voltage-controlled filter",
  31. "tags": ["VCF"]
  32. },
  33. {
  34. "slug": "VCA-1",
  35. "name": "VCA-1",
  36. "description": "Voltage-controlled amplifier",
  37. "tags": ["VCA", "Polyphonic"]
  38. },
  39. {
  40. "slug": "VCA",
  41. "name": "VCA-2",
  42. "description": "Voltage-controlled amplifier",
  43. "tags": ["VCA", "Dual", "Polyphonic"]
  44. },
  45. {
  46. "slug": "LFO",
  47. "name": "LFO-1",
  48. "description": "Low-frequency oscillator",
  49. "tags": ["LFO"]
  50. },
  51. {
  52. "slug": "LFO2",
  53. "name": "LFO-2",
  54. "description": "Low-frequency oscillator",
  55. "tags": ["LFO"]
  56. },
  57. {
  58. "slug": "Delay",
  59. "name": "Delay",
  60. "description": "",
  61. "tags": ["Delay"]
  62. },
  63. {
  64. "slug": "ADSR",
  65. "name": "ADSR",
  66. "description": "Generates an envelope with Attack/Decay/Sustain/Release",
  67. "tags": ["Envelope Generator"]
  68. },
  69. {
  70. "slug": "VCMixer",
  71. "name": "Mixer",
  72. "description": "Mixes 4 signals with built-in VCAs",
  73. "tags": ["Mixer", "VCA", "Polyphonic"]
  74. },
  75. {
  76. "slug": "8vert",
  77. "name": "8vert",
  78. "description": "Attenuverts 8 signals or creates constant voltages",
  79. "tags": ["Attenuator", "Polyphonic"]
  80. },
  81. {
  82. "slug": "Unity",
  83. "name": "Unity",
  84. "description": "Mixes or averages signals with unity gain",
  85. "tags": ["Mixer", "Utility", "Dual"]
  86. },
  87. {
  88. "slug": "Mutes",
  89. "name": "Mutes",
  90. "description": "Toggles 10 signals on/off",
  91. "tags": ["Switch", "Polyphonic"]
  92. },
  93. {
  94. "slug": "Scope",
  95. "name": "Scope",
  96. "description": "Inspect waveforms with an oscilloscope",
  97. "tags": ["Visual"]
  98. },
  99. {
  100. "slug": "SEQ3",
  101. "name": "SEQ-3",
  102. "description": "3-channel 8-step sequencer also with gate outputs",
  103. "tags": ["Sequencer"]
  104. },
  105. {
  106. "slug": "SequentialSwitch1",
  107. "name": "Sequential Switch 1",
  108. "description": "Routes an input to one of to 4 outputs",
  109. "tags": ["Utility", "Polyphonic"]
  110. },
  111. {
  112. "slug": "SequentialSwitch2",
  113. "name": "Sequential Switch 2",
  114. "description": "Routes one of to 4 inputs to an output",
  115. "tags": ["Utility", "Polyphonic"]
  116. },
  117. {
  118. "slug": "Split",
  119. "name": "Split",
  120. "description": "Splits a polyphonic cable into multiple monophonic cables",
  121. "tags": ["Polyphonic", "Utility"]
  122. },
  123. {
  124. "slug": "Merge",
  125. "name": "Merge",
  126. "description": "Combines multiple monophonic cables into a polyphonic cable",
  127. "tags": ["Polyphonic", "Utility"]
  128. },
  129. {
  130. "slug": "Sum",
  131. "name": "Sum",
  132. "description": "Sums all channels in a polyphonic cable",
  133. "tags": ["Polyphonic", "Utility"]
  134. },
  135. {
  136. "slug": "Viz",
  137. "name": "Viz",
  138. "description": "Visualizes all channels of a polyphonic cable",
  139. "tags": ["Polyphonic", "Visual"]
  140. }
  141. ]
  142. }