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.

202 lines
3.7KB

  1. {
  2. "slug": "TheXOR",
  3. "name": "TheXOR",
  4. "version": "1.1.1",
  5. "license": "CC0-1.0",
  6. "brand": "TheXOR",
  7. "author": "The XOR",
  8. "authorEmail": "",
  9. "authorUrl": "",
  10. "pluginUrl": "",
  11. "manualUrl": "",
  12. "sourceUrl": "https://github.com/The-XOR/RackPlugins",
  13. "donateUrl": "",
  14. "modules": [
  15. {
  16. "slug": "Klee",
  17. "name": "Klee",
  18. "description": "Klee Sequencer",
  19. "tags": [
  20. "Sequencer"
  21. ]
  22. },
  23. {
  24. "slug": "ascii",
  25. "name": "ascii",
  26. "description": "ascii Sequencer - make notes sing",
  27. "tags": [
  28. "Sequencer"
  29. ]
  30. },
  31. {
  32. "slug": "M581",
  33. "name": "M581",
  34. "description": "581 Sequencer",
  35. "tags": [
  36. "Sequencer"
  37. ]
  38. },
  39. {
  40. "slug": "Z8K",
  41. "name": "Z8K",
  42. "description": "Z8000 Sequencer",
  43. "tags": [
  44. "Sequencer"
  45. ]
  46. },
  47. {
  48. "slug": "Renato",
  49. "name": "Renato",
  50. "description": "Renato Sequencer",
  51. "tags": [
  52. "Sequencer"
  53. ]
  54. },
  55. {
  56. "slug": "Spiralone",
  57. "name": "Spiralone",
  58. "description": "Spiralone Sequencer",
  59. "tags": [
  60. "Sequencer"
  61. ]
  62. },
  63. {
  64. "slug": "nag",
  65. "name": "nag nag nag",
  66. "description": "nag nag nag Sequencer",
  67. "tags": [
  68. "Sequencer"
  69. ]
  70. },
  71. {
  72. "slug": "o88o",
  73. "name": "o88o",
  74. "description": "o88o Sequencer",
  75. "tags": [
  76. "Sequencer"
  77. ]
  78. },
  79. {
  80. "slug": "Burst",
  81. "name": "Burst",
  82. "description": "quick output bursts",
  83. "tags": [
  84. "Utility"
  85. ]
  86. },
  87. {
  88. "slug": "Uncertain",
  89. "name": "Uncertain",
  90. "description": "uncertain, buchla-esque voltages",
  91. "tags": [
  92. "Random"
  93. ]
  94. },
  95. {
  96. "slug": "PWMClock",
  97. "name": "PWMClock",
  98. "description": "PWM Clock Generator",
  99. "tags": [
  100. "Clock generator"
  101. ]
  102. },
  103. {
  104. "slug": "Quantizer",
  105. "name": "Quantizer",
  106. "description": "note quantizer",
  107. "tags": [
  108. "Quantizer"
  109. ]
  110. },
  111. {
  112. "slug": "midyQuant",
  113. "name": "midyQuant",
  114. "description": "quantized MIDI output",
  115. "tags": [
  116. "Quantizer",
  117. "MIDI"
  118. ]
  119. },
  120. {
  121. "slug": "AttAmp",
  122. "name": "AttAmp",
  123. "description": "attenuator/amplifier/offset",
  124. "tags": [
  125. "Attenuator",
  126. "Amplifier"
  127. ]
  128. },
  129. {
  130. "slug": "Boole",
  131. "name": "Boole",
  132. "description": "boolean logic for your signals",
  133. "tags": [
  134. "Logic"
  135. ]
  136. },
  137. {
  138. "slug": "flop",
  139. "name": "flop",
  140. "description": "flop (and flip) logic for your signals",
  141. "tags": [
  142. "Logic"
  143. ]
  144. },
  145. {
  146. "slug": "XSwitch",
  147. "name": "XSwitch",
  148. "description": "circuit breaker",
  149. "tags": [
  150. "Switch"
  151. ]
  152. },
  153. {
  154. "slug": "Counter",
  155. "name": "Counter",
  156. "description": "count inputs and generate a signal when reaches 0",
  157. "tags": [
  158. "Utility"
  159. ]
  160. },
  161. {
  162. "slug": "Mplex",
  163. "name": "Mplex",
  164. "description": "Multiplexer",
  165. "tags": [
  166. "Switch"
  167. ]
  168. },
  169. {
  170. "slug": "Dmplex",
  171. "name": "Dmplex",
  172. "description": "Demultiplexer",
  173. "tags": [
  174. "Switch"
  175. ]
  176. },
  177. {
  178. "slug": "quattro",
  179. "name": "quattro",
  180. "description": "quattro lines for otto steps",
  181. "tags": [
  182. "Sequencer"
  183. ]
  184. },
  185. {
  186. "slug": "empty",
  187. "name": "empty",
  188. "description": "a strategy to waste your precious rack space",
  189. "tags": [
  190. "Blank"
  191. ]
  192. },
  193. {
  194. "slug": "volt",
  195. "name": "volt",
  196. "description": "microtonal quantizer",
  197. "tags": [
  198. "Quantizer"
  199. ]
  200. }
  201. ]
  202. }