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.

279 lines
7.6KB

  1. {
  2. "slug": "GrandeModular",
  3. "name": "Grande",
  4. "version": "2.8.0",
  5. "license": "GPL-3.0-or-later",
  6. "author": "David Grande",
  7. "authorEmail": "dbgrande246@gmail.com",
  8. "authorUrl": "",
  9. "pluginUrl": "",
  10. "manualUrl": "https://github.com/dbgrande/GrandeModular",
  11. "sourceUrl": "https://github.com/dbgrande/GrandeModular",
  12. "donateUrl": "",
  13. "changelogUrl": "",
  14. "minRackVersion": "2.4.0",
  15. "modules": [
  16. {
  17. "slug": "Clip",
  18. "name": "Clip",
  19. "description": "Polyphonic hard clipper and visual clip monitor.",
  20. "manualUrl": "https://github.com/dbgrande/GrandeModular/#clip",
  21. "tags": [
  22. "Limiter",
  23. "Visual",
  24. "Polyphonic"
  25. ]
  26. },
  27. {
  28. "slug": "Compare3",
  29. "name": "Compare3",
  30. "description": "Three windowed comparators with common input.",
  31. "keywords": "window",
  32. "manualUrl": "https://github.com/dbgrande/GrandeModular/#compare3",
  33. "tags": [
  34. "Logic",
  35. "Polyphonic"
  36. ]
  37. },
  38. {
  39. "slug": "LFO3",
  40. "name": "LFO3",
  41. "description": "Three individual bipolar sine LFOs with separate frequency inputs.",
  42. "manualUrl": "https://github.com/dbgrande/GrandeModular/#lfo3",
  43. "tags": [
  44. "Low-frequency oscillator",
  45. "Polyphonic"
  46. ]
  47. },
  48. {
  49. "slug": "LFO4",
  50. "name": "LFO4",
  51. "description": "Four ratioed bipolar sine LFOs with common primary frequency input.",
  52. "manualUrl": "https://github.com/dbgrande/GrandeModular/#lfo4",
  53. "tags": [
  54. "Low-frequency oscillator",
  55. "Polyphonic"
  56. ]
  57. },
  58. {
  59. "slug": "Logic",
  60. "name": "Logic",
  61. "description": "Polyphonic logic gates. (Gates also include two single-input modes: apply across all A channels, and invert all B channels.)",
  62. "manualUrl": "https://github.com/dbgrande/GrandeModular/#logic",
  63. "tags": [
  64. "Logic",
  65. "Polyphonic"
  66. ]
  67. },
  68. {
  69. "slug": "Merge8",
  70. "name": "Merge8",
  71. "description": "8-channel polyphonic merge.",
  72. "manualUrl": "https://github.com/dbgrande/GrandeModular/#merge8",
  73. "tags": [
  74. "Utility",
  75. "Polyphonic"
  76. ]
  77. },
  78. {
  79. "slug": "MergeSplit4",
  80. "name": "MergeSplit4",
  81. "description": "4-channel polyphonic merge and split.",
  82. "manualUrl": "https://github.com/dbgrande/GrandeModular/#mergesplit4-ms4",
  83. "tags": [
  84. "Utility",
  85. "Polyphonic"
  86. ]
  87. },
  88. {
  89. "slug": "MicrotonalChords",
  90. "name": "Microtonal Chords",
  91. "description": "Microtonal quad chord generator.",
  92. "keywords": "microtonal",
  93. "manualUrl": "https://github.com/dbgrande/GrandeModular/#microtonalchords",
  94. "tags": [
  95. "Utility",
  96. "Polyphonic"
  97. ]
  98. },
  99. {
  100. "slug": "MicrotonalNotes",
  101. "name": "Microtonal Notes",
  102. "description": "Microtonal octal note generator.",
  103. "keywords": "microtonal",
  104. "manualUrl": "https://github.com/dbgrande/GrandeModular/#microtonalnotes",
  105. "tags": [
  106. "Utility",
  107. "Polyphonic"
  108. ]
  109. },
  110. {
  111. "slug": "NoteMT",
  112. "name": "NoteMT",
  113. "description": "Microtonal note utility.",
  114. "keywords": "microtonal",
  115. "manualUrl": "https://github.com/dbgrande/GrandeModular/#notemt",
  116. "tags": [
  117. "Utility",
  118. "Polyphonic"
  119. ]
  120. },
  121. {
  122. "slug": "Peak",
  123. "name": "Peak",
  124. "description": "Captures polyphonic min/max peaks.",
  125. "keywords": "min max",
  126. "manualUrl": "https://github.com/dbgrande/GrandeModular/#peak",
  127. "tags": [
  128. "Utility",
  129. "Polyphonic"
  130. ]
  131. },
  132. {
  133. "slug": "PolyMergeResplit",
  134. "name": "PolyMergeResplit",
  135. "description": "Poly-to-poly Merge and Resplit back to the same channel widths.",
  136. "manualUrl": "https://github.com/dbgrande/GrandeModular/#polymergeresplit-pmr",
  137. "tags": [
  138. "Utility",
  139. "Polyphonic"
  140. ]
  141. },
  142. {
  143. "slug": "PolySplit",
  144. "name": "PolySplit",
  145. "description": "Poly-to-poly splitter with visual selection of channel split points.",
  146. "manualUrl": "https://github.com/dbgrande/GrandeModular/#polysplit",
  147. "tags": [
  148. "Utility",
  149. "Polyphonic"
  150. ]
  151. },
  152. {
  153. "slug": "Push",
  154. "name": "Push",
  155. "description": "Polyphonic push-button switches.",
  156. "keywords": "button switch",
  157. "manualUrl": "https://github.com/dbgrande/GrandeModular/#push",
  158. "tags": [
  159. "Utility",
  160. "Polyphonic"
  161. ]
  162. },
  163. {
  164. "slug": "Quant",
  165. "name": "Quant",
  166. "description": "Quantizer with equi-likely notes mode.",
  167. "manualUrl": "https://github.com/dbgrande/GrandeModular/#quant",
  168. "tags": [
  169. "Quantizer",
  170. "Polyphonic"
  171. ]
  172. },
  173. {
  174. "slug": "QuantIntervals",
  175. "name": "Quant Intervals",
  176. "description": "Microtonal quantizer based on pitch intervals.",
  177. "keywords": "microtonal",
  178. "manualUrl": "https://github.com/dbgrande/GrandeModular/#quantintervals",
  179. "tags": [
  180. "Quantizer",
  181. "Polyphonic"
  182. ]
  183. },
  184. {
  185. "slug": "QuantMT",
  186. "name": "QuantMT",
  187. "description": "Microtonal quantizer.",
  188. "keywords": "microtonal",
  189. "manualUrl": "https://github.com/dbgrande/GrandeModular/#quantmt",
  190. "tags": [
  191. "Quantizer",
  192. "Polyphonic"
  193. ]
  194. },
  195. {
  196. "slug": "SampleDelays",
  197. "name": "SampleDelays",
  198. "description": "Provides multiple sample delay options.",
  199. "manualUrl": "https://github.com/dbgrande/GrandeModular/#sampledelays-sd",
  200. "tags": [
  201. "Delay",
  202. "Polyphonic"
  203. ]
  204. },
  205. {
  206. "slug": "Scale",
  207. "name": "Scale",
  208. "description": "Additional scales for Quant.",
  209. "manualUrl": "https://github.com/dbgrande/GrandeModular/#scale",
  210. "tags": [
  211. "Utility",
  212. "Polyphonic"
  213. ]
  214. },
  215. {
  216. "slug": "Split8",
  217. "name": "Split8",
  218. "description": "8-channel polyphonic split.",
  219. "manualUrl": "https://github.com/dbgrande/GrandeModular/#split8",
  220. "tags": [
  221. "Utility",
  222. "Polyphonic"
  223. ]
  224. },
  225. {
  226. "slug": "Tails",
  227. "name": "Tails",
  228. "description": "Mono-to-poly sequential note splitter\u2014helps preserve envelope tails.",
  229. "manualUrl": "https://github.com/dbgrande/GrandeModular/#tails",
  230. "tags": [
  231. "Utility",
  232. "Polyphonic",
  233. "Voltage-controlled amplifier"
  234. ]
  235. },
  236. {
  237. "slug": "Tails4",
  238. "name": "Tails4",
  239. "description": "Quad mono-to-poly sequential note splitter with common outputs\u2014helps preserve envelope tails.",
  240. "manualUrl": "https://github.com/dbgrande/GrandeModular/#tails4",
  241. "tags": [
  242. "Utility",
  243. "Polyphonic",
  244. "Voltage-controlled amplifier"
  245. ]
  246. },
  247. {
  248. "slug": "VarSampleDelays",
  249. "name": "VarSampleDelays",
  250. "description": "Quad independent variable sample-delay buffers.",
  251. "manualUrl": "https://github.com/dbgrande/GrandeModular/#varsampledelays-vsd",
  252. "tags": [
  253. "Delay",
  254. "Polyphonic",
  255. "Quad"
  256. ]
  257. },
  258. {
  259. "slug": "VCA3",
  260. "name": "VCA3",
  261. "description": "Triple voltage-controlled amplifier.",
  262. "manualUrl": "https://github.com/dbgrande/GrandeModular/#vca3",
  263. "tags": [
  264. "Voltage-controlled amplifier",
  265. "Polyphonic"
  266. ]
  267. },
  268. {
  269. "slug": "VCA4",
  270. "name": "VCA4",
  271. "description": "Quad voltage-controlled amplifier.",
  272. "manualUrl": "https://github.com/dbgrande/GrandeModular/#vca4",
  273. "tags": [
  274. "Voltage-controlled amplifier",
  275. "Polyphonic"
  276. ]
  277. }
  278. ]
  279. }