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.

236 lines
4.8KB

  1. {
  2. "slug": "Autinn",
  3. "name": "Autinn",
  4. "version": "2.1.0",
  5. "license": "GPL-3.0-or-later",
  6. "brand": "Autinn",
  7. "author": "Nikolai V. Chr.",
  8. "authorEmail": "",
  9. "authorUrl": "",
  10. "pluginUrl": "",
  11. "manualUrl": "https://github.com/NikolaiVChr/Autinn/wiki",
  12. "sourceUrl": "https://github.com/NikolaiVChr/Autinn",
  13. "donateUrl": "https://www.paypal.me/autinn",
  14. "changelogUrl": "https://github.com/NikolaiVChr/Autinn/wiki/Changelog",
  15. "modules": [
  16. {
  17. "slug": "Amp",
  18. "name": "Amp",
  19. "description": "Amplifier",
  20. "tags": [
  21. "VCA",
  22. "Polyphonic",
  23. "Attenuator"
  24. ]
  25. },
  26. {
  27. "slug": "Bass",
  28. "name": "Bass",
  29. "description": "Bass and Acid synth",
  30. "tags": [
  31. "VCF",
  32. "Physical modeling"
  33. ]
  34. },
  35. {
  36. "slug": "Boomerang",
  37. "name": "Mera",
  38. "description": "Pre-post VCA",
  39. "tags": [
  40. "VCA",
  41. "Attenuator"
  42. ]
  43. },
  44. {
  45. "slug": "CVConverter",
  46. "name": "Conv",
  47. "description": "Converts to and from uni/bi CV voltages",
  48. "tags": [
  49. "Utility"
  50. ]
  51. },
  52. {
  53. "slug": "Deadband",
  54. "name": "Deadband",
  55. "description": "Constrain low voltages to zero",
  56. "tags": [
  57. "VCA",
  58. "Attenuator"
  59. ]
  60. },
  61. {
  62. "slug": "Digi",
  63. "name": "Digi",
  64. "description": "Quantizes a signal into discrete steps",
  65. "tags": [
  66. "Utility",
  67. "Digital",
  68. "Effect",
  69. "Quantizer",
  70. "Waveshaper"
  71. ]
  72. },
  73. {
  74. "slug": "Disee",
  75. "name": "DC",
  76. "description": "Outputs DC component of signal",
  77. "tags": [
  78. "Utility"
  79. ]
  80. },
  81. {
  82. "slug": "Flopper",
  83. "name": "Flopper",
  84. "description": "Mix signals in uncommon way",
  85. "tags": [
  86. "Waveshaper"
  87. ]
  88. },
  89. {
  90. "slug": "Jette",
  91. "name": "Jette",
  92. "description": "Oscillator with harmonics control",
  93. "tags": [
  94. "VCO"
  95. ]
  96. },
  97. {
  98. "slug": "Oxcart",
  99. "name": "Oxcart",
  100. "description": "Aggresive oscillator. Best for low/mid frequencies.",
  101. "tags": [
  102. "VCO"
  103. ]
  104. },
  105. {
  106. "slug": "Retri",
  107. "name": "Flora",
  108. "description": "A 24dB low-pass filter emulating a 4-pole transistor ladder",
  109. "tags": [
  110. "VCF",
  111. "Physical modeling",
  112. "Dual"
  113. ]
  114. },
  115. {
  116. "slug": "Saw",
  117. "name": "Saw",
  118. "description": "Oscillator with a sawish sound",
  119. "tags": [
  120. "VCO"
  121. ]
  122. },
  123. {
  124. "slug": "Sjip",
  125. "name": "Sjip",
  126. "description": "Oscillator with rounded waveform",
  127. "tags": [
  128. "VCO"
  129. ]
  130. },
  131. {
  132. "slug": "Square",
  133. "name": "Square",
  134. "description": "Oscillator with a squareish sound",
  135. "tags": [
  136. "VCO"
  137. ]
  138. },
  139. {
  140. "slug": "Vector",
  141. "name": "Vxy",
  142. "description": "Random x-y generator",
  143. "deprecated": true,
  144. "tags": [
  145. "Controller",
  146. "Utility",
  147. "Random"
  148. ]
  149. },
  150. {
  151. "slug": "Vibrato",
  152. "name": "Vibrato",
  153. "description": "Vibrato effect with optional Flanger",
  154. "tags": [
  155. "Effect",
  156. "Delay",
  157. "Flanger"
  158. ]
  159. },
  160. {
  161. "slug": "Zod",
  162. "name": "Zod",
  163. "description": "Dynamic range manipulator with noisegate",
  164. "tags": [
  165. "Compressor",
  166. "Limiter",
  167. "Dynamics",
  168. "Expander",
  169. "Dual"
  170. ]
  171. },
  172. {
  173. "slug": "TriBand",
  174. "name": "Imp",
  175. "description": "Simple Triple Band Equalizer",
  176. "tags": [
  177. "Equalizer"
  178. ]
  179. },
  180. {
  181. "slug": "Mixer6",
  182. "name": "6 Channel Mixer",
  183. "description": "6 channel mixer with no CV",
  184. "tags": [
  185. "Mixer",
  186. "Equalizer"
  187. ]
  188. },
  189. {
  190. "slug": "Non",
  191. "name": "Non",
  192. "description": "Limiter",
  193. "tags": [
  194. "Limiter",
  195. "Dynamics",
  196. "Dual"
  197. ]
  198. },
  199. {
  200. "slug": "Overdrive",
  201. "name": "Fil",
  202. "description": "Filing away at audio (Overdrive)",
  203. "tags": [
  204. "Effect",
  205. "Distortion"
  206. ]
  207. },
  208. {
  209. "slug": "Distortion",
  210. "name": "Nap",
  211. "description": "Taking a nap (Distortion)",
  212. "tags": [
  213. "Effect",
  214. "Distortion"
  215. ]
  216. },
  217. {
  218. "slug": "Melody",
  219. "name": "Fluencerator",
  220. "description": "Random melody sequencer with special constraints that make it sound more pleasant for the ear",
  221. "tags": [
  222. "Sequencer",
  223. "Random"
  224. ]
  225. },
  226. {
  227. "slug": "Chord",
  228. "name": "Rebel",
  229. "description": "Plays a random selected chord from a root note (does not have to be in tune). Polyphonic outputs.",
  230. "tags": [
  231. "Utility",
  232. "Polyphonic"
  233. ]
  234. }
  235. ]
  236. }