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.

139 lines
3.2KB

  1. {
  2. "slug": "voxglitch",
  3. "name": "Voxglitch",
  4. "version": "1.23.0",
  5. "license": "BSD-3-Clause",
  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": "digitalsequencer",
  35. "name": "Digital Sequencer",
  36. "description": "Six-in-one cv/gate sequencers with independent control over clock division and sequence length.",
  37. "tags": [
  38. "Sequencer"
  39. ]
  40. },
  41. {
  42. "slug": "glitchsequencer",
  43. "name": "Glitch Sequencer",
  44. "description": "Cellular Automaton Gate Sequencer",
  45. "tags": [
  46. "Sequencer"
  47. ]
  48. },
  49. {
  50. "slug": "ghosts",
  51. "name": "Ghosts",
  52. "description": "Granular synthesis sample player/scanner with looping grains.",
  53. "tags": [
  54. "Granular",
  55. "Sampler"
  56. ]
  57. },
  58. {
  59. "slug": "goblins",
  60. "name": "Goblins",
  61. "description": "Antisocial .wav player/scanner using granular synthesis",
  62. "tags": [
  63. "Granular",
  64. "Sampler"
  65. ]
  66. },
  67. {
  68. "slug": "grainfx",
  69. "name": "Grain Fx",
  70. "description": "Granular effects for incoming audio.",
  71. "tags": [
  72. "Granular",
  73. "Sampler"
  74. ]
  75. },
  76. {
  77. "slug": "grainengine",
  78. "name": "Grain Engine",
  79. "description": "Basic .wav player/scanner using granular synthesis",
  80. "tags": [
  81. "Granular",
  82. "Sampler"
  83. ]
  84. },
  85. {
  86. "slug": "GrainEngineMK2",
  87. "name": "Grain Engine MK2",
  88. "description": "Granular syntesis based .wav player",
  89. "tags": [
  90. "Granular",
  91. "Sampler"
  92. ]
  93. },
  94. {
  95. "slug": "GrainEngineMK2Expander",
  96. "name": "Grain Engine MK2 Expander",
  97. "description": "External audio recorder expander for Grain Engine MK2",
  98. "tags": [
  99. "Granular",
  100. "Sampler",
  101. "Expander"
  102. ]
  103. },
  104. {
  105. "slug": "repeater",
  106. "name": "Repeater",
  107. "description": "Looping sample player with playback offset control.",
  108. "tags": [
  109. "Sampler"
  110. ]
  111. },
  112. {
  113. "slug": "samplerx8",
  114. "name": "SamplerX8",
  115. "description": "Eight stereo sample playback devices in one compact module.",
  116. "tags": [
  117. "Sampler"
  118. ]
  119. },
  120. {
  121. "slug": "wavbank",
  122. "name": "Wav Bank",
  123. "description": "Sample player that can load and switch between all .wav files in a folder.",
  124. "tags": [
  125. "Sampler"
  126. ]
  127. },
  128. {
  129. "slug": "xy",
  130. "name": "XY",
  131. "description": "CV output generator with built in gesture recording.",
  132. "tags": [
  133. "Sequencer",
  134. "Recording",
  135. "Envelope Generator"
  136. ]
  137. }
  138. ]
  139. }