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.

102 lines
2.0KB

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