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.

151 lines
3.0KB

  1. {
  2. "slug": "rackwindows",
  3. "name": "Rackwindows",
  4. "version": "1.1.0",
  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": "distance",
  70. "name": "Distance",
  71. "description": "Far-away-izer",
  72. "tags": [
  73. "Effect",
  74. "Polyphonic",
  75. "Utility"
  76. ]
  77. },
  78. {
  79. "slug": "hombre",
  80. "name": "Hombre",
  81. "description": "Texas tone and texture",
  82. "tags": [
  83. "Distortion",
  84. "Effect",
  85. "Polyphonic"
  86. ]
  87. },
  88. {
  89. "slug": "interstage",
  90. "name": "Interstage",
  91. "description": "Subtle analogifier",
  92. "tags": [
  93. "Effect",
  94. "Filter",
  95. "Polyphonic"
  96. ]
  97. },
  98. {
  99. "slug": "mv",
  100. "name": "MV",
  101. "description": "Dual-mono reverb",
  102. "tags": [
  103. "Effect",
  104. "Reverb"
  105. ]
  106. },
  107. {
  108. "slug": "reseq",
  109. "name": "ResEQ",
  110. "description": "Resonance equalizer",
  111. "tags": [
  112. "Equalizer",
  113. "Filter",
  114. "Polyphonic"
  115. ]
  116. },
  117. {
  118. "slug": "tape",
  119. "name": "Tape",
  120. "description": "All-purpose tape mojo",
  121. "tags": [
  122. "Distortion",
  123. "Effect",
  124. "Polyphonic"
  125. ]
  126. },
  127. {
  128. "slug": "tremolo",
  129. "name": "Tremolo",
  130. "description": "Fluctuating saturation curves",
  131. "tags": [
  132. "Effect",
  133. "Polyphonic",
  134. "Utility"
  135. ]
  136. },
  137. {
  138. "slug": "vibrato",
  139. "name": "Vibrato",
  140. "description": "FM vibrator o_O",
  141. "tags": [
  142. "Chorus",
  143. "Clock generator",
  144. "Effect",
  145. "Flanger",
  146. "Polyphonic",
  147. "Utility"
  148. ]
  149. }
  150. ]
  151. }