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.

919 lines
23KB

  1. {
  2. "slug": "CountModula",
  3. "name": "Count Modula",
  4. "version": "1.9.0",
  5. "license": "GPL-3.0-only",
  6. "brand": "Count Modula",
  7. "author": "Adam Verspaget",
  8. "authorEmail": "CountModula@gmail.com",
  9. "authorUrl": "https://github.com/countmodula",
  10. "pluginUrl": "https://github.com/countmodula/VCVRackPlugins/blob/master/README.md",
  11. "manualUrl": "https://github.com/countmodula/VCVRackPlugins/blob/master/MANUAL.md",
  12. "changelogUrl": "https://github.com/countmodula/VCVRackPlugins/blob/master/CHANGELOG.md",
  13. "sourceUrl": "https://github.com/countmodula/VCVRackPlugins",
  14. "donateUrl": "https://paypal.me/countmodula?locale.x=en_AU",
  15. "modules": [
  16. {
  17. "slug": "AnalogueShiftRegister",
  18. "name": "Analogue Shift Register",
  19. "description": "A dual 4, or single 8, step shift register",
  20. "tags": [
  21. "Sample and Hold"
  22. ]
  23. },
  24. {
  25. "slug": "Attenuator",
  26. "name": "Attenuator",
  27. "description": "Dual attenuator with attenuverting option",
  28. "tags": [
  29. "Attenuator",
  30. "Dual",
  31. "Polyphonic"
  32. ]
  33. },
  34. {
  35. "slug": "BinarySequencer",
  36. "name": "Binary Sequencer",
  37. "description": "Binary counter based sequencer",
  38. "tags": [
  39. "Clock generator",
  40. "Sequencer"
  41. ]
  42. },
  43. {
  44. "slug": "BooleanAND",
  45. "name": "Boolean AND Gate",
  46. "description": "4 input boolean AND/NAND gate",
  47. "tags": [
  48. "Logic",
  49. "Polyphonic"
  50. ]
  51. },
  52. {
  53. "slug": "BooleanOR",
  54. "name": "Boolean OR Gate",
  55. "description": "4 input boolean OR/NOR gate",
  56. "tags": [
  57. "Logic",
  58. "Polyphonic"
  59. ]
  60. },
  61. {
  62. "slug": "BooleanVCNOT",
  63. "name": "Boolean VC Inverter",
  64. "description": "Dual voltage controlled logical inverter",
  65. "tags": [
  66. "Logic",
  67. "Dual",
  68. "Polyphonic"
  69. ]
  70. },
  71. {
  72. "slug": "BooleanXOR",
  73. "name": "Boolean XOR Gate",
  74. "description": "4 input boolean XOR/XNOR gate",
  75. "tags": [
  76. "Logic",
  77. "Polyphonic"
  78. ]
  79. },
  80. {
  81. "slug": "BurstGenerator",
  82. "name": "Burst Generator",
  83. "description": "Generates bursts of 1-16 pulses whenever a trigger is received at the trigger input",
  84. "tags": [
  85. "Clock modulator"
  86. ]
  87. },
  88. {
  89. "slug": "Comparator",
  90. "name": "Comparator",
  91. "description": "Compares the input signal with either an internal or external threshold value and outputs gate signals based on the outcome.",
  92. "tags": [
  93. "Utility"
  94. ]
  95. },
  96. {
  97. "slug": "CVSpreader",
  98. "name": "CV Spreader",
  99. "description": "Accepts \"Base\" and \"Spread\" CV inputs and creates a set of new CV values that are spread either side of the base value by an amount determined by the spread value.",
  100. "tags": [
  101. "Utility"
  102. ]
  103. },
  104. {
  105. "slug": "EventArranger",
  106. "name": "Event Arranger",
  107. "description": "A VCV Rack implementation of the VC Clock and Event Arranger published in an article by John Blacet in the Jan/Feb edition of Synapse magazine",
  108. "tags": [
  109. "Clock generator",
  110. "Sequencer"
  111. ]
  112. },
  113. {
  114. "slug": "GateDelay",
  115. "name": "Gate Delay",
  116. "description": "A dual gate delay line giving up to 40 seconds of delay with voltage control over the delay time",
  117. "tags": [
  118. "Delay",
  119. "Dual"
  120. ]
  121. },
  122. {
  123. "slug": "GateModifier",
  124. "name": "Gate Modifier",
  125. "description": "Voltage controlled gate length modifier",
  126. "tags": [
  127. "Logic",
  128. "Utility"
  129. ]
  130. },
  131. {
  132. "slug": "G2T",
  133. "name": "gate to Trigger Converter",
  134. "description": "Description.",
  135. "tags": [
  136. "Utility"
  137. ]
  138. },
  139. {
  140. "slug": "Mangler",
  141. "name": "Mangler",
  142. "description": "A voltage controlled sample rate/bit depth reducer",
  143. "tags": [
  144. "Distortion",
  145. "Polyphonic"
  146. ]
  147. },
  148. {
  149. "slug": "ManualCV",
  150. "name": "Manual CV Generator",
  151. "description": "A simple dual manual CV generator offering +/- 10V with both coarse and fine controls",
  152. "tags": [
  153. "Dual",
  154. "Controller",
  155. "Utility"
  156. ]
  157. },
  158. {
  159. "slug": "ManualGate",
  160. "name": "Manual Gate",
  161. "description": "A manually triggered gate generator offering a number of simultaneous gate and inverted gate outputs",
  162. "tags": [
  163. "Utility",
  164. "Controller"
  165. ]
  166. },
  167. {
  168. "slug": "MatrixMixer",
  169. "name": "Matrix Mixer",
  170. "description": "A 4 x 4 matrix mixer allowing up to 4 input signals to be independently mixed to 4 different outputs",
  171. "tags": [
  172. "Mixer"
  173. ]
  174. },
  175. {
  176. "slug": "MinimusMaximus",
  177. "name": "Minimus Maximus",
  178. "description": "A signal processor that determines and outputs the minimum, maximum and mean (average) of up to 4 input signals",
  179. "tags": [
  180. "Utility"
  181. ]
  182. },
  183. {
  184. "slug": "Mixer",
  185. "name": "Mixer",
  186. "description": "A basic 4 input utility mixer with output level control, overload indicator, inverted output and selectable bipolar/unipolar operation",
  187. "tags": [
  188. "Mixer"
  189. ]
  190. },
  191. {
  192. "slug": "MorphShaper",
  193. "name": "Morph Shaper",
  194. "description": "Morphing controller and wave shaper",
  195. "tags": [
  196. "Utility",
  197. "Waveshaper"
  198. ]
  199. },
  200. {
  201. "slug": "Multiplexer",
  202. "name": "Multiplexer",
  203. "description": "A 1 input to 8 output and 8 input to 1 output multiplexer",
  204. "tags": [
  205. "Switch"
  206. ]
  207. },
  208. {
  209. "slug": "Mute",
  210. "name": "Mute",
  211. "description": "A voltage controlled mute",
  212. "tags": [
  213. "Controller",
  214. "Polyphonic"
  215. ]
  216. },
  217. {
  218. "slug": "Mute-iple",
  219. "name": "Mute-iple",
  220. "description": "A dual 4-way/ Single 8 way mutable multiple",
  221. "tags": [
  222. "Dual",
  223. "Multiple",
  224. "Controller",
  225. "Polyphonic"
  226. ]
  227. },
  228. {
  229. "slug": "PolyrhythmicGenerator",
  230. "name": "Polyrhythmic Generator (Deprecated - Do Not Use)",
  231. "description": "This module is no longer supported - use Polyrhythmic Generator MkII instead",
  232. "tags": [
  233. "Clock modulator",
  234. "Sequencer",
  235. "Polyphonic"
  236. ]
  237. },
  238. {
  239. "slug": "Rectifier",
  240. "name": "Rectifier",
  241. "description": "A full/half wave rectifier with variable rectification axis",
  242. "tags": [
  243. "Waveshaper",
  244. "Polyphonic"
  245. ]
  246. },
  247. {
  248. "slug": "SampleAndHold",
  249. "name": "Sample & Hold",
  250. "description": "Sample and Hold/Track and hold",
  251. "tags": [
  252. "Sample and hold",
  253. "Polyphonic"
  254. ]
  255. },
  256. {
  257. "slug": "ShepardGenerator",
  258. "name": "Shepard Generator",
  259. "description": "Generates a set of 8 ramp and sawtooth control signals appropriately phased for generation of Shepard tones",
  260. "tags": [
  261. "LFO",
  262. "Function generator",
  263. "Polyphonic"
  264. ]
  265. },
  266. {
  267. "slug": "SRFlipFlop",
  268. "name": "SR Flip Flop",
  269. "description": "A logical Set/Reset flip flop with enable",
  270. "tags": [
  271. "Logic",
  272. "Dual"
  273. ]
  274. },
  275. {
  276. "slug": "StepSequencer8",
  277. "name": "Dual 8 Step Sequencer",
  278. "description": "Fully featured dual channel 8 step sequencer",
  279. "tags": [
  280. "Sequencer",
  281. "Dual",
  282. "Polyphonic"
  283. ]
  284. },
  285. {
  286. "slug": "TFlipFlop",
  287. "name": "T Flip Flop",
  288. "description": "A logical T type (toggle) flip flop with enable",
  289. "tags": [
  290. "Logic",
  291. "Dual"
  292. ]
  293. },
  294. {
  295. "slug": "TriggerSequencer8",
  296. "name": "Trigger Sequencer (8 Step)",
  297. "description": "Quad 8 step trigger sequencer",
  298. "tags": [
  299. "Quad",
  300. "Sequencer"
  301. ]
  302. },
  303. {
  304. "slug": "TriggerSequencer16",
  305. "name": "Trigger Sequencer (16 Step)",
  306. "description": "Quad 16 step trigger sequencer",
  307. "tags": [
  308. "Quad",
  309. "Sequencer"
  310. ]
  311. },
  312. {
  313. "slug": "GateDelayMT",
  314. "name": "Tapped Gate Delay",
  315. "description": "A gate delay that offers up to 40 seconds of delay with tapped outputs at equal intervals along the delay line",
  316. "tags": [
  317. "Delay"
  318. ]
  319. },
  320. {
  321. "slug": "VCFrequencyDivider",
  322. "name": "Voltage Controlled Frequency Divider (Deprecated - Do Not Use)",
  323. "description": "This module is no longer supported - use VC Frequency Divider instead",
  324. "tags": [
  325. "Clock modulator"
  326. ]
  327. },
  328. {
  329. "slug": "VCPolarizer",
  330. "name": "Voltage Controlled Polarizer",
  331. "description": "A dual voltage controlled polarizer",
  332. "tags": [
  333. "Dual",
  334. "Polyphonic",
  335. "Attenuator",
  336. "Utility"
  337. ]
  338. },
  339. {
  340. "slug": "VoltageControlledSwitch",
  341. "name": "Voltage Controlled Switch",
  342. "description": "Selects between 2 inputs or routes 1 input to one of 2 outputs based on the level of the signal at the CV input",
  343. "tags": [
  344. "Switch",
  345. "Polyphonic"
  346. ]
  347. },
  348. {
  349. "slug": "VoltageInverter",
  350. "name": "Voltage Inverter",
  351. "description": "A quad voltage inverter that inverts signals around zero",
  352. "tags": [
  353. "Utility",
  354. "Polyphonic",
  355. "Quad"
  356. ]
  357. },
  358. {
  359. "slug": "BasicSequencer8",
  360. "name": "Basic 8 Step Sequencer",
  361. "description": "Basic single channel 8 step sequencer",
  362. "tags": [
  363. "Sequencer"
  364. ]
  365. },
  366. {
  367. "slug": "SequencerExpanderCV8",
  368. "name": "Sequencer CV Expander",
  369. "description": "8 step sequencer expander adding an extra channel of CV output",
  370. "tags": [
  371. "Sequencer",
  372. "Expander"
  373. ]
  374. },
  375. {
  376. "slug": "SequencerExpanderOut8",
  377. "name": "Sequencer Output Expander",
  378. "description": "8 step sequencer expander adding a gate output for each step",
  379. "tags": [
  380. "Sequencer",
  381. "Expander"
  382. ]
  383. },
  384. {
  385. "slug": "SequencerExpanderTrig8",
  386. "name": "Sequencer Trigger Expander",
  387. "description": "8 step sequencer expander adding a an extra channel of gate/trigger output",
  388. "tags": [
  389. "Sequencer",
  390. "Expander"
  391. ]
  392. },
  393. {
  394. "slug": "SubHarmonicGenerator",
  395. "name": "Sub Harmonic Generator ",
  396. "description": "Fatten up a single oscillator with sub harmonics",
  397. "tags": [
  398. "Waveshaper"
  399. ]
  400. },
  401. {
  402. "slug": "VCFrequencyDividerMkII",
  403. "name": "Voltage Controlled Frequency Divider MkII",
  404. "description": "Frequency divider with a variable and voltage controlled division ratio from 1 to around 20",
  405. "tags": [
  406. "Clock modulator"
  407. ]
  408. },
  409. {
  410. "slug": "PolyrhythmicGeneratorMkII",
  411. "name": "Polyrhythmic Generator MkII",
  412. "description": "A set of 8 voltage controlled clock dividers that can be used to generate polyrhythms by clocking and/or dividing at different rates",
  413. "tags": [
  414. "Clock modulator",
  415. "Sequencer",
  416. "Polyphonic"
  417. ]
  418. },
  419. {
  420. "slug": "GatedComparator",
  421. "name": "Gated Comparator",
  422. "description": "Gated Comparator",
  423. "tags": [
  424. "Sequencer",
  425. "Random"
  426. ]
  427. },
  428. {
  429. "slug": "SlopeDetector",
  430. "name": "Slope Detector",
  431. "description": "Slope Detector",
  432. "tags": [
  433. "Utility"
  434. ]
  435. },
  436. {
  437. "slug": "SequencerExpanderRM8",
  438. "name": "Gated Comparator Expander - Random Melody",
  439. "description": "Gated Comparator expander adding Random Melody output (also works with other sequencers)",
  440. "tags": [
  441. "Sequencer",
  442. "Expander"
  443. ]
  444. },
  445. {
  446. "slug": "SequencerExpanderLOG8",
  447. "name": "Gated Comparator Expander - Gate Logic",
  448. "description": "Gated Comparator expander adding logical mixing of the shift register outputs",
  449. "tags": [
  450. "Sequencer",
  451. "Expander"
  452. ]
  453. },
  454. {
  455. "slug": "StartupDelay",
  456. "name": "Startup Delay",
  457. "description": "Generates delayed start signals for sequencers on load or startup",
  458. "tags": [
  459. "Utility"
  460. ]
  461. },
  462. {
  463. "slug": "RackEarLeft",
  464. "name": "Left Hand Rack Ear",
  465. "description": "A Left Hand Rack Ear",
  466. "tags": [
  467. "Blank"
  468. ]
  469. },
  470. {
  471. "slug": "RackEarRight",
  472. "name": "Right Hand Rack Ear",
  473. "description": "A Right Hand Rack Ear",
  474. "tags": [
  475. "Blank"
  476. ]
  477. },
  478. {
  479. "slug": "Blank2HP",
  480. "name": "Blank Panel - 2HP",
  481. "description": "2HP blanking panel",
  482. "tags": [
  483. "Blank"
  484. ]
  485. },
  486. {
  487. "slug": "Blank4HP",
  488. "name": "Blank Panel - 4HP",
  489. "description": "4HP blanking panel",
  490. "tags": [
  491. "Blank"
  492. ]
  493. },
  494. {
  495. "slug": "Blank8HP",
  496. "name": "Blank Panel - 8HP",
  497. "description": "8HP blank panel",
  498. "tags": [
  499. "Blank"
  500. ]
  501. },
  502. {
  503. "slug": "Blank12HP",
  504. "name": "Blank Panel - 12HP",
  505. "description": "12HP blank panel",
  506. "tags": [
  507. "Blank"
  508. ]
  509. },
  510. {
  511. "slug": "Blank16HP",
  512. "name": "Blank Panel - 16HP",
  513. "description": "16HP blank panel",
  514. "tags": [
  515. "Blank"
  516. ]
  517. },
  518. {
  519. "slug": "Blank20HP",
  520. "name": "Blank Panel - 20HP",
  521. "description": "20HP blank panel",
  522. "tags": [
  523. "Blank"
  524. ]
  525. },
  526. {
  527. "slug": "Blank24HP",
  528. "name": "Blank Panel - 24HP",
  529. "description": "24HP blank panel",
  530. "tags": [
  531. "Blank"
  532. ]
  533. },
  534. {
  535. "slug": "OffsetGenerator",
  536. "name": "Offset Generator",
  537. "description": "Offsets a CV signal by a given amount",
  538. "tags": [
  539. "Utility",
  540. "Polyphonic"
  541. ]
  542. },
  543. {
  544. "slug": "Chances",
  545. "name": "Single Bernoulli Gate",
  546. "description": "Randomized routing of gate signals",
  547. "tags": [
  548. "Random",
  549. "Logic",
  550. "Clock Modulator"
  551. ]
  552. },
  553. {
  554. "slug": "Fade",
  555. "name": "Fade-in/Fade-out and Record Controller",
  556. "description": "Automated fade in/out with integrated start/stop control for the VCV Record module",
  557. "tags": [
  558. "Controller"
  559. ]
  560. },
  561. {
  562. "slug": "FadeExpander",
  563. "name": "Fade-in/Fade-out Expander",
  564. "description": "Adds sequencer start/stop and envelope outputs to the fade controller",
  565. "tags": [
  566. "Controller",
  567. "Expander"
  568. ]
  569. },
  570. {
  571. "slug": "SequencerExpanderTSG",
  572. "name": "Trigger Sequencer Gate Expander",
  573. "description": "Adds gate outputs to the 8 and 16 Step Trigger Sequencers",
  574. "tags": [
  575. "Sequencer",
  576. "Expander"
  577. ]
  578. },
  579. {
  580. "slug": "VCPulseDivider",
  581. "name": "Voltage Controlled Pulse Divider",
  582. "description": "Voltage controlled division of pulse signals such as gates and triggers",
  583. "tags": [
  584. "Clock modulator"
  585. ]
  586. },
  587. {
  588. "slug": "ClockedRandomGates",
  589. "name": "Clocked Random Gates",
  590. "description": "Generates a set of 8 synchronised gates and triggers",
  591. "tags": [
  592. "Clock Modulator",
  593. "Sequencer"
  594. ]
  595. },
  596. {
  597. "slug": "ClockedRandomGateExpanderCV",
  598. "name": "Clocked Random Gate CV Expander",
  599. "description": "Generates CV based on the state of the random gates",
  600. "tags": [
  601. "Sequencer",
  602. "Expander"
  603. ]
  604. },
  605. {
  606. "slug": "ClockedRandomGateExpanderLog",
  607. "name": "Clocked Random Gate Logic Expander",
  608. "description": "Logical processing of the gates from the Clocked Random Gates module",
  609. "tags": [
  610. "Sequencer",
  611. "Expander"
  612. ]
  613. },
  614. {
  615. "slug": "Euclid",
  616. "name": "Euclidean Sequencer",
  617. "description": "Algorithmic trigger sequencer based on Euclidean division",
  618. "tags": [
  619. "Sequencer"
  620. ]
  621. },
  622. {
  623. "slug": "EuclidExpanderCV",
  624. "name": "Euclidean Sequencer Expander",
  625. "description": "CV Expander for the Euclidean Sequencer",
  626. "tags": [
  627. "Sequencer",
  628. "Expander"
  629. ]
  630. },
  631. {
  632. "slug": "VoltageScaler",
  633. "name": "Voltage Scaler",
  634. "description": "Rescale a voltage from one range to another",
  635. "tags": [
  636. "Attenuator",
  637. "Utility",
  638. "Polyphonic"
  639. ]
  640. },
  641. {
  642. "slug": "PolyMinMax",
  643. "name": "Polyphonic Min/Max",
  644. "description": "Determines minimum and maximum values from a polyphonic CV input",
  645. "tags": [
  646. "Utility",
  647. "Polyphonic"
  648. ]
  649. },
  650. {
  651. "slug": "Breakout",
  652. "name": "Breakout",
  653. "description": "Breaks polyphonic signals out to individual normalled output/input pairs",
  654. "tags": [
  655. "Utility",
  656. "Polyphonic"
  657. ]
  658. },
  659. {
  660. "slug": "GateSequencer8",
  661. "name": "8 x 8 Gate Sequencer",
  662. "description": "An 8 Channel 8 Step Gate/Trigger Sequencer",
  663. "tags": [
  664. "Sequencer"
  665. ]
  666. },
  667. {
  668. "slug": "GateSequencer16",
  669. "name": "8 x 16 Gate Sequencer",
  670. "description": "An 8 Channel 16 Step Gate/Trigger Sequencer",
  671. "tags": [
  672. "Sequencer"
  673. ]
  674. },
  675. {
  676. "slug": "PolyMute",
  677. "name": "Polyphonic Mute",
  678. "description": "Polyphonic Manual/VC Mute",
  679. "tags": [
  680. "Controller",
  681. "Polyphonic"
  682. ]
  683. },
  684. {
  685. "slug": "Sequencer16",
  686. "name": "16 Step Sequencer",
  687. "description": "16 Step Sequencer",
  688. "tags": [
  689. "Sequencer"
  690. ]
  691. },
  692. {
  693. "slug": "Sequencer8",
  694. "name": "8 Step Sequencer",
  695. "description": "8 Step Sequencer",
  696. "tags": [
  697. "Sequencer"
  698. ]
  699. },
  700. {
  701. "slug": "SequencerChannel16",
  702. "name": "16 Step Sequencer Channel Expander",
  703. "description": "Adds another channel to the 16 Step Sequencer",
  704. "tags": [
  705. "Sequencer",
  706. "Expander"
  707. ]
  708. },
  709. {
  710. "slug": "SequencerChannel8",
  711. "name": "8 Step Sequencer Channel Expander",
  712. "description": "Adds another channel to the 8 Step Sequencer",
  713. "tags": [
  714. "Sequencer",
  715. "Expander"
  716. ]
  717. },
  718. {
  719. "slug": "MasterReset",
  720. "name": "Master Reset Controller",
  721. "description": "Master reset button and clock wrangler",
  722. "tags": [
  723. "Clock modulator",
  724. "Controller",
  725. "Utility"
  726. ]
  727. },
  728. {
  729. "slug": "PolyChances",
  730. "name": "Polyphonic Bernoulli Gate",
  731. "description": "Randomized routing of polyphonic gate signals",
  732. "tags": [
  733. "Random",
  734. "Logic",
  735. "Clock Modulator",
  736. "Polyphonic"
  737. ]
  738. },
  739. {
  740. "slug": "PolyVCSwitch",
  741. "name": "Polyphonic Voltage Controlled Switch",
  742. "description": "Selects between 2 polyphonic inputs or routes 1 polyphonic input to one of 2 polyphonic outputs based on the level of the signal at the polyphonic CV input",
  743. "tags": [
  744. "Switch",
  745. "Polyphonic"
  746. ]
  747. },
  748. {
  749. "slug": "PolyVCPolarizer",
  750. "name": "Polyphonic VC Polarizer",
  751. "description": "A polyphonic voltage controlled polarizer",
  752. "tags": [
  753. "Polyphonic",
  754. "Attenuator",
  755. "Utility"
  756. ]
  757. },
  758. {
  759. "slug": "PolyLogic",
  760. "name": "Polyphonic Boolean Logic Processor",
  761. "description": "Applies boolean logic across the channels of a polyphonic signal",
  762. "tags": [
  763. "Polyphonic",
  764. "Logic"
  765. ]
  766. },
  767. {
  768. "slug": "ManualCV2",
  769. "name": "Polyphonic Manual CV Generator",
  770. "description": "A basic manual CV generator with a range of output voltages",
  771. "tags": [
  772. "Polyphonic",
  773. "Utility",
  774. "Controller"
  775. ]
  776. },
  777. {
  778. "slug": "Manifold",
  779. "name": "Signal Manifold",
  780. "description": "Replicates a mono/poly input signal to a selected number of channels in a poly output signal",
  781. "tags": [
  782. "Multiple",
  783. "Polyphonic"
  784. ]
  785. },
  786. {
  787. "slug": "SequencerGates8",
  788. "name": "8 Step Sequencer Gate Output Expander",
  789. "description": "Adds individual gate outputs to the 8 Step Sequencer",
  790. "tags": [
  791. "Sequencer",
  792. "Expander"
  793. ]
  794. },
  795. {
  796. "slug": "SequencerGates16",
  797. "name": "16 Step Sequencer Gate Output Expander",
  798. "description": "Adds individual gate outputs to the 16 Step Sequencer",
  799. "tags": [
  800. "Sequencer",
  801. "Expander"
  802. ]
  803. },
  804. {
  805. "slug": "Attenuverter",
  806. "name": "Attenuverter",
  807. "description": "Attenuverter/Attenuator",
  808. "tags": [
  809. "Utility",
  810. "Attenuator",
  811. "Polyphonic",
  812. "Controller"
  813. ]
  814. },
  815. {
  816. "slug": "PolyG2T",
  817. "name": "gate to Trigger Converter",
  818. "description": "Description.",
  819. "tags": [
  820. "Utility",
  821. "Polyphonic"
  822. ]
  823. },
  824. {
  825. "slug": "Switch1To8",
  826. "name": "Switch 1-8",
  827. "description": "1 input to 8 output sequential/VC switch",
  828. "tags": [
  829. "Switch"
  830. ]
  831. },
  832. {
  833. "slug": "Switch8To1",
  834. "name": "Switch 8-1",
  835. "description": "8 input to 1 output sequential/VC switch/router",
  836. "tags": [
  837. "Switch"
  838. ]
  839. },
  840. {
  841. "slug": "Switch1To16",
  842. "name": "Switch 1-16",
  843. "description": "1 input to 16 output sequential/VC switch",
  844. "tags": [
  845. "Switch"
  846. ]
  847. },
  848. {
  849. "slug": "Switch16To1",
  850. "name": "Switch 16-1",
  851. "description": "16 input to 1 output sequential/VC switch/router",
  852. "tags": [
  853. "Switch"
  854. ]
  855. },
  856. {
  857. "slug": "SequencerTriggers8",
  858. "name": "8 Step Sequencer Trigger Output Expander",
  859. "description": "Adds individual trigger outputs to the 8 Step Sequencer",
  860. "tags": [
  861. "Sequencer",
  862. "Expander"
  863. ]
  864. },
  865. {
  866. "slug": "SequencerTriggers16",
  867. "name": "16 Step Sequencer Trigger Output Expander",
  868. "description": "Adds individual trigger outputs to the 16 Step Sequencer",
  869. "tags": [
  870. "Sequencer",
  871. "Expander"
  872. ]
  873. },
  874. {
  875. "slug": "BusRoute",
  876. "name": "Bus Route",
  877. "description": "Switched gate combiner/router",
  878. "tags": [
  879. "Switch",
  880. "Logic"
  881. ]
  882. },
  883. {
  884. "slug": "BusRoute2",
  885. "name": "Bus Route",
  886. "description": "Switched gate combiner",
  887. "tags": [
  888. "Switch",
  889. "Logic"
  890. ]
  891. },
  892. {
  893. "slug": "MatrixCombiner",
  894. "name": "Matrix Combiner",
  895. "description": "Gate combiner/switched multiple",
  896. "tags": [
  897. "Switch",
  898. "Logic",
  899. "Multiple"
  900. ]
  901. },
  902. {
  903. "slug": "ClockDivider",
  904. "name": "Clock Divider",
  905. "description": "Clock divider with up/down mode and optional trigger outputs",
  906. "tags": [
  907. "Clock modulator"
  908. ]
  909. },
  910. {
  911. "slug": "BinaryComparator",
  912. "name": "Binary Comparator",
  913. "description": "Compares two binary words",
  914. "tags": [
  915. "Logic"
  916. ]
  917. }
  918. ]
  919. }