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.

95 lines
2.2KB

  1. {
  2. "slug": "voxglitch",
  3. "name": "Voxglitch",
  4. "version": "1.11.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": "digitalsequencer",
  27. "name": "Digital Sequencer",
  28. "description": "Six-in-one cv/gate sequencers with independent control over clock division and sequence length.",
  29. "tags": [
  30. "Sequencer"
  31. ]
  32. },
  33. {
  34. "slug": "glitchsequencer",
  35. "name": "Glitch Sequencer",
  36. "description": "Cellular Automaton Gate Sequencer",
  37. "tags": [
  38. "Sequencer"
  39. ]
  40. },
  41. {
  42. "slug": "ghosts",
  43. "name": "Ghosts",
  44. "description": "Granular synthesis sample player/scanner with looping grains.",
  45. "tags": [
  46. "Granular",
  47. "Sampler"
  48. ]
  49. },
  50. {
  51. "slug": "goblins",
  52. "name": "Goblins",
  53. "description": "Antisocial .wav player/scanner using granular synthesis",
  54. "tags": [
  55. "Granular",
  56. "Sampler"
  57. ]
  58. },
  59. {
  60. "slug": "grainengine",
  61. "name": "Grain Engine",
  62. "description": "Basic .wav player/scanner using granular synthesis",
  63. "tags": [
  64. "Granular",
  65. "Sampler"
  66. ]
  67. },
  68. {
  69. "slug": "repeater",
  70. "name": "Repeater",
  71. "description": "Looping sample player with playback offset control.",
  72. "tags": [
  73. "Sampler"
  74. ]
  75. },
  76. {
  77. "slug": "wavbank",
  78. "name": "Wav Bank",
  79. "description": "Sample player that can load and switch between all .wav files in a folder.",
  80. "tags": [
  81. "Sampler"
  82. ]
  83. },
  84. {
  85. "slug": "xy",
  86. "name": "XY",
  87. "description": "CV output generator with built in gesture recording.",
  88. "tags": [
  89. "Sequencer",
  90. "Recording",
  91. "Envelope Generator"
  92. ]
  93. }
  94. ]
  95. }