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.

190 lines
4.3KB

  1. {
  2. "slug": "alefsbits",
  3. "name": "alef's bits",
  4. "version": "2.5.4",
  5. "license": "GPL-3.0-or-later",
  6. "brand": "alef's bits",
  7. "author": "alefnull",
  8. "authorEmail": "",
  9. "authorUrl": "https://twitter.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. ]
  152. },
  153. {
  154. "slug": "turnt",
  155. "name": "turnt",
  156. "description": "generate triggers when a CV signal changes direction, crosses zero, or both",
  157. "tags": [
  158. "Utility"
  159. ]
  160. },
  161. {
  162. "slug": "slipspander",
  163. "name": "slipspander",
  164. "description": "expander for slips to enter custom scale",
  165. "tags": [
  166. "Expander",
  167. "Quantizer"
  168. ]
  169. },
  170. {
  171. "slug": "nos",
  172. "name": "nos",
  173. "description": "a weird noise-based oscillator thing",
  174. "tags": [
  175. "Oscillator",
  176. "Random",
  177. "Polyphonic"
  178. ],
  179. "hidden": false
  180. },
  181. {
  182. "slug": "lucc",
  183. "name": "lucc",
  184. "description": "a clock divider based on the lucas sequence",
  185. "tags": [
  186. "Clock modulator"
  187. ]
  188. }
  189. ]
  190. }