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.

121 lines
3.8KB

  1. {
  2. "slug": "Venom",
  3. "name": "Venom",
  4. "version": "2.0.1",
  5. "license": "GPL-3.0-or-later",
  6. "brand": "",
  7. "author": "David Benham",
  8. "authorEmail": "david.benham42@gmail.com",
  9. "authorUrl": "",
  10. "pluginUrl": "https://github.com/DaveBenham/VenomModules",
  11. "manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md",
  12. "sourceUrl": "https://github.com/DaveBenham/VenomModules",
  13. "donateUrl": "",
  14. "changelogUrl": "https://github.com/DaveBenham/VenomModules/blob/main/changelog.md",
  15. "modules": [
  16. {
  17. "slug": "BernoulliSwitch",
  18. "name": "Bernoulli Switch",
  19. "description": "Randomly route two inputs to two outputs, with built in scaling and offset capabilities",
  20. "manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#bernoulli-switch",
  21. "tags": [
  22. "Attenuator",
  23. "Controller",
  24. "Logic",
  25. "Polyphonic",
  26. "Random",
  27. "Switch",
  28. "Utility"
  29. ]
  30. },
  31. {
  32. "slug": "CloneMerge",
  33. "name": "Clone Merge",
  34. "description": "Clone up to 8 monophonic inputs and merge all channels into 1 polyphonic output",
  35. "manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#clone-merge",
  36. "tags": [
  37. "Polyphonic",
  38. "Utility"
  39. ]
  40. },
  41. {
  42. "slug": "HQ",
  43. "name": "HQ - Harmonic Quantizer",
  44. "description": "Computes a selected harmonic or subharmonic partial relative to a root V/Oct, or quantizes input V/Oct to the nearest partial relative to the root",
  45. "manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#harmonic-quantizer",
  46. "tags": [
  47. "Polyphonic",
  48. "Quantizer"
  49. ]
  50. },
  51. {
  52. "slug": "PolyClone",
  53. "name": "Poly Clone",
  54. "description": "Clone each channel of a polyphonic input and merge the results into a single polyphonic output",
  55. "manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#poly-clone",
  56. "tags": [
  57. "Polyphonic",
  58. "Utility"
  59. ]
  60. },
  61. {
  62. "slug": "Recurse",
  63. "name": "Recurse",
  64. "description": "Recursively process an input via Send/Return, with built in scaling and offset cababilities",
  65. "manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#recurse",
  66. "tags": [
  67. "Effect",
  68. "Polyphonic",
  69. "Ring modulator",
  70. "Utility"
  71. ]
  72. },
  73. {
  74. "slug": "RecurseStereo",
  75. "name": "Recurse Stereo",
  76. "description": "Recursively process mono or stereo input via Send/Return, with built in scaling and offset cababilities",
  77. "manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#recurse-stereo",
  78. "tags": [
  79. "Effect",
  80. "Polyphonic",
  81. "Ring modulator",
  82. "Utility"
  83. ]
  84. },
  85. {
  86. "slug": "RhythmExplorer",
  87. "name": "Rhythm Explorer",
  88. "description": "Random rhythm generator, trigger sequencer and clock divider",
  89. "manualUrl": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#rhythm-explorer",
  90. "tags": [
  91. "Clock modulator",
  92. "Random",
  93. "Sequencer"
  94. ]
  95. },
  96. {
  97. "slug": "VenomVCO",
  98. "name": "VCO",
  99. "description": "Voltage controlled oscillator with true through-zero FM and 0Hz carrier mode",
  100. "manualURL": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#vco",
  101. "hidden": true,
  102. "tags": [
  103. "Oscillator"
  104. ]
  105. },
  106. {
  107. "slug": "WinComp",
  108. "name": "WinComp",
  109. "description": "Windowed comparator and rectifier",
  110. "manualURL": "https://github.com/DaveBenham/VenomModules/blob/main/README.md#wincomp",
  111. "tags": [
  112. "Distortion",
  113. "Limiter",
  114. "Logic",
  115. "Polyphonic",
  116. "Utility",
  117. "Waveshaper"
  118. ]
  119. }
  120. ]
  121. }