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.

53 lines
1.3KB

  1. {
  2. "slug": "Noise86",
  3. "name": "Noise86",
  4. "version": "2.0.0",
  5. "license": "GPL-3.0-or-later",
  6. "brand": "Noise86",
  7. "author": "Dylan Gardham",
  8. "authorEmail": "message4dylan@gmail.com",
  9. "authorUrl": "",
  10. "pluginUrl": "",
  11. "manualUrl": "https://github.com/spacejoey86/Noise86/blob/master/README.md",
  12. "sourceUrl": "https://github.com/spacejoey86/Noise86",
  13. "donateUrl": "",
  14. "changelogUrl": "",
  15. "modules": [
  16. {
  17. "slug": "MarkovDrummer",
  18. "name": "MarkovDrummer",
  19. "description": "Probablistic trigger sequencer based of Markov chains",
  20. "tags": [
  21. "Drum",
  22. "Sequencer"
  23. ]
  24. },
  25. {
  26. "slug": "MultiLogic",
  27. "name": "MultiLogic",
  28. "description": "Three multi-function logic gates that can each be AND,OR,XOR,NOT with inverted outputs",
  29. "tags": [
  30. "Logic"
  31. ]
  32. },
  33. {
  34. "slug": "EyeSeq",
  35. "name": "EyeSeq",
  36. "description": "Weighted sum of a clock divider",
  37. "tags": [
  38. "Digital",
  39. "Sequencer"
  40. ]
  41. },
  42. {
  43. "slug": "TransQuant",
  44. "name": "TransQuant",
  45. "description": "Quantiser with triggers to transpose by a CV controleable interval",
  46. "tags": [
  47. "Clock modulator",
  48. "Digital",
  49. "Quantizer"
  50. ]
  51. }
  52. ]
  53. }