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.

83 lines
1.8KB

  1. {
  2. "slug": "23volts",
  3. "name": "23volts",
  4. "version": "1.0.0",
  5. "license": "GPL-3.0-only",
  6. "brand": "23volts",
  7. "author": "R\u00e9mi Collin",
  8. "authorEmail": "23volts@gmail.com",
  9. "authorUrl": "https://github.com/23volts/23volts-vcv",
  10. "pluginUrl": "https://github.com/23volts/23volts-vcv",
  11. "manualUrl": "https://github.com/23volts/23volts-vcv",
  12. "sourceUrl": "https://github.com/23volts/23volts-vcv",
  13. "donateUrl": "https://paypal.me/23volts",
  14. "modules": [
  15. {
  16. "slug": "Mem",
  17. "name": "Mem",
  18. "description": "Sample & Hold with replay/looping abilities",
  19. "tags": [
  20. "Sample and hold",
  21. "S&H",
  22. "Utility",
  23. "Sampler",
  24. "Sequencer"
  25. ]
  26. },
  27. {
  28. "slug": "Merge8",
  29. "name": "Merge8",
  30. "description": "8 voice polyphonic merger",
  31. "tags": [
  32. "Polyphonic",
  33. "Utility"
  34. ]
  35. },
  36. {
  37. "slug": "Split8",
  38. "name": "Split8",
  39. "description": "8 voices polyphonic splitter",
  40. "tags": [
  41. "Polyphonic",
  42. "Utility"
  43. ]
  44. },
  45. {
  46. "slug": "Morph",
  47. "name": "Morph",
  48. "description": "8 Knobs controller with snapshots and morphing",
  49. "tags": [
  50. "Controller"
  51. ]
  52. },
  53. {
  54. "slug": "SwitchN1",
  55. "name": "SwitchN1",
  56. "description": "Polyphonic N to 1 sequential switch",
  57. "tags": [
  58. "Utility",
  59. "Polyphonic",
  60. "Switch"
  61. ]
  62. },
  63. {
  64. "slug": "Cells",
  65. "name": "Cells",
  66. "description": "Cellular automaton sequencer",
  67. "tags": [
  68. "Random",
  69. "Visual",
  70. "Sequencer"
  71. ]
  72. },
  73. {
  74. "slug": "ClockM8",
  75. "name": "ClockM8",
  76. "description": "Polyphonic Clock Modulator",
  77. "tags": [
  78. "Clock Modulator",
  79. "Polyphonic"
  80. ]
  81. }
  82. ]
  83. }