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.

196 lines
4.0KB

  1. {
  2. "slug": "rackwindows",
  3. "name": "Rackwindows",
  4. "version": "1.1.2",
  5. "license": "MIT",
  6. "brand": "Rackwindows",
  7. "author": "Jens Robert Janke",
  8. "authorEmail": "jensrobertjanke@gmail.com",
  9. "authorUrl": "https://github.com/n0jo",
  10. "pluginUrl": "https://github.com/n0jo/rackwindows",
  11. "manualUrl": "https://github.com/n0jo/rackwindows/blob/master/readme.md",
  12. "sourceUrl": "https://github.com/n0jo/rackwindows.git",
  13. "donateUrl": "",
  14. "changelogUrl": "https://github.com/n0jo/rackwindows/blob/master/changelog.md",
  15. "modules": [
  16. {
  17. "slug": "bitshiftgain",
  18. "name": "Dual BSG",
  19. "description": "Dual gain shifter",
  20. "tags": [
  21. "Attenuator",
  22. "Dual",
  23. "Polyphonic",
  24. "Utility"
  25. ]
  26. },
  27. {
  28. "slug": "capacitor",
  29. "name": "Capacitor",
  30. "description": "Filters (Mono)",
  31. "tags": [
  32. "Equalizer",
  33. "Filter",
  34. "Polyphonic"
  35. ]
  36. },
  37. {
  38. "slug": "capacitor_stereo",
  39. "name": "Capacitor Stereo",
  40. "description": "Filters (Stereo)",
  41. "tags": [
  42. "Equalizer",
  43. "Filter",
  44. "Polyphonic"
  45. ]
  46. },
  47. {
  48. "slug": "chorus",
  49. "name": "Chorus",
  50. "description": "Stereo chorus with multi-tap option",
  51. "tags": [
  52. "Chorus",
  53. "Delay",
  54. "Effect",
  55. "Polyphonic"
  56. ]
  57. },
  58. {
  59. "slug": "console",
  60. "name": "Console",
  61. "description": "Stereo summing mixer",
  62. "tags": [
  63. "Mixer",
  64. "Polyphonic",
  65. "Utility"
  66. ]
  67. },
  68. {
  69. "slug": "console_mm",
  70. "name": "Console MM",
  71. "description": "Stereo summing mixer to work in conjunction with MindMeld's MixMaster",
  72. "tags": [
  73. "Mixer",
  74. "Utility"
  75. ]
  76. },
  77. {
  78. "slug": "distance",
  79. "name": "Distance",
  80. "description": "Far-away-izer",
  81. "tags": [
  82. "Effect",
  83. "Polyphonic",
  84. "Utility"
  85. ]
  86. },
  87. {
  88. "slug": "golem",
  89. "name": "Golem",
  90. "description": "Micro-delayable crossfader",
  91. "tags": [
  92. "Utility"
  93. ]
  94. },
  95. {
  96. "slug": "holt",
  97. "name": "Holt",
  98. "description": "Resonant lowpass filter focussed on low frequencies",
  99. "tags": [
  100. "Filter",
  101. "Polyphonic"
  102. ]
  103. },
  104. {
  105. "slug": "hombre",
  106. "name": "Hombre",
  107. "description": "Texas tone and texture",
  108. "tags": [
  109. "Effect",
  110. "Polyphonic"
  111. ]
  112. },
  113. {
  114. "slug": "interstage",
  115. "name": "Interstage",
  116. "description": "Subtle analogifier",
  117. "tags": [
  118. "Effect",
  119. "Filter",
  120. "Polyphonic"
  121. ]
  122. },
  123. {
  124. "slug": "monitoring",
  125. "name": "Monitoring",
  126. "description": "Mix checker",
  127. "tags": [
  128. "Utility"
  129. ]
  130. },
  131. {
  132. "slug": "mv",
  133. "name": "MV",
  134. "description": "Dual-mono reverb",
  135. "tags": [
  136. "Effect",
  137. "Reverb"
  138. ]
  139. },
  140. {
  141. "slug": "rasp",
  142. "name": "Rasp",
  143. "description": "De-Edger, high frequency tamer, acceleration limiter",
  144. "tags": [
  145. "Equalizer",
  146. "EQ",
  147. "Filter",
  148. "Slew limiter",
  149. "Polyphonic"
  150. ]
  151. },
  152. {
  153. "slug": "reseq",
  154. "name": "ResEQ",
  155. "description": "Resonance equalizer",
  156. "tags": [
  157. "Equalizer",
  158. "Filter",
  159. "Polyphonic"
  160. ]
  161. },
  162. {
  163. "slug": "tape",
  164. "name": "Tape",
  165. "description": "All-purpose tape mojo",
  166. "tags": [
  167. "Distortion",
  168. "Effect",
  169. "Polyphonic"
  170. ]
  171. },
  172. {
  173. "slug": "tremolo",
  174. "name": "Tremolo",
  175. "description": "Fluctuating saturation curves",
  176. "tags": [
  177. "Effect",
  178. "Polyphonic",
  179. "Utility"
  180. ]
  181. },
  182. {
  183. "slug": "vibrato",
  184. "name": "Vibrato",
  185. "description": "FM vibrator o_O",
  186. "tags": [
  187. "Chorus",
  188. "Clock generator",
  189. "Effect",
  190. "Flanger",
  191. "Polyphonic",
  192. "Utility"
  193. ]
  194. }
  195. ]
  196. }