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.

235 lines
5.1KB

  1. {
  2. "slug": "Stalys",
  3. "name": "Stalys",
  4. "version": "1.4.2",
  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 neural network 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": "Octal comparator",
  37. "tags": [
  38. "utility",
  39. "clock generator",
  40. "logic"
  41. ]
  42. },
  43. {
  44. "slug": "Multiplier",
  45. "name": "8 Multiplier",
  46. "description": "Octal 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 Summing mixer",
  57. "description": "Octal three to one unity mixers",
  58. "tags": [
  59. "mixer",
  60. "utility"
  61. ]
  62. },
  63. {
  64. "slug": "Diff",
  65. "name": "8 Substractor",
  66. "description": "Octal difference calculators",
  67. "tags": [
  68. "utility"
  69. ]
  70. },
  71. {
  72. "slug": "Not",
  73. "name": "8 Not operator",
  74. "description": "Octal not operators",
  75. "tags": [
  76. "logic",
  77. "utility"
  78. ]
  79. },
  80. {
  81. "slug": "Abs",
  82. "name": "8 Absolute",
  83. "description": "Octal absolute value operators",
  84. "tags": [
  85. "utility",
  86. "waveshaper"
  87. ]
  88. },
  89. {
  90. "slug": "ASR",
  91. "name": "8-bit Shift Register",
  92. "description": "8-bit analog shift register",
  93. "tags": [
  94. "s&h",
  95. "logic",
  96. "clock modulator"
  97. ]
  98. },
  99. {
  100. "slug": "VCSampleAndDelay",
  101. "name": "8 VC Sample&Delay",
  102. "description": "Octal variable length Sample&Holds",
  103. "tags": [
  104. "S&H",
  105. "clock modulator",
  106. "utility"
  107. ]
  108. },
  109. {
  110. "slug": "DAC",
  111. "name": "DA Converter",
  112. "description": "8-bit Digital to Analog Converter",
  113. "tags": [
  114. "digital",
  115. "distortion",
  116. "utility",
  117. "waveshaper"
  118. ]
  119. },
  120. {
  121. "slug": "ADC",
  122. "name": "AD Converter",
  123. "description": "Analog to Digital Converter",
  124. "tags": [
  125. "digital",
  126. "clock generator",
  127. "distortion",
  128. "utility",
  129. "waveshaper"
  130. ]
  131. },
  132. {
  133. "slug": "Max",
  134. "name": "8 Max/or operator",
  135. "description": "Octal three input Max/Or operator",
  136. "tags": [
  137. "logic",
  138. "utility"
  139. ]
  140. },
  141. {
  142. "slug": "PosNegRectifier",
  143. "name": "8 Positive/negative rectifier",
  144. "description": "Octal Positive/negative rectifier",
  145. "tags": [
  146. "distortion",
  147. "waveshaper",
  148. "utility"
  149. ]
  150. },
  151. {
  152. "slug": "Min",
  153. "name": "8 Min/And operator",
  154. "description": "Octal three inputs Min/And operator",
  155. "tags": [
  156. "utility",
  157. "logic"
  158. ]
  159. },
  160. {
  161. "slug": "Function",
  162. "name": "8 Function generators",
  163. "description": "Octal slew-limiter/function generator/A-R envelope",
  164. "tags": [
  165. "clock generator",
  166. "envelope follower",
  167. "envelope generator",
  168. "filter",
  169. "function generator",
  170. "lfo",
  171. "lowpass gate",
  172. "vco",
  173. "sequencer",
  174. "slew limiter",
  175. "utility"
  176. ]
  177. },
  178. {
  179. "slug": "Avg",
  180. "name": "8 Averager",
  181. "description": "Octal three-inputs signal averager",
  182. "tags": [
  183. "utility",
  184. "logic"
  185. ]
  186. },
  187. {
  188. "slug": "ABY",
  189. "name": "8 A/B Y switches",
  190. "description": "Octal 2-in 1-out switch (A/B Y)",
  191. "tags": [
  192. "utility",
  193. "logic"
  194. ]
  195. },
  196. {
  197. "slug": "Offset",
  198. "name": "8 Offset",
  199. "description": "Octal offset module",
  200. "tags": [
  201. "controller",
  202. "utility"
  203. ]
  204. },
  205. {
  206. "slug": "Clip",
  207. "name": "8 Clip",
  208. "description": "Octal clip distortion module",
  209. "tags": [
  210. "distortion",
  211. "effect",
  212. "waveshaper",
  213. "utility"
  214. ]
  215. },
  216. {
  217. "slug": "CtV",
  218. "name": "8 Clock to V/Oct",
  219. "description": "Octal clock to volt per octave converter",
  220. "tags": [
  221. "clock generator",
  222. "utility"
  223. ]
  224. },
  225. {
  226. "slug": "Blank",
  227. "name": "Blank",
  228. "description": "Blank panel",
  229. "tags": [
  230. "blank",
  231. "visual"
  232. ]
  233. }
  234. ]
  235. }