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.

152 lines
3.3KB

  1. {
  2. "slug": "Autodafe",
  3. "name": "Autodafe",
  4. "version": "1.0.1",
  5. "license": "proprietary",
  6. "author": "Autodafe",
  7. "authorEmail": "info@autodafe.net",
  8. "authorUrl": "http://www.autodafe.net",
  9. "pluginUrl": "https://www.autodafe.net/virtual-instruments/vcv-rack-modules/autodafe-module-pack-for-vcv-rack.html",
  10. "manualUrl": "https://www.autodafe.net/virtual-instruments/vcv-rack-modules/autodafe-module-pack-for-vcv-rack.html",
  11. "sourceUrl": "",
  12. "donateUrl": "https://www.paypal.me/autodafe",
  13. "modules": [
  14. {
  15. "slug": "BitCrusher",
  16. "name": "Bit Crusher",
  17. "description": "A BitCrusher/Reducer distortion effect",
  18. "tags": [
  19. "Effect",
  20. "Distortion"
  21. ]
  22. },
  23. {
  24. "slug": "Multiple18",
  25. "name": "Multiple 1x8",
  26. "description": "A simple 1x8 Multiple",
  27. "tags": [
  28. "Multiple"
  29. ]
  30. },
  31. {
  32. "slug": "Multiple28",
  33. "name": "Multiple 2x8",
  34. "description": "A simple 2x8 Multiple",
  35. "tags": [
  36. "Multiple"
  37. ]
  38. },
  39. {
  40. "slug": "LFO",
  41. "name": "LFO",
  42. "description": "Basic LFO with different shapes",
  43. "tags": [
  44. "LFO"
  45. ]
  46. },
  47. {
  48. "slug": "Keyboard",
  49. "name": "Keyboard",
  50. "description": "A handy Keyboard with CV/Gate outputs",
  51. "tags": [
  52. "Controller"
  53. ]
  54. },
  55. {
  56. "slug": "BPMClock",
  57. "name": "BPM Clock",
  58. "description": "A Clock Generator with BPM sync",
  59. "tags": [
  60. "Clock generator"
  61. ]
  62. },
  63. {
  64. "slug": "ClockDivider",
  65. "name": "Clock Divider",
  66. "description": "Clock Divider and Multiplier",
  67. "tags": [
  68. "Clock modulator"
  69. ]
  70. },
  71. {
  72. "slug": "FixedFilter",
  73. "name": "Fixed Filter",
  74. "description": "A Fixed Filter Bank",
  75. "tags": [
  76. "VCF"
  77. ]
  78. },
  79. {
  80. "slug": "MultiModeFilter",
  81. "name": "MultiMode Filter",
  82. "description": "MultiMode Filter with LP, HP, BP and Notch Filter modes",
  83. "tags": [
  84. "VCF"
  85. ]
  86. },
  87. {
  88. "slug": "FormantFilter",
  89. "name": "Formant Filter",
  90. "description": "A nice-sounding Formant Filter",
  91. "tags": [
  92. "VCF"
  93. ]
  94. },
  95. {
  96. "slug": "FoldBack",
  97. "name": "FoldBack Distortion",
  98. "description": "Simple FoldBack Distortion module",
  99. "tags": [
  100. "Distortion"
  101. ]
  102. },
  103. {
  104. "slug": "PhaserFx",
  105. "name": "Phaser",
  106. "description": "A simple Phaser Effect",
  107. "tags": [
  108. "Phaser"
  109. ]
  110. },
  111. {
  112. "slug": "ChorusFx",
  113. "name": "Chorus",
  114. "description": "A simple Chorus Effect",
  115. "tags": [
  116. "Chorus"
  117. ]
  118. },
  119. {
  120. "slug": "ReverbFx",
  121. "name": "Reverb",
  122. "description": "A simple Reverb Effect",
  123. "tags": [
  124. "Reverb"
  125. ]
  126. },
  127. {
  128. "slug": "SEQ8",
  129. "name": "SEQ8",
  130. "description": "8-Step Sequencer with Start and Stop",
  131. "tags": [
  132. "Sequencer"
  133. ]
  134. },
  135. {
  136. "slug": "SEQ16",
  137. "name": "SEQ16",
  138. "description": "16-Step Sequencer with Start and Stop",
  139. "tags": [
  140. "Sequencer"
  141. ]
  142. },
  143. {
  144. "slug": "TriggerSeq",
  145. "name": "TriggerSeq",
  146. "description": "16 x 8 Trigger Sequencer",
  147. "tags": [
  148. "Sequencer"
  149. ]
  150. }
  151. ]
  152. }