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.

194 lines
4.6KB

  1. {
  2. "slug": "voxglitch",
  3. "name": "Voxglitch",
  4. "version": "2.11.1",
  5. "license": "GPL-3.0-or-later",
  6. "brand": "Voxglitch",
  7. "author": "Bret Truchan",
  8. "authorEmail": "clone45@gmail.com",
  9. "authorUrl": "",
  10. "pluginUrl": "https://github.com/clone45/voxglitch",
  11. "manualUrl": "https://github.com/clone45/voxglitch",
  12. "sourceUrl": "https://github.com/clone45/voxglitch",
  13. "donateUrl": "",
  14. "changelogUrl": "",
  15. "modules": [
  16. {
  17. "slug": "autobreak",
  18. "name": "Autobreak",
  19. "description": "Automatic breakbeat sample chopper",
  20. "tags": [
  21. "Sampler",
  22. "Drum"
  23. ]
  24. },
  25. {
  26. "slug": "bytebeat",
  27. "name": "Byte Beat",
  28. "description": "Module that will get converted to something more interesting.",
  29. "tags": [
  30. "Oscillator"
  31. ]
  32. },
  33. {
  34. "slug": "digitalprogrammer",
  35. "name": "Digital Programmer",
  36. "description": "16 channel polyphonic programmer with built-in bank memory slots",
  37. "tags": [
  38. "Utility",
  39. "Polyphonic"
  40. ]
  41. },
  42. {
  43. "slug": "digitalsequencer",
  44. "name": "Digital Sequencer",
  45. "description": "Six-in-one cv/gate sequencers with independent control over clock division and sequence length.",
  46. "tags": [
  47. "Sequencer"
  48. ]
  49. },
  50. {
  51. "slug": "digitalsequencerxp",
  52. "name": "Digital Sequencer XP",
  53. "description": "Polyphonic version of the Digital Sequencer. Sixteen-in-one cv/gate sequencers with independent control over clock division and sequence length.",
  54. "tags": [
  55. "Sequencer",
  56. "Polyphonic"
  57. ]
  58. },
  59. {
  60. "slug": "glitchsequencer",
  61. "name": "Glitch Sequencer",
  62. "description": "Cellular Automaton Gate Sequencer",
  63. "tags": [
  64. "Sequencer"
  65. ]
  66. },
  67. {
  68. "slug": "ghosts",
  69. "name": "Ghosts",
  70. "description": "Granular synthesis sample player/scanner with looping grains.",
  71. "tags": [
  72. "Granular",
  73. "Sampler"
  74. ]
  75. },
  76. {
  77. "slug": "goblins",
  78. "name": "Goblins",
  79. "description": "Antisocial .wav player/scanner using granular synthesis",
  80. "tags": [
  81. "Granular",
  82. "Sampler"
  83. ],
  84. "deprecated": true,
  85. "hidden": true
  86. },
  87. {
  88. "slug": "grainfx",
  89. "name": "Grain Fx",
  90. "description": "Granular effects for incoming audio.",
  91. "tags": [
  92. "Granular",
  93. "Sampler"
  94. ]
  95. },
  96. {
  97. "slug": "grainengine",
  98. "name": "Grain Engine",
  99. "description": "Basic .wav player/scanner using granular synthesis",
  100. "tags": [
  101. "Granular",
  102. "Sampler"
  103. ],
  104. "deprecated": true,
  105. "hidden": true
  106. },
  107. {
  108. "slug": "GrainEngineMK2",
  109. "name": "Grain Engine MK2",
  110. "description": "Granular syntesis based .wav player",
  111. "tags": [
  112. "Granular",
  113. "Sampler"
  114. ]
  115. },
  116. {
  117. "slug": "GrainEngineMK2Expander",
  118. "name": "Grain Engine MK2 Expander",
  119. "description": "External audio recorder expander for Grain Engine MK2",
  120. "tags": [
  121. "Granular",
  122. "Sampler",
  123. "Expander"
  124. ]
  125. },
  126. {
  127. "slug": "hazumi",
  128. "name": "Hazumi",
  129. "description": "Bouncing ball sequencer",
  130. "tags": [
  131. "Sequencer"
  132. ]
  133. },
  134. {
  135. "slug": "looper",
  136. "name": "Looper",
  137. "description": "Bare minimum sample looper",
  138. "tags": [
  139. "Sampler"
  140. ]
  141. },
  142. {
  143. "slug": "repeater",
  144. "name": "Repeater",
  145. "description": "Looping sample player with playback offset control.",
  146. "tags": [
  147. "Sampler"
  148. ]
  149. },
  150. {
  151. "slug": "satanonaut",
  152. "name": "Satanonaut",
  153. "description": "Based on the new comic Galacto Pitfighter: An alien entity hell-bent on mutilating your audio.",
  154. "tags": [
  155. "Effect"
  156. ]
  157. },
  158. {
  159. "slug": "samplerx8",
  160. "name": "SamplerX8",
  161. "description": "Eight stereo sample playback devices in one compact module.",
  162. "tags": [
  163. "Sampler"
  164. ]
  165. },
  166. {
  167. "slug": "wavbank",
  168. "name": "Wav Bank",
  169. "description": "Sample player that can load and switch between all .wav files in a folder.",
  170. "tags": [
  171. "Sampler"
  172. ]
  173. },
  174. {
  175. "slug": "wavbankmc",
  176. "name": "Wav Bank MC",
  177. "description": "Extended version of Wav Bank that supports multi-channel WAV files",
  178. "tags": [
  179. "Sampler",
  180. "Polyphonic"
  181. ]
  182. },
  183. {
  184. "slug": "xy",
  185. "name": "XY",
  186. "description": "CV output generator with built in gesture recording.",
  187. "tags": [
  188. "Sequencer",
  189. "Recording",
  190. "Envelope Generator"
  191. ]
  192. }
  193. ]
  194. }