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.

121 lines
2.7KB

  1. {
  2. "slug": "alefsbits",
  3. "name": "alef's bits",
  4. "version": "2.4.9",
  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. "Utility"
  83. ]
  84. },
  85. {
  86. "slug": "mlt",
  87. "name": "mlt",
  88. "description": "two 1:3 polyphonic multiples",
  89. "tags": [
  90. "Polyphonic",
  91. "Utility"
  92. ]
  93. },
  94. {
  95. "slug": "math",
  96. "name": "math",
  97. "description": "applies various math operations on two inputs, clamped to +/-10V",
  98. "tags": [
  99. "Logic",
  100. "Utility"
  101. ]
  102. },
  103. {
  104. "slug": "logic",
  105. "name": "logic",
  106. "description": "perform logical operations on two inputs",
  107. "tags": [
  108. "Logic",
  109. "Utility"
  110. ]
  111. },
  112. {
  113. "slug": "probablynot",
  114. "name": "probably not",
  115. "description": "mute a signal on trigger, based on probability",
  116. "tags": [
  117. "Utility"
  118. ]
  119. }
  120. ]
  121. }