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.

71 lines
1.8KB

  1. {
  2. "slug": "Noise86",
  3. "name": "Noise86",
  4. "version": "2.1.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. "Polyphonic"
  32. ]
  33. },
  34. {
  35. "slug": "EyeSeq",
  36. "name": "EyeSeq",
  37. "description": "Weighted sum of a clock divider",
  38. "tags": [
  39. "Digital",
  40. "Sequencer"
  41. ]
  42. },
  43. {
  44. "slug": "TransQuant",
  45. "name": "TransQuant",
  46. "description": "Quantiser with triggers to transpose by a CV controleable interval",
  47. "tags": [
  48. "Clock modulator",
  49. "Digital",
  50. "Quantizer"
  51. ]
  52. },
  53. {
  54. "slug": "SeqOfChanges",
  55. "name": "SeqOfChanges",
  56. "description": "Markov sequencer where the probability of the next trigger is based on the previous three triggers",
  57. "tags": [
  58. "Sequencer"
  59. ]
  60. },
  61. {
  62. "slug": "RepeatBuddy",
  63. "name": "RepeatBuddy",
  64. "description": "Counter and comparator utility module capable of adding step repeat to a sequencer",
  65. "tags": [
  66. "Sequencer",
  67. "Clock modulator"
  68. ]
  69. }
  70. ]
  71. }