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.

124 lines
2.3KB

  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. "tags": ["VCO"]
  18. },
  19. {
  20. "slug": "VCO2",
  21. "name": "VCO-2",
  22. "tags": ["VCO"]
  23. },
  24. {
  25. "slug": "VCF",
  26. "name": "VCF",
  27. "tags": ["VCF"]
  28. },
  29. {
  30. "slug": "VCA-1",
  31. "name": "VCA-1",
  32. "tags": ["VCA"]
  33. },
  34. {
  35. "slug": "VCA",
  36. "name": "VCA-2",
  37. "tags": ["VCA", "Dual"]
  38. },
  39. {
  40. "slug": "LFO",
  41. "name": "LFO-1",
  42. "tags": ["LFO"]
  43. },
  44. {
  45. "slug": "LFO2",
  46. "name": "LFO-2",
  47. "tags": ["LFO"]
  48. },
  49. {
  50. "slug": "Delay",
  51. "name": "Delay",
  52. "tags": ["Delay"]
  53. },
  54. {
  55. "slug": "ADSR",
  56. "name": "ADSR",
  57. "tags": ["Envelope Generator"]
  58. },
  59. {
  60. "slug": "VCMixer",
  61. "name": "Mixer",
  62. "tags": ["Mixer", "VCA"]
  63. },
  64. {
  65. "slug": "8vert",
  66. "name": "8vert",
  67. "tags": ["Attenuator"]
  68. },
  69. {
  70. "slug": "Unity",
  71. "name": "Unity",
  72. "tags": ["Mixer", "Utility", "Dual"]
  73. },
  74. {
  75. "slug": "Mutes",
  76. "name": "Mutes",
  77. "tags": ["Switch"]
  78. },
  79. {
  80. "slug": "Scope",
  81. "name": "Scope",
  82. "tags": ["Visual"]
  83. },
  84. {
  85. "slug": "SEQ3",
  86. "name": "SEQ-3",
  87. "tags": ["Sequencer"]
  88. },
  89. {
  90. "slug": "SequentialSwitch1",
  91. "name": "Sequential Switch 1",
  92. "tags": ["Utility"]
  93. },
  94. {
  95. "slug": "SequentialSwitch2",
  96. "name": "Sequential Switch 2",
  97. "tags": ["Utility"]
  98. },
  99. {
  100. "slug": "Split",
  101. "name": "Split",
  102. "description": "Splits a polyphonic cable into multiple monophonic cables",
  103. "tags": ["Poly", "Utility"]
  104. },
  105. {
  106. "slug": "Merge",
  107. "name": "Merge",
  108. "description": "Combines multiple monophonic cables into a polyphonic cable",
  109. "tags": ["Poly", "Utility"]
  110. },
  111. {
  112. "slug": "Sum",
  113. "name": "Sum",
  114. "description": "Sums all channels in a polyphonic cable",
  115. "tags": ["Poly", "Utility"]
  116. },
  117. {
  118. "slug": "Viz",
  119. "name": "Viz",
  120. "description": "Visualizes all channels of a polyphonic cable",
  121. "tags": ["Poly", "Visual"]
  122. }
  123. ]
  124. }