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.

171 lines
3.3KB

  1. {
  2. "slug": "Autinn",
  3. "name": "Autinn",
  4. "version": "1.0.0",
  5. "license": "proprietary",
  6. "brand": "Autinn",
  7. "author": "Nikolai V. Chr.",
  8. "authorEmail": "",
  9. "authorUrl": "",
  10. "pluginUrl": "",
  11. "manualUrl": "https://github.com/NikolaiVChr/Autinn/wiki",
  12. "sourceUrl": "",
  13. "donateUrl": "https://www.paypal.me/autinn",
  14. "modules": [
  15. {
  16. "slug": "Amp",
  17. "name": "Amp",
  18. "description": "Amplifier",
  19. "tags": [
  20. "VCA",
  21. "Polyphonic",
  22. "Attenuator"
  23. ]
  24. },
  25. {
  26. "slug": "Bass",
  27. "name": "Bass",
  28. "description": "Bass and Acid synth",
  29. "tags": [
  30. "VCF",
  31. "Physical modeling"
  32. ]
  33. },
  34. {
  35. "slug": "Boomerang",
  36. "name": "Mera",
  37. "description": "Pre-post VCA",
  38. "tags": [
  39. "VCA",
  40. "Attenuator"
  41. ]
  42. },
  43. {
  44. "slug": "CVConverter",
  45. "name": "Conv",
  46. "description": "Converts to and from uni/bi CV voltages",
  47. "tags": [
  48. "Utility"
  49. ]
  50. },
  51. {
  52. "slug": "Deadband",
  53. "name": "Deadband",
  54. "description": "Constrain low voltages to zero",
  55. "tags": [
  56. "VCA",
  57. "Attenuator"
  58. ]
  59. },
  60. {
  61. "slug": "Digi",
  62. "name": "Digi",
  63. "description": "Quantizes a signal into discrete steps",
  64. "tags": [
  65. "Utility",
  66. "Digital",
  67. "Effect",
  68. "Quantizer",
  69. "Waveshaper"
  70. ]
  71. },
  72. {
  73. "slug": "Disee",
  74. "name": "DC",
  75. "description": "Outputs DC component of signal",
  76. "tags": [
  77. "Utility"
  78. ]
  79. },
  80. {
  81. "slug": "Flopper",
  82. "name": "Flopper",
  83. "description": "Mix signals in uncommon way",
  84. "tags": [
  85. "Waveshaper"
  86. ]
  87. },
  88. {
  89. "slug": "Jette",
  90. "name": "Jette",
  91. "description": "Oscillator with harmonics control",
  92. "tags": [
  93. "VCO"
  94. ]
  95. },
  96. {
  97. "slug": "Oxcart",
  98. "name": "Oxcart",
  99. "description": "Aggresive oscillator",
  100. "tags": [
  101. "VCO"
  102. ]
  103. },
  104. {
  105. "slug": "Retri",
  106. "name": "Flora",
  107. "description": "A 24dB low-pass filter emulating a 4-pole transistor ladder",
  108. "tags": [
  109. "VCF",
  110. "Physical modeling",
  111. "Dual"
  112. ]
  113. },
  114. {
  115. "slug": "Saw",
  116. "name": "Saw",
  117. "description": "Oscillator with a sawish sound",
  118. "tags": [
  119. "VCO"
  120. ]
  121. },
  122. {
  123. "slug": "Sjip",
  124. "name": "Sjip",
  125. "description": "Oscillator with rounded waveform",
  126. "tags": [
  127. "VCO"
  128. ]
  129. },
  130. {
  131. "slug": "Square",
  132. "name": "Square",
  133. "description": "Oscillator with a squareish sound",
  134. "tags": [
  135. "VCO"
  136. ]
  137. },
  138. {
  139. "slug": "Vector",
  140. "name": "Vxy",
  141. "description": "Random x-y generator",
  142. "tags": [
  143. "Controller",
  144. "Utility",
  145. "Random"
  146. ]
  147. },
  148. {
  149. "slug": "Vibrato",
  150. "name": "Vibrato",
  151. "description": "Vibrato effect with optional Flanger",
  152. "tags": [
  153. "Effect",
  154. "Delay",
  155. "Flanger"
  156. ]
  157. },
  158. {
  159. "slug": "Zod",
  160. "name": "Zod",
  161. "description": "Dynamic range manipulator with noisegate",
  162. "tags": [
  163. "Compressor",
  164. "Limiter",
  165. "Dynamics",
  166. "Expander",
  167. "Dual"
  168. ]
  169. }
  170. ]
  171. }