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.

332 lines
7.1KB

  1. {
  2. "slug": "Autinn",
  3. "name": "Autinn",
  4. "version": "2.6.30",
  5. "minRackVersion": "2.4.0",
  6. "license": "GPL-3.0-or-later",
  7. "brand": "Autinn",
  8. "author": "Nikolai V. Chr.",
  9. "description": "",
  10. "authorEmail": "",
  11. "authorUrl": "",
  12. "pluginUrl": "",
  13. "manualUrl": "https://github.com/NikolaiVChr/Autinn/wiki",
  14. "sourceUrl": "https://github.com/NikolaiVChr/Autinn",
  15. "donateUrl": "https://www.paypal.me/autinn",
  16. "changelogUrl": "https://github.com/NikolaiVChr/Autinn/wiki/Changelog",
  17. "modules": [
  18. {
  19. "slug": "Amp",
  20. "name": "Amp",
  21. "description": "Amplifier",
  22. "tags": [
  23. "Voltage-controlled amplifier",
  24. "Polyphonic",
  25. "Attenuator"
  26. ]
  27. },
  28. {
  29. "slug": "Bass",
  30. "name": "Bass",
  31. "description": "Bass and Acid synth",
  32. "keywords": "acid",
  33. "tags": [
  34. "Filter",
  35. "Physical modeling"
  36. ]
  37. },
  38. {
  39. "slug": "Boomerang",
  40. "name": "Mera",
  41. "description": "Pre-post VCA",
  42. "tags": [
  43. "Voltage-controlled amplifier",
  44. "Attenuator"
  45. ]
  46. },
  47. {
  48. "slug": "CVConverter",
  49. "name": "Conv",
  50. "description": "Converts to and from uni/bi CV voltages",
  51. "keywords": "convert",
  52. "tags": [
  53. "Utility",
  54. "Polyphonic"
  55. ]
  56. },
  57. {
  58. "slug": "Deadband",
  59. "name": "Deadband",
  60. "description": "Constrain low voltages to zero",
  61. "tags": [
  62. "Voltage-controlled amplifier",
  63. "Attenuator",
  64. "Polyphonic"
  65. ]
  66. },
  67. {
  68. "slug": "Digi",
  69. "name": "Digi",
  70. "description": "Quantizes a signal into discrete steps",
  71. "keywords": "digital",
  72. "tags": [
  73. "Utility",
  74. "Digital",
  75. "Effect",
  76. "Quantizer",
  77. "Waveshaper",
  78. "Polyphonic"
  79. ]
  80. },
  81. {
  82. "slug": "Disee",
  83. "name": "DC",
  84. "description": "Outputs DC component of signal",
  85. "tags": [
  86. "Utility",
  87. "Polyphonic"
  88. ]
  89. },
  90. {
  91. "slug": "Flopper",
  92. "name": "Flopper",
  93. "description": "Mix signals in uncommon way",
  94. "tags": [
  95. "Waveshaper"
  96. ]
  97. },
  98. {
  99. "slug": "Jette",
  100. "name": "Jette",
  101. "description": "Oscillator with harmonics control",
  102. "tags": [
  103. "Oscillator",
  104. "Polyphonic"
  105. ]
  106. },
  107. {
  108. "slug": "Oxcart",
  109. "name": "Oxcart",
  110. "description": "Aggressive oscillator. Best for low/mid frequencies.",
  111. "tags": [
  112. "Oscillator",
  113. "Polyphonic"
  114. ]
  115. },
  116. {
  117. "slug": "Retri",
  118. "name": "Flora",
  119. "description": "A 24dB low-pass filter emulating a 4-pole transistor ladder",
  120. "keywords": "24db ladder",
  121. "tags": [
  122. "Filter",
  123. "Physical modeling",
  124. "Dual"
  125. ]
  126. },
  127. {
  128. "slug": "Saw",
  129. "name": "Saw",
  130. "description": "Oscillator with a sawish sound",
  131. "tags": [
  132. "Oscillator",
  133. "Polyphonic"
  134. ]
  135. },
  136. {
  137. "slug": "Saw2",
  138. "name": "Axe",
  139. "description": "Oscillator with an old analog sound",
  140. "tags": [
  141. "Oscillator",
  142. "Polyphonic"
  143. ]
  144. },
  145. {
  146. "slug": "Sjip",
  147. "name": "Sjip",
  148. "description": "Oscillator with rounded waveform",
  149. "tags": [
  150. "Oscillator"
  151. ]
  152. },
  153. {
  154. "slug": "Square",
  155. "name": "Square",
  156. "description": "Oscillator with a squarish sound",
  157. "tags": [
  158. "Oscillator",
  159. "Polyphonic"
  160. ]
  161. },
  162. {
  163. "slug": "Vector",
  164. "name": "Vxy",
  165. "description": "Random x-y generator",
  166. "keywords": "walk walker xy",
  167. "deprecated": false,
  168. "tags": [
  169. "Controller",
  170. "Utility",
  171. "Random",
  172. "Polyphonic"
  173. ]
  174. },
  175. {
  176. "slug": "Vibrato",
  177. "name": "Vibrato",
  178. "description": "Vibrato effect with optional Flanger",
  179. "tags": [
  180. "Effect",
  181. "Delay",
  182. "Flanger",
  183. "Polyphonic"
  184. ]
  185. },
  186. {
  187. "slug": "Zod",
  188. "name": "Zod",
  189. "description": "Dynamic range manipulator with noisegate",
  190. "keywords": "noisegate noise-gate noise gate",
  191. "tags": [
  192. "Compressor",
  193. "Limiter",
  194. "Dynamics",
  195. "Expander",
  196. "Dual"
  197. ]
  198. },
  199. {
  200. "slug": "TriBand",
  201. "name": "Imp",
  202. "description": "Simple Triple Band Equalizer",
  203. "tags": [
  204. "Equalizer",
  205. "Polyphonic"
  206. ]
  207. },
  208. {
  209. "slug": "Mixer6",
  210. "name": "6 Channel Mixer",
  211. "description": "6 channel mixer with no CV",
  212. "tags": [
  213. "Mixer",
  214. "Equalizer",
  215. "Polyphonic",
  216. "Dual"
  217. ]
  218. },
  219. {
  220. "slug": "Non",
  221. "name": "Non",
  222. "description": "Limiter",
  223. "tags": [
  224. "Limiter",
  225. "Dynamics",
  226. "Dual"
  227. ]
  228. },
  229. {
  230. "slug": "Overdrive",
  231. "name": "Fil",
  232. "description": "Filing away at audio (Overdrive)",
  233. "keywords": "overdrive",
  234. "tags": [
  235. "Effect",
  236. "Distortion",
  237. "Polyphonic"
  238. ]
  239. },
  240. {
  241. "slug": "Distortion",
  242. "name": "Nap",
  243. "description": "Taking a nap (Distortion)",
  244. "keywords": "distortion",
  245. "tags": [
  246. "Effect",
  247. "Distortion",
  248. "Polyphonic"
  249. ]
  250. },
  251. {
  252. "slug": "Melody",
  253. "name": "Fluencerator",
  254. "description": "Random melody sequencer with special constraints that make it sound more pleasant for the ear",
  255. "tags": [
  256. "Sequencer",
  257. "Random",
  258. "Polyphonic"
  259. ]
  260. },
  261. {
  262. "slug": "Chord",
  263. "name": "Rebel",
  264. "description": "Plays a random selected chord from a root note (does not have to be in tune). Polyphonic outputs.",
  265. "tags": [
  266. "Utility",
  267. "Polyphonic"
  268. ]
  269. },
  270. {
  271. "slug": "Kicker",
  272. "name": "Stomp",
  273. "description": "Kick drum",
  274. "keywords": "bass drum",
  275. "tags": [
  276. "Drum",
  277. "Polyphonic"
  278. ]
  279. },
  280. {
  281. "slug": "Lurer",
  282. "name": "Punch",
  283. "description": "Snare drum",
  284. "tags": [
  285. "Drum",
  286. "Polyphonic"
  287. ]
  288. },
  289. {
  290. "slug": "Coil",
  291. "name": "Coil",
  292. "description": "Spring reverb",
  293. "tags": [
  294. "Reverb",
  295. "Physical modeling",
  296. "Dual"
  297. ]
  298. },
  299. {
  300. "slug": "Geiger",
  301. "name": "Rad",
  302. "description": "Geiger counter",
  303. "keywords": "radiation radioactivity geiger",
  304. "tags": [
  305. "Physical modeling",
  306. "Polyphonic"
  307. ]
  308. },
  309. {
  310. "slug": "Scope40",
  311. "name": "Scope",
  312. "description": "Oscilloscope with auto-time",
  313. "keywords": "measure monitor",
  314. "tags": [
  315. "Visual",
  316. "Utility"
  317. ]
  318. },
  319. {
  320. "slug": "Excavi",
  321. "name": "Excavi",
  322. "description": "A polyphonic complex oscillator featuring morphing waveforms, Through-Zero FM, screaming hard sync, and vintage analog degradation and drift",
  323. "keywords": "complex oscillator, through-zero fm, TZFM, hard sync, ring mod, analog drift, morphing",
  324. "tags": [
  325. "Oscillator",
  326. "Polyphonic",
  327. "Dual",
  328. "Ring modulator"
  329. ]
  330. }
  331. ]
  332. }