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.

100 lines
2.2KB

  1. {
  2. "slug": "Stalys",
  3. "name": "Stalys",
  4. "version": "1.2.1",
  5. "license": "GPL-3.0-or-later",
  6. "brand": "Stalys",
  7. "author": "Denis Dubo Chevalier",
  8. "authorEmail": "stalysmusic@gmail.com",
  9. "authorUrl": "https://linktr.ee/stalysmusic",
  10. "pluginUrl": "https://github.com/denischevalier/StalysVCVPlugin",
  11. "manualUrl": "https://github.com/denischevalier/StalysVCVPlugin/blob/main/README.md",
  12. "sourceUrl": "https://github.com/denischevalier/StalysVCVPlugin",
  13. "donateUrl": "https://www.patreon.com/stalysmusic",
  14. "changelogUrl": "https://github.com/denischevalier/StalysVCVPlugin/blob/main/CHANGELOG.md",
  15. "modules": [
  16. {
  17. "slug": "VCDualNeuron",
  18. "name": "VC Dual Neuron",
  19. "description": "Voltage-controlled dual neuron module",
  20. "tags": [
  21. "dual",
  22. "logic",
  23. "mixer",
  24. "noise",
  25. "random",
  26. "ring modulator",
  27. "s&h",
  28. "utility",
  29. "vca",
  30. "waveshaper"
  31. ]
  32. },
  33. {
  34. "slug": "Comparator",
  35. "name": "8 Comparator",
  36. "description": "8x Comparator",
  37. "tags": [
  38. "utility",
  39. "clock generator",
  40. "logic"
  41. ]
  42. },
  43. {
  44. "slug": "Multiplier",
  45. "name": "8 Multiplier",
  46. "description": "8 four-quadrant multipliers / ring modulators",
  47. "tags": [
  48. "attenuator",
  49. "ring modulator",
  50. "utility",
  51. "vca"
  52. ]
  53. },
  54. {
  55. "slug": "Sum",
  56. "name": "8 Sum",
  57. "description": "8 three to one unity mixers",
  58. "tags": [
  59. "mixer",
  60. "utility"
  61. ]
  62. },
  63. {
  64. "slug": "Diff",
  65. "name": "8 Diff",
  66. "description": "8 difference calculators",
  67. "tags": [
  68. "utility"
  69. ]
  70. },
  71. {
  72. "slug": "Not",
  73. "name": "8 Not",
  74. "description": "8 Not operators",
  75. "tags": [
  76. "logic",
  77. "utility"
  78. ]
  79. },
  80. {
  81. "slug": "Abs",
  82. "name": "8 Abs",
  83. "description": "8 Absolute value operators",
  84. "tags": [
  85. "utility",
  86. "waveshaper"
  87. ]
  88. },
  89. {
  90. "slug": "ASR",
  91. "name": "Analog Shift Register",
  92. "description": "8 bits analog shift register",
  93. "tags": [
  94. "s&h",
  95. "logic",
  96. "clock modulator"
  97. ]
  98. }
  99. ]
  100. }