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.

141 lines
3.2KB

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