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.

403 lines
11KB

  1. {
  2. "slug": "squinkylabs-plug1",
  3. "name": "Squinky Labs",
  4. "author": "Squinky Labs",
  5. "license": "GPL-3.0-only",
  6. "pluginUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/README.md",
  7. "authorUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/README.md",
  8. "sourceUrl": "https://github.com/squinkylabs/SquinkyVCV",
  9. "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/booty-shifter.md",
  10. "changelogUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/CHANGELOG.md",
  11. "version": "1.0.23",
  12. "modules": [
  13. {
  14. "slug": "squinkylabs-ev3",
  15. "name": "EV3",
  16. "description": "Triple VCO with even waveform",
  17. "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/ev3.md",
  18. "tags": [
  19. "VCO",
  20. "Multiple"
  21. ]
  22. },
  23. {
  24. "slug": "squinkylabs-vocalfilter",
  25. "name": "Formants",
  26. "description": "Singing Vocal Filter",
  27. "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/formants.md",
  28. "tags": [
  29. "Effect",
  30. "Filter"
  31. ]
  32. },
  33. {
  34. "slug": "squinkylabs-lfn",
  35. "name": "LFN",
  36. "description": "Low frequency random voltage generator",
  37. "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/lfn.md",
  38. "tags": [
  39. "Noise",
  40. "Random",
  41. "LFO"
  42. ]
  43. },
  44. {
  45. "slug": "squinkylabs-vocalanimator",
  46. "name": "Growler",
  47. "description": "Vocal Animator",
  48. "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/growler.md",
  49. "tags": [
  50. "Effect",
  51. "Filter"
  52. ]
  53. },
  54. {
  55. "slug": "squinkylabs-CHB2",
  56. "name": "Chebyshev II",
  57. "description": "Waveshaper VCO with FM",
  58. "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/chebyshev.md",
  59. "tags": [
  60. "VCO"
  61. ]
  62. },
  63. {
  64. "slug": "squinkylabs-shp",
  65. "name": "Shaper",
  66. "description": "Precision Wave Shaper",
  67. "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/shaper.md",
  68. "tags": [
  69. "Effect",
  70. "Waveshaper",
  71. "Distortion"
  72. ]
  73. },
  74. {
  75. "slug": "squinkylabs-tremolo",
  76. "name": "Chopper",
  77. "description": "Tremolo with synched LFO",
  78. "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/chopper.md",
  79. "tags": [
  80. "Clock modulator",
  81. "Effect",
  82. "LFO"
  83. ]
  84. },
  85. {
  86. "slug": "squinkylabs-gry",
  87. "name": "Gray Code",
  88. "description": "Eclectic clock divider",
  89. "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/gray-code.md",
  90. "tags": [
  91. "Clock modulator",
  92. "Random",
  93. "Logic"
  94. ]
  95. },
  96. {
  97. "slug": "squinkylabs-coloredNoise",
  98. "name": "Colors",
  99. "description": "All the colors of noise",
  100. "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/colors.md",
  101. "tags": [
  102. "Noise"
  103. ]
  104. },
  105. {
  106. "slug": "squinkylabs-freqshifter",
  107. "name": "Booty Shifter",
  108. "description": "Frequency Shifter",
  109. "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/shifter.md",
  110. "tags": [
  111. "Ring Modulator",
  112. "effect"
  113. ]
  114. },
  115. {
  116. "slug": "squinkylabs-sequencer",
  117. "name": "Seq++",
  118. "description": "DAW-like sequencer",
  119. "disabled": false,
  120. "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/sq2.md",
  121. "tags": [
  122. "Sequencer",
  123. "Polyphonic"
  124. ]
  125. },
  126. {
  127. "slug": "squinkylabs-sequencer4",
  128. "name": "Seq4x4",
  129. "description": "Sequence player",
  130. "disabled": false,
  131. "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/4x4.md",
  132. "tags": [
  133. "Sequencer",
  134. "Polyphonic"
  135. ]
  136. },
  137. {
  138. "slug": "squinkylabs-super",
  139. "name": "Saws",
  140. "description": "Super saw VCO emulation",
  141. "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/saws.md",
  142. "tags": [
  143. "VCO",
  144. "Polyphonic"
  145. ]
  146. },
  147. {
  148. "slug": "squinkylabs-blank",
  149. "name": "Blank",
  150. "disabled": true,
  151. "description": "blank starting project",
  152. "tags": [
  153. "Blank"
  154. ]
  155. },
  156. {
  157. "slug": "squinkylabs-slew4",
  158. "name": "Slade",
  159. "description": "Octal slew/lag/VCA",
  160. "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/slew4.md",
  161. "tags": [
  162. "Slew limiter",
  163. "VCA"
  164. ]
  165. },
  166. {
  167. "slug": "squinkylabs-mix8",
  168. "name": "Mixer-8",
  169. "description": "8 channel mixer",
  170. "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/mix8.md",
  171. "tags": [
  172. "Mixer"
  173. ]
  174. },
  175. {
  176. "slug": "squinkylabs-mix4",
  177. "name": "ExFor",
  178. "description": "4 channel mixer expander",
  179. "disabled": false,
  180. "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/exfor.md",
  181. "tags": [
  182. "Mixer",
  183. "Expander"
  184. ]
  185. },
  186. {
  187. "slug": "squinkylabs-mixStereo",
  188. "name": "ExTwo",
  189. "description": "Two channel stereo mixer expander",
  190. "disabled": false,
  191. "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/extwo.md",
  192. "tags": [
  193. "Mixer",
  194. "Expander"
  195. ]
  196. },
  197. {
  198. "slug": "squinkylabs-mixm",
  199. "name": "Form",
  200. "description": "Mixer master module",
  201. "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/form.md",
  202. "disabled": false,
  203. "tags": [
  204. "Mixer"
  205. ]
  206. },
  207. {
  208. "slug": "squinkylabs-ch10",
  209. "name": "ch10",
  210. "disabled": true,
  211. "description": "ch10",
  212. "tags": [
  213. "VCO"
  214. ]
  215. },
  216. {
  217. "slug": "squinkylabs-lfnb",
  218. "name": "LFNB",
  219. "description": "Low frequency random voltage generator 2",
  220. "disabled": true,
  221. "tags": [
  222. "NOISE",
  223. "RANDOM",
  224. "LFO"
  225. ]
  226. },
  227. {
  228. "slug": "squinkylabs-filt",
  229. "name": "Stairway",
  230. "description": "Ladder filter on steroids",
  231. "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/filter.md",
  232. "tags": [
  233. "VCF",
  234. "Polyphonic",
  235. "Distortion"
  236. ]
  237. },
  238. {
  239. "slug": "squinkylabs-dt",
  240. "name": "Polygate",
  241. "description": "Polyphonic gate demultiplexer",
  242. "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/dt.md",
  243. "tags": [
  244. "Polyphonic"
  245. ]
  246. },
  247. {
  248. "slug": "squinkylabs-funv",
  249. "name": "Functional VCO-1",
  250. "description": "[deprecated] Multi-function VCO with low aliasing",
  251. "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/functional-vco-1.md",
  252. "tags": [
  253. "VCO"
  254. ]
  255. },
  256. {
  257. "slug": "squinkylabs-chaoskitty",
  258. "disabled": true,
  259. "name": "Chaos Kitty",
  260. "description": "thing",
  261. "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/chaos-kitty.md",
  262. "tags": [
  263. "VCO"
  264. ]
  265. },
  266. {
  267. "slug": "squinkylabs-dvg",
  268. "name": "dg",
  269. "description": "thing",
  270. "disabled": true,
  271. "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/functional-vco-1.md",
  272. "tags": [
  273. "VCO"
  274. ]
  275. },
  276. {
  277. "slug": "squinkylabs-wvco",
  278. "name": "FM Kitchen Sink",
  279. "description": "Many function VCO",
  280. "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/kitchen-sink.md",
  281. "tags": [
  282. "VCO",
  283. "Polyphonic",
  284. "Synth voice"
  285. ]
  286. },
  287. {
  288. "slug": "squinkylabs-sub",
  289. "name": "Substitute",
  290. "description": "Subharmonic VCO",
  291. "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/substitute.md",
  292. "tags": [
  293. "VCO",
  294. "Polyphonic"
  295. ]
  296. },
  297. {
  298. "slug": "squinkylabs-sines",
  299. "name": "Organ Three",
  300. "description": "Hammond organ emulator",
  301. "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/og.md",
  302. "tags": [
  303. "VCO",
  304. "Polyphonic",
  305. "Hardware",
  306. "Synth voice"
  307. ]
  308. },
  309. {
  310. "slug": "squinkylabs-basic",
  311. "name": "Basic VCO",
  312. "description": "Precision VCO",
  313. "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/basic.md",
  314. "tags": [
  315. "VCO",
  316. "Polyphonic"
  317. ]
  318. },
  319. {
  320. "slug": "squinkylabs-f2",
  321. "name": "F2",
  322. "disabled": false,
  323. "description": "Multimode state-variable filter",
  324. "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/f2.md",
  325. "tags": [
  326. "VCF",
  327. "Polyphonic"
  328. ]
  329. },
  330. {
  331. "slug": "squinkylabs-f4",
  332. "name": "F4",
  333. "disabled": true,
  334. "description": "F4",
  335. "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/f4.md",
  336. "tags": [
  337. "VCF",
  338. "Polyphonic"
  339. ]
  340. },
  341. {
  342. "slug": "squinkylabs-comp",
  343. "name": "Comp",
  344. "disabled": false,
  345. "description": "Ultra clean Compressor",
  346. "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/compressor.md",
  347. "tags": [
  348. "Compressor",
  349. "Dynamics",
  350. "Polyphonic"
  351. ]
  352. },
  353. {
  354. "slug": "squinkylabs-dividerx",
  355. "name": "Divider",
  356. "description": "x",
  357. "disabled": true,
  358. "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/dividerx.md",
  359. "tags": [
  360. "Polyphonic"
  361. ]
  362. },
  363. {
  364. "slug": "squinkylabs-samp",
  365. "name": "SFZ Player",
  366. "description": "Sampler that plays standard SFZ files.",
  367. "disabled": false,
  368. "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/sfz-player.md",
  369. "tags": [
  370. "Polyphonic",
  371. "Sampler",
  372. "Synth Voice"
  373. ]
  374. },
  375. {
  376. "slug": "squinkylabs-comp2",
  377. "name": "Comp II",
  378. "disabled": false,
  379. "description": "Polyphonic Compressor",
  380. "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/compressor2.md",
  381. "tags": [
  382. "Compressor",
  383. "Dynamics",
  384. "Polyphonic"
  385. ]
  386. },
  387. {
  388. "slug": "squinkylabs-gmr",
  389. "name": "gmr",
  390. "disabled": true,
  391. "description": "gmr",
  392. "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/main/docs/compressor2.md",
  393. "tags": []
  394. },
  395. {
  396. "slug": "squinkylabs-testmodel",
  397. "name": "Test",
  398. "disabled": true,
  399. "description": "Programming test",
  400. "tags": []
  401. }
  402. ]
  403. }