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.

157 lines
3.4KB

  1. {
  2. "slug": "23volts",
  3. "name": "23volts",
  4. "version": "1.1.5",
  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. "changelogUrl": "https://github.com/23volts/23volts-vcv/blob/master/CHANGELOG.md",
  15. "modules": [
  16. {
  17. "slug": "Mem",
  18. "name": "Mem",
  19. "description": "Sample & Hold with replay/looping abilities",
  20. "tags": [
  21. "Sample and hold",
  22. "S&H",
  23. "Utility",
  24. "Sampler",
  25. "Sequencer"
  26. ]
  27. },
  28. {
  29. "slug": "Merge8",
  30. "name": "Merge8",
  31. "description": "8 voice polyphonic merger",
  32. "tags": [
  33. "Polyphonic",
  34. "Utility"
  35. ]
  36. },
  37. {
  38. "slug": "MultimapK",
  39. "name": "Multimap",
  40. "description": "Versatile Midi IO & mapping utility, 16 knobs version",
  41. "tags": [
  42. "Midi",
  43. "Controller",
  44. "Utility"
  45. ]
  46. },
  47. {
  48. "slug": "MultimapS",
  49. "name": "Multimap",
  50. "description": "Versatile Midi IO & mapping utility, 16 switches version",
  51. "tags": [
  52. "Midi",
  53. "Controller",
  54. "Utility"
  55. ]
  56. },
  57. {
  58. "slug": "Split8",
  59. "name": "Split8",
  60. "description": "8 voices polyphonic splitter",
  61. "tags": [
  62. "Polyphonic",
  63. "Utility"
  64. ]
  65. },
  66. {
  67. "slug": "Split4",
  68. "name": "Split4",
  69. "description": "2 x 4 voices polyphonic splitter",
  70. "tags": [
  71. "Polyphonic",
  72. "Utility"
  73. ]
  74. },
  75. {
  76. "slug": "Merge4",
  77. "name": "Merge4",
  78. "description": "2 x 4 voices polyphonic merger",
  79. "tags": [
  80. "Polyphonic",
  81. "Utility"
  82. ]
  83. },
  84. {
  85. "slug": "Morph",
  86. "name": "Morph",
  87. "description": "8 Knobs controller with snapshots and morphing",
  88. "tags": [
  89. "Controller"
  90. ]
  91. },
  92. {
  93. "slug": "SwitchN1",
  94. "name": "SwitchN1",
  95. "description": "Polyphonic N to 1 sequential switch",
  96. "tags": [
  97. "Utility",
  98. "Polyphonic",
  99. "Switch"
  100. ]
  101. },
  102. {
  103. "slug": "Cells",
  104. "name": "Cells",
  105. "description": "Cellular automaton sequencer",
  106. "tags": [
  107. "Random",
  108. "Visual",
  109. "Sequencer"
  110. ]
  111. },
  112. {
  113. "slug": "ClockM8",
  114. "name": "ClockM8",
  115. "description": "Polyphonic Clock Modulator",
  116. "tags": [
  117. "Clock Modulator",
  118. "Polyphonic"
  119. ]
  120. },
  121. {
  122. "slug": "MidiPC",
  123. "name": "MidiPC",
  124. "description": "Sends and receive midi program change",
  125. "tags": [
  126. "MIDI"
  127. ]
  128. },
  129. {
  130. "slug": "PolyMerge",
  131. "name": "PolyMerge",
  132. "description": "Merge N polyphonic inputs to 1 polyphonic output",
  133. "tags": [
  134. "Polyphonic",
  135. "Utility"
  136. ]
  137. },
  138. {
  139. "slug": "PolySplit",
  140. "name": "PolySplit",
  141. "description": "Splits 1 polyphonic input to N polyphonic outputs",
  142. "tags": [
  143. "Polyphonic",
  144. "Utility"
  145. ]
  146. },
  147. {
  148. "slug": "MonoPoly",
  149. "name": "MonoPoly",
  150. "description": "Copy a mono channel to 1-n poly channels",
  151. "tags": [
  152. "Polyphonic",
  153. "Utility"
  154. ]
  155. }
  156. ]
  157. }