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.

79 lines
1.9KB

  1. {
  2. "slug": "alefsbits",
  3. "name": "alef's bits",
  4. "version": "2.3.0",
  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": "simplexvco",
  36. "name": "simplex vco",
  37. "description": "a voltage-controlled oscillator based on simplex noise",
  38. "tags": [
  39. "Oscillator",
  40. "Polyphonic"
  41. ]
  42. },
  43. {
  44. "slug": "polyrand",
  45. "name": "polyrand",
  46. "description": "output a random channel of a poly input with a trigger",
  47. "tags": [
  48. "Utility",
  49. "Polyphonic",
  50. "Random"
  51. ]
  52. },
  53. {
  54. "slug": "noize",
  55. "name": "noize",
  56. "description": "random noise generator with duration parameter and 0-10V cv input",
  57. "tags": [
  58. "Noise",
  59. "Random"
  60. ]
  61. },
  62. {
  63. "slug": "steps",
  64. "name": "steps",
  65. "description": "a simple 8 step sequencer with randomize trigger and eoc output",
  66. "tags": [
  67. "Sequencer"
  68. ]
  69. },
  70. {
  71. "slug": "fibb",
  72. "name": "fibb",
  73. "description": "a clock divider based on the fibbonacci sequence",
  74. "tags": [
  75. "Clock modulator"
  76. ]
  77. }
  78. ]
  79. }