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.

210 lines
4.7KB

  1. {
  2. "slug": "alefsbits",
  3. "name": "alef's bits",
  4. "version": "2.5.54",
  5. "license": "GPL-3.0-or-later",
  6. "brand": "alef's bits",
  7. "author": "alefnull",
  8. "authorEmail": "",
  9. "authorUrl": "https://github.com/alefnull",
  10. "pluginUrl": "https://github.com/alefnull/alefsbits",
  11. "manualUrl": "https://github.com/alefnull/alefsbits/blob/master/README.md",
  12. "sourceUrl": "https://github.com/alefnull/alefsbits",
  13. "donateUrl": "https://paypal.me/alefnull",
  14. "changelogUrl": "",
  15. "modules": [
  16. {
  17. "slug": "simplexandhold",
  18. "name": "simplex & hold",
  19. "description": "sample & hold module using internal simplex noise source",
  20. "tags": [
  21. "S&H",
  22. "Polyphonic",
  23. "Random"
  24. ]
  25. },
  26. {
  27. "slug": "blank6hp",
  28. "name": "blank 6hp",
  29. "description": "a simple blank",
  30. "tags": [
  31. "Blank"
  32. ]
  33. },
  34. {
  35. "slug": "polyrand",
  36. "name": "polyrand",
  37. "description": "output a random channel of a poly input with a trigger",
  38. "tags": [
  39. "Utility",
  40. "Polyphonic",
  41. "Random"
  42. ]
  43. },
  44. {
  45. "slug": "noize",
  46. "name": "noize",
  47. "description": "random noise generator with duration parameter and 0-10V cv input",
  48. "tags": [
  49. "Noise",
  50. "Random"
  51. ]
  52. },
  53. {
  54. "slug": "steps",
  55. "name": "steps",
  56. "description": "a simple 8 step sequencer with randomize trigger and eoc output",
  57. "tags": [
  58. "Sequencer"
  59. ]
  60. },
  61. {
  62. "slug": "fibb",
  63. "name": "fibb",
  64. "description": "a clock divider based on the fibonacci sequence",
  65. "tags": [
  66. "Clock modulator"
  67. ]
  68. },
  69. {
  70. "slug": "octsclr",
  71. "name": "oct sclr",
  72. "description": "scales voltage to specified octave range",
  73. "tags": [
  74. "Utility"
  75. ]
  76. },
  77. {
  78. "slug": "shift",
  79. "name": "shift",
  80. "description": "an 8-step shift register with probability params for each step",
  81. "tags": [
  82. "Sample and hold",
  83. "Utility"
  84. ]
  85. },
  86. {
  87. "slug": "mlt",
  88. "name": "mlt",
  89. "description": "two 1:5 polyphonic multiples",
  90. "tags": [
  91. "Polyphonic",
  92. "Utility"
  93. ]
  94. },
  95. {
  96. "slug": "math",
  97. "name": "math",
  98. "description": "applies various math operations on two inputs, clamped to +/-10V",
  99. "tags": [
  100. "Logic",
  101. "Utility",
  102. "Polyphonic"
  103. ]
  104. },
  105. {
  106. "slug": "logic",
  107. "name": "logic",
  108. "description": "perform logical operations on two inputs",
  109. "tags": [
  110. "Logic",
  111. "Utility",
  112. "Polyphonic"
  113. ]
  114. },
  115. {
  116. "slug": "probablynot",
  117. "name": "probably not",
  118. "description": "mute a signal on trigger, based on probability",
  119. "tags": [
  120. "Random",
  121. "Utility",
  122. "Polyphonic"
  123. ]
  124. },
  125. {
  126. "slug": "polyplay",
  127. "name": "polyplay",
  128. "description": "load and play a sample polyphonically",
  129. "tags": [
  130. "Sampler",
  131. "Polyphonic"
  132. ]
  133. },
  134. {
  135. "slug": "lights",
  136. "name": "lights",
  137. "description": "lights turn on when gate is high. 'latch' mode toggles lights on trigger",
  138. "tags": [
  139. "Utility",
  140. "Visual"
  141. ]
  142. },
  143. {
  144. "slug": "slips",
  145. "name": "slips",
  146. "description": "generate random melodies, with optional random offsets each cycle, quantized to a scale",
  147. "tags": [
  148. "Sequencer",
  149. "Random",
  150. "Quantizer",
  151. "Polyphonic"
  152. ]
  153. },
  154. {
  155. "slug": "turnt",
  156. "name": "turnt",
  157. "description": "generate triggers when a CV signal changes direction, crosses zero, or both",
  158. "tags": [
  159. "Utility",
  160. "Polyphonic"
  161. ]
  162. },
  163. {
  164. "slug": "slipspander",
  165. "name": "slipspander",
  166. "description": "expander for slips to enter custom scale",
  167. "tags": [
  168. "Expander",
  169. "Quantizer"
  170. ]
  171. },
  172. {
  173. "slug": "nos",
  174. "name": "nos",
  175. "description": "a weird noise-based oscillator thing",
  176. "tags": [
  177. "Oscillator",
  178. "Random",
  179. "Polyphonic"
  180. ]
  181. },
  182. {
  183. "slug": "lucc",
  184. "name": "lucc",
  185. "description": "a clock divider based on the lucas sequence",
  186. "tags": [
  187. "Clock modulator"
  188. ]
  189. },
  190. {
  191. "slug": "polyshuffle",
  192. "name": "polyshuffle",
  193. "description": "shuffle the channels of a polyphonic signal, with various modes",
  194. "tags": [
  195. "Polyphonic",
  196. "Random",
  197. "Utility"
  198. ]
  199. },
  200. {
  201. "slug": "polycounter",
  202. "name": "polycounter",
  203. "description": "count up or down on trigger with custom start/end/increment values",
  204. "tags": [
  205. "Polyphonic",
  206. "Utility"
  207. ]
  208. }
  209. ]
  210. }