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.

231 lines
6.6KB

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