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.

739 lines
15KB

  1. {
  2. "slug": "dbRackModules",
  3. "name": "dbRackModules",
  4. "version": "2.5.0",
  5. "license": "GPL-3.0-or-later",
  6. "brand": "docB",
  7. "author": "docB",
  8. "authorEmail": "",
  9. "authorUrl": "https://docb.io",
  10. "pluginUrl": "https://github.com/docb/dbRackModules",
  11. "manualUrl": "https://github.com/docb/dbRackModules",
  12. "sourceUrl": "https://github.com/docb/dbRackModules",
  13. "donateUrl": "https://www.paypal.com/paypalme/docb222",
  14. "changelogUrl": "",
  15. "modules": [
  16. {
  17. "slug": "GeneticTerrain",
  18. "name": "GeneticTerrain",
  19. "description": "Genetic Wave Terrain Synthesis",
  20. "tags": [
  21. "Oscillator",
  22. "Polyphonic"
  23. ]
  24. },
  25. {
  26. "slug": "GeneticSuperTerrain",
  27. "name": "GeneticSuperTerrain",
  28. "description": "Genetic Wave Terrain Synthesis with Superformula Curves",
  29. "tags": [
  30. "Oscillator",
  31. "Polyphonic"
  32. ]
  33. },
  34. {
  35. "slug": "DCBlock",
  36. "name": "DCBlock",
  37. "description": "A stereo polyphonic dc blocker",
  38. "tags": [
  39. "Filter",
  40. "Polyphonic",
  41. "Effect"
  42. ]
  43. },
  44. {
  45. "slug": "RndHvs3",
  46. "name": "RND-HVS3",
  47. "description": "A Random Value Cube",
  48. "tags": [
  49. "Random"
  50. ]
  51. },
  52. {
  53. "slug": "JTScaler",
  54. "name": "JTScaler",
  55. "description": "Tunes standard V/OCT pitches to Just Intonation Scales",
  56. "tags": [
  57. "Utility",
  58. "Polyphonic"
  59. ]
  60. },
  61. {
  62. "slug": "AddSynth",
  63. "name": "AddSynth",
  64. "description": "A two dimensional additive synth voice",
  65. "tags": [
  66. "Oscillator"
  67. ]
  68. },
  69. {
  70. "slug": "RndH",
  71. "name": "RndH",
  72. "description": "Polyphonic Random Hold",
  73. "tags": [
  74. "Random",
  75. "Polyphonic"
  76. ]
  77. },
  78. {
  79. "slug": "RndC",
  80. "name": "RndC",
  81. "description": "Polyphonic RandomLFO with cubic interpolation",
  82. "tags": [
  83. "Polyphonic",
  84. "Random"
  85. ]
  86. },
  87. {
  88. "slug": "GenScale",
  89. "name": "GenScale",
  90. "description": "Generates a polyphonic Scale",
  91. "tags": [
  92. "Polyphonic"
  93. ]
  94. },
  95. {
  96. "slug": "JTKeys",
  97. "name": "JTKeys",
  98. "description": "Just Intonation Keyboard",
  99. "tags": [
  100. "Utility",
  101. "Polyphonic"
  102. ],
  103. "hidden": true
  104. },
  105. {
  106. "slug": "Hopa",
  107. "name": "Hopa",
  108. "description": "Hopalong Attractor",
  109. "tags": [
  110. "Random"
  111. ]
  112. },
  113. {
  114. "slug": "Frac",
  115. "name": "Frac",
  116. "description": "Outputs expansions of integer fractions",
  117. "tags": [
  118. "Sequencer"
  119. ]
  120. },
  121. {
  122. "slug": "HexSeq",
  123. "name": "HexSeq",
  124. "description": "A Sequencer using compact hexadecimal strings for trigger sequencing",
  125. "tags": [
  126. "Sequencer"
  127. ]
  128. },
  129. {
  130. "slug": "Interface",
  131. "name": "Interface",
  132. "description": "Create an interface for a selection of connected modules",
  133. "tags": [
  134. "Utility"
  135. ]
  136. },
  137. {
  138. "slug": "HexSeqP",
  139. "name": "HexSeqP",
  140. "description": "A 16x16x64 Trigger Sequencer",
  141. "tags": [
  142. "Sequencer",
  143. "Polyphonic"
  144. ]
  145. },
  146. {
  147. "slug": "MVerb",
  148. "name": "MVerb",
  149. "description": "5x5 Waveguide Mesh Reverb",
  150. "tags": [
  151. "Reverb",
  152. "Effect"
  153. ]
  154. },
  155. {
  156. "slug": "PShift",
  157. "name": "PShift",
  158. "description": "Pitch Shifter",
  159. "tags": [
  160. "Effect"
  161. ]
  162. },
  163. {
  164. "slug": "FLA",
  165. "name": "FLA",
  166. "description": "applies integer arithmetic to a CV signal",
  167. "hidden": true,
  168. "tags": [
  169. "Distortion"
  170. ]
  171. },
  172. {
  173. "slug": "FLL",
  174. "name": "FLL",
  175. "description": "applies integer bit operations to a CV signal",
  176. "hidden": true,
  177. "tags": [
  178. "Distortion"
  179. ]
  180. },
  181. {
  182. "slug": "Gendy",
  183. "name": "Gendy",
  184. "description": "Iannis Xenakis GENDYN Simulation",
  185. "tags": [
  186. "Oscillator",
  187. "Polyphonic"
  188. ]
  189. },
  190. {
  191. "slug": "RTrig",
  192. "name": "RTrig",
  193. "description": "Random Deviation Trigger",
  194. "tags": [
  195. "Random",
  196. "Polyphonic"
  197. ]
  198. },
  199. {
  200. "slug": "STrig",
  201. "name": "STrig",
  202. "description": "Polyphonic Schmitt-Trigger",
  203. "tags": [
  204. "Polyphonic"
  205. ]
  206. },
  207. {
  208. "slug": "RSC",
  209. "name": "RSC",
  210. "description": "Reverb",
  211. "tags": [
  212. "Reverb",
  213. "Effect"
  214. ]
  215. },
  216. {
  217. "slug": "Pad",
  218. "name": "Pad",
  219. "description": "PadSynth",
  220. "tags": [
  221. "Oscillator",
  222. "Polyphonic"
  223. ]
  224. },
  225. {
  226. "slug": "Pad2",
  227. "name": "Pad2",
  228. "description": "PadSynth with smooth control",
  229. "tags": [
  230. "Oscillator",
  231. "Polyphonic"
  232. ]
  233. },
  234. {
  235. "slug": "RndG",
  236. "name": "RndG",
  237. "description": "Random Gates",
  238. "tags": [
  239. "Random",
  240. "Polyphonic"
  241. ]
  242. },
  243. {
  244. "slug": "Plotter",
  245. "name": "Plotter",
  246. "description": "Plots a 2D signal",
  247. "tags": [
  248. "Visual",
  249. "Polyphonic"
  250. ]
  251. },
  252. {
  253. "slug": "SuperLFO",
  254. "name": "SuperLFO",
  255. "description": "2D LFO for superformula curves",
  256. "tags": [
  257. "Oscillator",
  258. "Low-frequency Oscillator",
  259. "Polyphonic"
  260. ]
  261. },
  262. {
  263. "slug": "HexSeqExp",
  264. "name": "HexSeqExp",
  265. "description": "Gate, clock and inverted outputs for HexSeq",
  266. "tags": [
  267. "Expander"
  268. ]
  269. },
  270. {
  271. "slug": "PHSR",
  272. "name": "PHSR",
  273. "description": "Phasor",
  274. "tags": [
  275. "Oscillator",
  276. "Polyphonic"
  277. ]
  278. },
  279. {
  280. "slug": "PhS",
  281. "name": "PhS",
  282. "description": "Phase Shaper",
  283. "tags": [
  284. "Waveshaper",
  285. "Polyphonic"
  286. ]
  287. },
  288. {
  289. "slug": "SPL",
  290. "name": "SPL",
  291. "description": "Spline wave oscillator with phase input",
  292. "tags": [
  293. "Oscillator",
  294. "Polyphonic"
  295. ]
  296. },
  297. {
  298. "slug": "PhO",
  299. "name": "PhO",
  300. "description": "Phase driven additive oscillator",
  301. "tags": [
  302. "Oscillator",
  303. "Polyphonic"
  304. ]
  305. },
  306. {
  307. "slug": "Faders",
  308. "name": "Faders",
  309. "description": "Three polyphonic slider banks with modulation and value grids",
  310. "tags": [
  311. "Controller",
  312. "Polyphonic"
  313. ]
  314. },
  315. {
  316. "slug": "YAC",
  317. "name": "YAC",
  318. "description": "Yet another chorus, this one can be modulated",
  319. "tags": [
  320. "Chorus"
  321. ]
  322. },
  323. {
  324. "slug": "PLC",
  325. "name": "PLC",
  326. "description": "Poly Controller",
  327. "tags": [
  328. "Polyphonic"
  329. ]
  330. },
  331. {
  332. "slug": "MPad2",
  333. "name": "\u00b5Pad2",
  334. "description": "Micro Pad2",
  335. "tags": [
  336. "Oscillator",
  337. "Polyphonic"
  338. ]
  339. },
  340. {
  341. "slug": "PHSR2",
  342. "name": "PHSR2",
  343. "description": "Advanced Phasor with Line Segments and FM",
  344. "tags": [
  345. "Oscillator",
  346. "Polyphonic"
  347. ]
  348. },
  349. {
  350. "slug": "Ratio",
  351. "name": "Ratio",
  352. "description": "Ratio scaling for FM",
  353. "tags": [
  354. "Utility",
  355. "Polyphonic"
  356. ]
  357. },
  358. {
  359. "slug": "CSOSC",
  360. "name": "CSOSC",
  361. "description": "Cosine Oscillator",
  362. "tags": [
  363. "Oscillator",
  364. "Polyphonic"
  365. ]
  366. },
  367. {
  368. "slug": "EVA",
  369. "name": "EVA",
  370. "description": "ADSR with integrated VCA",
  371. "tags": [
  372. "Envelope Generator",
  373. "Voltage Controlled Amplifier",
  374. "Polyphonic"
  375. ]
  376. },
  377. {
  378. "slug": "BWF",
  379. "name": "BWF",
  380. "description": "A brickwall filter",
  381. "tags": [
  382. "Effect",
  383. "Filter",
  384. "Polyphonic"
  385. ]
  386. },
  387. {
  388. "slug": "PRB",
  389. "name": "PRB",
  390. "description": "Parabolic Oscillator",
  391. "tags": [
  392. "Oscillator",
  393. "Polyphonic"
  394. ]
  395. },
  396. {
  397. "slug": "Osc2",
  398. "name": "Osc2",
  399. "description": "Double Sinus Oscillator",
  400. "tags": [
  401. "Oscillator",
  402. "Polyphonic"
  403. ]
  404. },
  405. {
  406. "slug": "RndH2",
  407. "name": "RndH2",
  408. "description": "Random and Hold mk2",
  409. "tags": [
  410. "Random",
  411. "Polyphonic"
  412. ]
  413. },
  414. {
  415. "slug": "OFS",
  416. "name": "OFS",
  417. "description": "CPU friendly polyphonic offset/scaler with polyphonic cv inputs and cv attenuators",
  418. "tags": [
  419. "Polyphonic",
  420. "Attenuator"
  421. ]
  422. },
  423. {
  424. "slug": "OFS3",
  425. "name": "OFS3",
  426. "description": "3x OFS",
  427. "tags": [
  428. "Polyphonic",
  429. "Attenuator"
  430. ]
  431. },
  432. {
  433. "slug": "Osc1",
  434. "name": "Osc1",
  435. "description": "Line segement oscillator with alias suppressing ",
  436. "tags": [
  437. "Oscillator",
  438. "Polyphonic"
  439. ]
  440. },
  441. {
  442. "slug": "Osc3",
  443. "name": "Osc3",
  444. "description": "Step/Line segment oscillator with alias suppressing",
  445. "tags": [
  446. "Oscillator",
  447. "Polyphonic"
  448. ]
  449. },
  450. {
  451. "slug": "Osc4",
  452. "name": "Osc4",
  453. "description": "Classic oscillator with alias suppressing",
  454. "tags": [
  455. "Oscillator",
  456. "Polyphonic"
  457. ]
  458. },
  459. {
  460. "slug": "Osc5",
  461. "name": "Osc5",
  462. "description": "Pulse oscillator with alias suppressing",
  463. "tags": [
  464. "Oscillator",
  465. "Polyphonic"
  466. ]
  467. },
  468. {
  469. "slug": "SKF",
  470. "name": "SKF",
  471. "description": "CPU friendly polyphonic stereo sallen key filter",
  472. "tags": [
  473. "Filter",
  474. "Polyphonic"
  475. ]
  476. },
  477. {
  478. "slug": "SPF",
  479. "name": "SPF",
  480. "description": "CPU friendly polyphonic steiner parker filter",
  481. "tags": [
  482. "Filter",
  483. "Polyphonic"
  484. ]
  485. },
  486. {
  487. "slug": "L4P",
  488. "name": "L4P",
  489. "description": "CPU friendly polyphonic stereo 4 pole filter",
  490. "tags": [
  491. "Filter",
  492. "Polyphonic"
  493. ]
  494. },
  495. {
  496. "slug": "USVF",
  497. "name": "USVF",
  498. "description": "CPU friendly polyphonic unstable state variable filter with overdrive",
  499. "tags": [
  500. "Filter",
  501. "Polyphonic"
  502. ]
  503. },
  504. {
  505. "slug": "AP",
  506. "name": "AP",
  507. "description": "A Polyphonic Allpass Filter",
  508. "tags": [
  509. "Filter",
  510. "Polyphonic"
  511. ]
  512. },
  513. {
  514. "slug": "AUX",
  515. "name": "AUX",
  516. "description": "Polyphonic stereo signal mixer",
  517. "tags": [
  518. "Mixer",
  519. "Polyphonic"
  520. ]
  521. },
  522. {
  523. "slug": "JWS",
  524. "name": "JWS",
  525. "description": "Polyphonic stereo waveshaper using JONG attractor",
  526. "tags": [
  527. "Waveshaper",
  528. "Polyphonic"
  529. ]
  530. },
  531. {
  532. "slug": "CHBY",
  533. "name": "CHBY",
  534. "description": "4 pole Chebyshev type 1 filter",
  535. "tags": [
  536. "Filter",
  537. "Polyphonic"
  538. ]
  539. },
  540. {
  541. "slug": "CLP",
  542. "name": "CLP",
  543. "description": "Clipper/Waveshaper",
  544. "tags": [
  545. "Waveshaper",
  546. "Distortion",
  547. "Polyphonic"
  548. ]
  549. },
  550. {
  551. "slug": "LWF",
  552. "name": "LWF",
  553. "description": "Lockhard Wavefolder",
  554. "tags": [
  555. "Waveshaper",
  556. "Polyphonic"
  557. ]
  558. },
  559. {
  560. "slug": "DRM",
  561. "name": "DRM",
  562. "description": "Diode Ring Modulator",
  563. "tags": [
  564. "Ring modulator",
  565. "Polyphonic"
  566. ]
  567. },
  568. {
  569. "slug": "CWS",
  570. "name": "CWS",
  571. "description": "Chebyshev Waveshaper",
  572. "tags": [
  573. "Polyphonic",
  574. "Waveshaper"
  575. ]
  576. },
  577. {
  578. "slug": "SWF",
  579. "name": "SWF",
  580. "description": "Sharp Wavefolder",
  581. "tags": [
  582. "Waveshaper",
  583. "Polyphonic"
  584. ]
  585. },
  586. {
  587. "slug": "Osc6",
  588. "name": "Osc6",
  589. "description": "Komplex Oscillaor using bit logic",
  590. "tags": [
  591. "Oscillator",
  592. "Polyphonic"
  593. ]
  594. },
  595. {
  596. "slug": "Osc7",
  597. "name": "Osc7",
  598. "description": "Komplex Oscillaor providing phase distorted waves",
  599. "tags": [
  600. "Oscillator",
  601. "Polyphonic"
  602. ]
  603. },
  604. {
  605. "slug": "Osc8",
  606. "name": "Osc8",
  607. "description": "Two additive oscillators with linear FM through zero and cross FM",
  608. "tags": [
  609. "Oscillator",
  610. "Polyphonic"
  611. ]
  612. },
  613. {
  614. "slug": "Osc9",
  615. "name": "Osc9",
  616. "description": "Waveshaping Oscillaor",
  617. "tags": [
  618. "Oscillator",
  619. "Polyphonic"
  620. ]
  621. },
  622. {
  623. "slug": "Drums",
  624. "name": "Drums",
  625. "description": "Sampled drums",
  626. "tags": [
  627. "Drums"
  628. ]
  629. },
  630. {
  631. "slug": "PPD",
  632. "name": "PPD",
  633. "description": "Ping Pong Delay",
  634. "tags": [
  635. "Delay"
  636. ]
  637. },
  638. {
  639. "slug": "FS6",
  640. "name": "FS6",
  641. "description": "Fast Sine approximations",
  642. "tags": [
  643. "Oscillator",
  644. "Polyphonic"
  645. ]
  646. },
  647. {
  648. "slug": "Pulsar",
  649. "name": "Pulsar",
  650. "description": "Pulsar Synthesis Oscillator",
  651. "tags": [
  652. "Oscillator",
  653. "Polyphonic"
  654. ]
  655. },
  656. {
  657. "slug": "OscA1",
  658. "name": "OscA1",
  659. "description": "Additive Oscillator with up to 256 partials and comb filter",
  660. "tags": [
  661. "Oscillator",
  662. "Polyphonic"
  663. ]
  664. },
  665. {
  666. "slug": "OscS",
  667. "name": "OscS",
  668. "description": "An alias free sawtooth oscillator",
  669. "tags": [
  670. "Oscillator",
  671. "Polyphonic"
  672. ]
  673. },
  674. {
  675. "slug": "OscP",
  676. "name": "OscP",
  677. "description": "An alias free pulsewave oscillator",
  678. "tags": [
  679. "Oscillator",
  680. "Polyphonic"
  681. ]
  682. },
  683. {
  684. "slug": "X16",
  685. "name": "X16",
  686. "description": "Matrix Mixer 16x16 with modulation",
  687. "tags": [
  688. "Mixer"
  689. ]
  690. },
  691. {
  692. "slug": "X8",
  693. "name": "X8",
  694. "description": "8x8 Matrix Mixer with modulation",
  695. "tags": [
  696. "Mixer",
  697. "Polyphonic"
  698. ]
  699. },
  700. {
  701. "slug": "X6",
  702. "name": "X6",
  703. "description": "6x6 Matrix Mixer with modulation",
  704. "tags": [
  705. "Mixer",
  706. "Polyphonic"
  707. ]
  708. },
  709. {
  710. "slug": "X4",
  711. "name": "X4",
  712. "description": "4x4 Matrix Mixer with modulation",
  713. "tags": [
  714. "Mixer",
  715. "Polyphonic"
  716. ]
  717. },
  718. {
  719. "slug": "CVS",
  720. "name": "CVS",
  721. "description": "CV controlled polyphonic switch, sequencer, crossfader, scanner",
  722. "tags": [
  723. "Switch",
  724. "Mixer",
  725. "Sequencer",
  726. "Polyphonic"
  727. ]
  728. },
  729. {
  730. "slug": "DTrig",
  731. "name": "DTrig",
  732. "description": "CV change detector",
  733. "tags": [
  734. "Utility",
  735. "Polyphonic"
  736. ]
  737. }
  738. ]
  739. }