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.

52 lines
1.2KB

  1. {
  2. "slug": "alefsbits",
  3. "name": "alef's bits",
  4. "version": "2.1.5",
  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": "",
  12. "sourceUrl": "https://github.com/alefnull/alefsbits",
  13. "donateUrl": "",
  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. ]
  24. },
  25. {
  26. "slug": "blank6hp",
  27. "name": "blank 6hp",
  28. "description": "a simple blank",
  29. "tags": [
  30. "Blank"
  31. ]
  32. },
  33. {
  34. "slug": "simplexvco",
  35. "name": "simplex vco",
  36. "description": "a voltage-controlled oscillator based on simplex noise",
  37. "tags": [
  38. "Oscillator",
  39. "Polyphonic"
  40. ]
  41. },
  42. {
  43. "slug": "polyrand",
  44. "name": "polyrand",
  45. "description": "output a random channel of a poly input with a trigger",
  46. "tags": [
  47. "Utility",
  48. "Polyphonic"
  49. ]
  50. }
  51. ]
  52. }