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.

93 lines
2.6KB

  1. {
  2. "slug": "Tyche",
  3. "name": "Tyche",
  4. "version": "2.1.5",
  5. "license": "GPL-3.0-or-later",
  6. "brand": "Tyche",
  7. "author": "denolehov",
  8. "authorEmail": "",
  9. "authorUrl": "https://github.com/denolehov",
  10. "pluginUrl": "https://github.com/denolehov/VCVTyche",
  11. "manualUrl": "https://github.com/denolehov/VCVTyche/blob/main/README.md",
  12. "sourceUrl": "https://github.com/denolehov/VCVTyche",
  13. "donateUrl": "https://www.buymeacoffee.com/evrwhr",
  14. "changelogUrl": "https://github.com/denolehov/VCVTyche/releases",
  15. "modules": [
  16. {
  17. "slug": "Omen",
  18. "name": "Omen",
  19. "description": "Controls the seed of the other Tyche modules",
  20. "manualUrl": "https://github.com/denolehov/VCVTyche/blob/main/README.md#omen",
  21. "tags": [
  22. "Random",
  23. "Sample and hold",
  24. "Noise",
  25. "Low-frequency oscillator",
  26. "Function Generator",
  27. "Clock Modulator",
  28. "Logic",
  29. "Mixer",
  30. "Slew Limiter"
  31. ]
  32. },
  33. {
  34. "slug": "Kron",
  35. "name": "Kron",
  36. "description": "A probabilistic trigger generator, outputting triggers at clock divisions based on the density parameter",
  37. "manualUrl": "https://github.com/denolehov/VCVTyche/blob/main/README.md#kron",
  38. "tags": [
  39. "Clock Modulator",
  40. "Random",
  41. "Expander"
  42. ]
  43. },
  44. {
  45. "slug": "Tale",
  46. "name": "Tale",
  47. "description": "A random-walk CV source",
  48. "manualUrl": "https://github.com/denolehov/VCVTyche/blob/main/README.md#tale",
  49. "tags": [
  50. "Random",
  51. "Sample and hold",
  52. "Noise",
  53. "Low-frequency oscillator",
  54. "Expander"
  55. ]
  56. },
  57. {
  58. "slug": "Fate",
  59. "name": "Fate",
  60. "description": "A trigger routing module (aka Bernoulli gate)",
  61. "manualUrl": "https://github.com/denolehov/VCVTyche/blob/main/README.md#fate",
  62. "tags": [
  63. "Random",
  64. "Logic",
  65. "Clock Modulator",
  66. "Expander"
  67. ]
  68. },
  69. {
  70. "slug": "Moira",
  71. "name": "Moira",
  72. "description": "A probabilistic voltage selector, which outputs one of the three user-defined voltages based on relative probabilities.",
  73. "manualUrl": "https://github.com/denolehov/VCVTyche/blob/main/README.md#moira",
  74. "tags": [
  75. "Logic",
  76. "Mixer",
  77. "Random",
  78. "Slew Limiter",
  79. "Expander"
  80. ]
  81. },
  82. {
  83. "slug": "Blank",
  84. "name": "Blank",
  85. "description": "A blank separator from Tyche collection",
  86. "manualUrl": "https://github.com/denolehov/VCVTyche/blob/main/README.md#blank",
  87. "tags": [
  88. "Blank",
  89. "Expander"
  90. ]
  91. }
  92. ]
  93. }