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.

123 lines
2.2KB

  1. {
  2. "slug": "Fundamental",
  3. "name": "Fundamental",
  4. "author": "VCV",
  5. "license": "BSD-3-Clause",
  6. "authorEmail": "contact@vcvrack.com",
  7. "pluginUrl": "https://vcvrack.com/Fundamental.html",
  8. "authorUrl": "https://vcvrack.com/",
  9. "manualUrl": "https://vcvrack.com/Fundamental.html#manual",
  10. "sourceUrl": "https://github.com/VCVRack/Fundamental",
  11. "version": "1.0.0",
  12. "modules": [
  13. {
  14. "slug": "VCO",
  15. "name": "VCO-1",
  16. "tags": ["VCO"]
  17. },
  18. {
  19. "slug": "VCO2",
  20. "name": "VCO-2",
  21. "tags": ["VCO"]
  22. },
  23. {
  24. "slug": "VCF",
  25. "name": "VCF",
  26. "tags": ["VCF"]
  27. },
  28. {
  29. "slug": "VCA-1",
  30. "name": "VCA-1",
  31. "tags": ["VCA"]
  32. },
  33. {
  34. "slug": "VCA",
  35. "name": "VCA-2",
  36. "tags": ["VCA", "Dual"]
  37. },
  38. {
  39. "slug": "LFO",
  40. "name": "LFO-1",
  41. "tags": ["LFO"]
  42. },
  43. {
  44. "slug": "LFO2",
  45. "name": "LFO-2",
  46. "tags": ["LFO"]
  47. },
  48. {
  49. "slug": "Delay",
  50. "name": "Delay",
  51. "tags": ["Delay"]
  52. },
  53. {
  54. "slug": "ADSR",
  55. "name": "ADSR",
  56. "tags": ["Envelope Generator"]
  57. },
  58. {
  59. "slug": "VCMixer",
  60. "name": "Mixer",
  61. "tags": ["Mixer", "VCA"]
  62. },
  63. {
  64. "slug": "8vert",
  65. "name": "8vert",
  66. "tags": ["Attenuator"]
  67. },
  68. {
  69. "slug": "Unity",
  70. "name": "Unity",
  71. "tags": ["Mixer", "Utility", "Dual"]
  72. },
  73. {
  74. "slug": "Mutes",
  75. "name": "Mutes",
  76. "tags": ["Switch"]
  77. },
  78. {
  79. "slug": "Scope",
  80. "name": "Scope",
  81. "tags": ["Visual"]
  82. },
  83. {
  84. "slug": "SEQ3",
  85. "name": "SEQ-3",
  86. "tags": ["Sequencer"]
  87. },
  88. {
  89. "slug": "SequentialSwitch1",
  90. "name": "Sequential Switch 1",
  91. "tags": ["Utility"]
  92. },
  93. {
  94. "slug": "SequentialSwitch2",
  95. "name": "Sequential Switch 1",
  96. "tags": ["Utility"]
  97. },
  98. {
  99. "slug": "Split",
  100. "name": "Split",
  101. "description": "Splits a polyphonic cable into multiple monophonic cables",
  102. "tags": ["Poly", "Utility"]
  103. },
  104. {
  105. "slug": "Merge",
  106. "name": "Merge",
  107. "description": "Combines multiple monophonic cables into a polyphonic cable",
  108. "tags": ["Poly", "Utility"]
  109. },
  110. {
  111. "slug": "Sum",
  112. "name": "Sum",
  113. "description": "Sums all channels in a polyphonic cable",
  114. "tags": ["Poly", "Utility"]
  115. },
  116. {
  117. "slug": "Viz",
  118. "name": "Viz",
  119. "description": "Visualizes all channels of a polyphonic cable",
  120. "tags": ["Poly", "Visual"]
  121. }
  122. ]
  123. }