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.

1107 lines
27KB

  1. {
  2. "slug": "CountModula",
  3. "name": "Count Modula",
  4. "version": "1.16.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 modulator",
  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. "deprecated": true,
  233. "tags": [
  234. "Clock modulator",
  235. "Sequencer",
  236. "Polyphonic"
  237. ]
  238. },
  239. {
  240. "slug": "Rectifier",
  241. "name": "Rectifier",
  242. "description": "A full/half wave rectifier with variable rectification axis",
  243. "tags": [
  244. "Waveshaper",
  245. "Polyphonic"
  246. ]
  247. },
  248. {
  249. "slug": "SampleAndHold",
  250. "name": "Sample & Hold",
  251. "description": "Sample and Hold/Track and hold",
  252. "tags": [
  253. "Sample and hold",
  254. "Polyphonic"
  255. ]
  256. },
  257. {
  258. "slug": "ShepardGenerator",
  259. "name": "Shepard Generator",
  260. "description": "Generates a set of 8 ramp and sawtooth control signals appropriately phased for generation of Shepard tones",
  261. "tags": [
  262. "LFO",
  263. "Function generator",
  264. "Polyphonic"
  265. ]
  266. },
  267. {
  268. "slug": "SRFlipFlop",
  269. "name": "Dual SR Flip Flop",
  270. "description": "A dual logical Set/Reset flip flop with enable",
  271. "tags": [
  272. "Logic",
  273. "Dual"
  274. ]
  275. },
  276. {
  277. "slug": "StepSequencer8",
  278. "name": "Dual 8 Step Sequencer",
  279. "description": "Fully featured dual channel 8 step sequencer",
  280. "tags": [
  281. "Sequencer",
  282. "Dual",
  283. "Polyphonic"
  284. ]
  285. },
  286. {
  287. "slug": "TFlipFlop",
  288. "name": "Dual T Flip Flop",
  289. "description": "A dual logical T type (toggle) flip flop with enable",
  290. "tags": [
  291. "Logic",
  292. "Dual"
  293. ]
  294. },
  295. {
  296. "slug": "TriggerSequencer8",
  297. "name": "Trigger Sequencer (8 Step)",
  298. "description": "Quad 8 step trigger sequencer",
  299. "tags": [
  300. "Quad",
  301. "Sequencer"
  302. ]
  303. },
  304. {
  305. "slug": "TriggerSequencer16",
  306. "name": "Trigger Sequencer (16 Step)",
  307. "description": "Quad 16 step trigger sequencer",
  308. "tags": [
  309. "Quad",
  310. "Sequencer"
  311. ]
  312. },
  313. {
  314. "slug": "GateDelayMT",
  315. "name": "Tapped Gate Delay",
  316. "description": "A gate delay that offers up to 40 seconds of delay with tapped outputs at equal intervals along the delay line",
  317. "tags": [
  318. "Delay"
  319. ]
  320. },
  321. {
  322. "slug": "VCFrequencyDivider",
  323. "name": "Voltage Controlled Frequency Divider (Deprecated - Do Not Use)",
  324. "description": "This module is no longer supported - use VC Frequency Divider instead",
  325. "deprecated": true,
  326. "tags": [
  327. "Clock modulator"
  328. ]
  329. },
  330. {
  331. "slug": "VCPolarizer",
  332. "name": "Voltage Controlled Polarizer",
  333. "description": "A dual voltage controlled polarizer",
  334. "tags": [
  335. "Dual",
  336. "Polyphonic",
  337. "Attenuator",
  338. "Utility"
  339. ]
  340. },
  341. {
  342. "slug": "VoltageControlledSwitch",
  343. "name": "Voltage Controlled Switch",
  344. "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",
  345. "tags": [
  346. "Switch",
  347. "Polyphonic"
  348. ]
  349. },
  350. {
  351. "slug": "VoltageInverter",
  352. "name": "Voltage Inverter",
  353. "description": "A quad voltage inverter that inverts signals around zero",
  354. "tags": [
  355. "Utility",
  356. "Polyphonic",
  357. "Quad"
  358. ]
  359. },
  360. {
  361. "slug": "BasicSequencer8",
  362. "name": "Basic 8 Step Sequencer",
  363. "description": "Basic single channel 8 step sequencer",
  364. "tags": [
  365. "Sequencer"
  366. ]
  367. },
  368. {
  369. "slug": "SequencerExpanderCV8",
  370. "name": "Sequencer CV Expander",
  371. "description": "8 step sequencer expander adding an extra channel of CV output",
  372. "tags": [
  373. "Sequencer",
  374. "Expander"
  375. ]
  376. },
  377. {
  378. "slug": "SequencerExpanderOut8",
  379. "name": "Sequencer Output Expander",
  380. "description": "8 step sequencer expander adding a gate output for each step",
  381. "tags": [
  382. "Sequencer",
  383. "Expander"
  384. ]
  385. },
  386. {
  387. "slug": "SequencerExpanderTrig8",
  388. "name": "Sequencer Trigger Expander",
  389. "description": "8 step sequencer expander adding a an extra channel of gate/trigger output",
  390. "tags": [
  391. "Sequencer",
  392. "Expander"
  393. ]
  394. },
  395. {
  396. "slug": "SubHarmonicGenerator",
  397. "name": "Sub Harmonic Generator ",
  398. "description": "Fatten up a single oscillator with sub harmonics",
  399. "tags": [
  400. "Waveshaper"
  401. ]
  402. },
  403. {
  404. "slug": "VCFrequencyDividerMkII",
  405. "name": "Voltage Controlled Frequency Divider MkII",
  406. "description": "Frequency divider with a variable and voltage controlled division ratio from 1 to around 20",
  407. "tags": [
  408. "Clock modulator"
  409. ]
  410. },
  411. {
  412. "slug": "PolyrhythmicGeneratorMkII",
  413. "name": "Polyrhythmic Generator MkII",
  414. "description": "A set of 8 voltage controlled clock dividers that can be used to generate polyrhythms by clocking and/or dividing at different rates",
  415. "tags": [
  416. "Clock modulator",
  417. "Sequencer",
  418. "Polyphonic"
  419. ]
  420. },
  421. {
  422. "slug": "GatedComparator",
  423. "name": "Gated Comparator",
  424. "description": "Gated Comparator",
  425. "tags": [
  426. "Sequencer",
  427. "Random"
  428. ]
  429. },
  430. {
  431. "slug": "SlopeDetector",
  432. "name": "Slope Detector",
  433. "description": "Slope Detector",
  434. "tags": [
  435. "Utility"
  436. ]
  437. },
  438. {
  439. "slug": "SequencerExpanderRM8",
  440. "name": "Gated Comparator Expander - Random Melody",
  441. "description": "Gated Comparator expander adding Random Melody output (also works with other sequencers)",
  442. "tags": [
  443. "Sequencer",
  444. "Expander"
  445. ]
  446. },
  447. {
  448. "slug": "SequencerExpanderLOG8",
  449. "name": "Gated Comparator Expander - Gate Logic",
  450. "description": "Gated Comparator expander adding logical mixing of the shift register outputs",
  451. "tags": [
  452. "Sequencer",
  453. "Expander"
  454. ]
  455. },
  456. {
  457. "slug": "StartupDelay",
  458. "name": "Startup Delay",
  459. "description": "Generates delayed start signals for sequencers on load or startup",
  460. "tags": [
  461. "Utility"
  462. ]
  463. },
  464. {
  465. "slug": "RackEarLeft",
  466. "name": "Left Hand Rack Ear",
  467. "description": "A Left Hand Rack Ear",
  468. "tags": [
  469. "Blank"
  470. ]
  471. },
  472. {
  473. "slug": "RackEarRight",
  474. "name": "Right Hand Rack Ear",
  475. "description": "A Right Hand Rack Ear",
  476. "tags": [
  477. "Blank"
  478. ]
  479. },
  480. {
  481. "slug": "Blank2HP",
  482. "name": "Blank Panel - 2HP",
  483. "description": "2HP blanking panel",
  484. "tags": [
  485. "Blank"
  486. ]
  487. },
  488. {
  489. "slug": "Blank4HP",
  490. "name": "Blank Panel - 4HP",
  491. "description": "4HP blanking panel",
  492. "tags": [
  493. "Blank"
  494. ]
  495. },
  496. {
  497. "slug": "Blank8HP",
  498. "name": "Blank Panel - 8HP",
  499. "description": "8HP blank panel",
  500. "tags": [
  501. "Blank"
  502. ]
  503. },
  504. {
  505. "slug": "Blank12HP",
  506. "name": "Blank Panel - 12HP",
  507. "description": "12HP blank panel",
  508. "tags": [
  509. "Blank"
  510. ]
  511. },
  512. {
  513. "slug": "Blank16HP",
  514. "name": "Blank Panel - 16HP",
  515. "description": "16HP blank panel",
  516. "tags": [
  517. "Blank"
  518. ]
  519. },
  520. {
  521. "slug": "Blank20HP",
  522. "name": "Blank Panel - 20HP",
  523. "description": "20HP blank panel",
  524. "tags": [
  525. "Blank"
  526. ]
  527. },
  528. {
  529. "slug": "Blank24HP",
  530. "name": "Blank Panel - 24HP",
  531. "description": "24HP blank panel",
  532. "tags": [
  533. "Blank"
  534. ]
  535. },
  536. {
  537. "slug": "OffsetGenerator",
  538. "name": "Offset Generator",
  539. "description": "Offsets a CV signal by a given amount",
  540. "tags": [
  541. "Utility",
  542. "Polyphonic"
  543. ]
  544. },
  545. {
  546. "slug": "Chances",
  547. "name": "Single Bernoulli Gate",
  548. "description": "Randomized routing of gate signals",
  549. "tags": [
  550. "Random",
  551. "Logic",
  552. "Clock Modulator"
  553. ]
  554. },
  555. {
  556. "slug": "Fade",
  557. "name": "Fade-in/Fade-out and Record Controller",
  558. "description": "Automated fade in/out with integrated start/stop control for the VCV Record module",
  559. "tags": [
  560. "Controller"
  561. ]
  562. },
  563. {
  564. "slug": "FadeExpander",
  565. "name": "Fade-in/Fade-out Expander",
  566. "description": "Adds sequencer start/stop and envelope outputs to the fade controller",
  567. "tags": [
  568. "Controller",
  569. "Expander"
  570. ]
  571. },
  572. {
  573. "slug": "SequencerExpanderTSG",
  574. "name": "Trigger Sequencer Gate Expander",
  575. "description": "Adds gate outputs to the 8 and 16 Step Trigger Sequencers",
  576. "tags": [
  577. "Sequencer",
  578. "Expander"
  579. ]
  580. },
  581. {
  582. "slug": "VCPulseDivider",
  583. "name": "Voltage Controlled Pulse Divider",
  584. "description": "Voltage controlled division of pulse signals such as gates and triggers",
  585. "tags": [
  586. "Clock modulator"
  587. ]
  588. },
  589. {
  590. "slug": "ClockedRandomGates",
  591. "name": "Clocked Random Gates",
  592. "description": "Generates a set of 8 synchronised gates and triggers",
  593. "tags": [
  594. "Clock Modulator",
  595. "Sequencer"
  596. ]
  597. },
  598. {
  599. "slug": "ClockedRandomGateExpanderCV",
  600. "name": "Clocked Random Gate CV Expander",
  601. "description": "Generates CV based on the state of the random gates",
  602. "tags": [
  603. "Sequencer",
  604. "Expander"
  605. ]
  606. },
  607. {
  608. "slug": "ClockedRandomGateExpanderLog",
  609. "name": "Clocked Random Gate Logic Expander",
  610. "description": "Logical processing of the gates from the Clocked Random Gates module",
  611. "tags": [
  612. "Sequencer",
  613. "Expander"
  614. ]
  615. },
  616. {
  617. "slug": "Euclid",
  618. "name": "Euclidean Sequencer",
  619. "description": "Algorithmic trigger sequencer based on Euclidean division",
  620. "tags": [
  621. "Sequencer"
  622. ]
  623. },
  624. {
  625. "slug": "EuclidExpanderCV",
  626. "name": "Euclidean Sequencer Expander",
  627. "description": "CV Expander for the Euclidean Sequencer",
  628. "tags": [
  629. "Sequencer",
  630. "Expander"
  631. ]
  632. },
  633. {
  634. "slug": "VoltageScaler",
  635. "name": "Voltage Scaler",
  636. "description": "Rescale a voltage from one range to another",
  637. "tags": [
  638. "Attenuator",
  639. "Utility",
  640. "Polyphonic"
  641. ]
  642. },
  643. {
  644. "slug": "PolyMinMax",
  645. "name": "Polyphonic Min/Max",
  646. "description": "Determines minimum and maximum values from a polyphonic CV input",
  647. "tags": [
  648. "Utility",
  649. "Polyphonic"
  650. ]
  651. },
  652. {
  653. "slug": "Breakout",
  654. "name": "Breakout",
  655. "description": "Breaks polyphonic signals out to individual normalled output/input pairs",
  656. "tags": [
  657. "Utility",
  658. "Polyphonic"
  659. ]
  660. },
  661. {
  662. "slug": "GateSequencer8",
  663. "name": "8 x 8 Gate Sequencer",
  664. "description": "An 8 Channel 8 Step Gate/Trigger Sequencer",
  665. "tags": [
  666. "Sequencer"
  667. ]
  668. },
  669. {
  670. "slug": "GateSequencer16",
  671. "name": "8 x 16 Gate Sequencer",
  672. "description": "An 8 Channel 16 Step Gate/Trigger Sequencer",
  673. "tags": [
  674. "Sequencer"
  675. ]
  676. },
  677. {
  678. "slug": "PolyMute",
  679. "name": "Polyphonic Mute",
  680. "description": "Polyphonic Manual/VC Mute",
  681. "tags": [
  682. "Controller",
  683. "Polyphonic"
  684. ]
  685. },
  686. {
  687. "slug": "Sequencer16",
  688. "name": "16 Step Sequencer",
  689. "description": "16 Step Sequencer",
  690. "tags": [
  691. "Sequencer"
  692. ]
  693. },
  694. {
  695. "slug": "Sequencer8",
  696. "name": "8 Step Sequencer",
  697. "description": "8 Step Sequencer",
  698. "tags": [
  699. "Sequencer"
  700. ]
  701. },
  702. {
  703. "slug": "SequencerChannel16",
  704. "name": "16 Step Sequencer Channel Expander",
  705. "description": "Adds another channel to the 16 Step Sequencer",
  706. "tags": [
  707. "Sequencer",
  708. "Expander"
  709. ]
  710. },
  711. {
  712. "slug": "SequencerChannel8",
  713. "name": "8 Step Sequencer Channel Expander",
  714. "description": "Adds another channel to the 8 Step Sequencer",
  715. "tags": [
  716. "Sequencer",
  717. "Expander"
  718. ]
  719. },
  720. {
  721. "slug": "MasterReset",
  722. "name": "Master Reset Controller",
  723. "description": "Master reset button and clock wrangler",
  724. "tags": [
  725. "Clock modulator",
  726. "Controller",
  727. "Utility"
  728. ]
  729. },
  730. {
  731. "slug": "PolyChances",
  732. "name": "Polyphonic Bernoulli Gate",
  733. "description": "Randomized routing of polyphonic gate signals",
  734. "tags": [
  735. "Random",
  736. "Logic",
  737. "Clock Modulator",
  738. "Polyphonic"
  739. ]
  740. },
  741. {
  742. "slug": "PolyVCSwitch",
  743. "name": "Polyphonic Voltage Controlled Switch",
  744. "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",
  745. "tags": [
  746. "Switch",
  747. "Polyphonic"
  748. ]
  749. },
  750. {
  751. "slug": "PolyVCPolarizer",
  752. "name": "Polyphonic VC Polarizer",
  753. "description": "A polyphonic voltage controlled polarizer",
  754. "tags": [
  755. "Polyphonic",
  756. "Attenuator",
  757. "Utility"
  758. ]
  759. },
  760. {
  761. "slug": "PolyLogic",
  762. "name": "Polyphonic Boolean Logic Processor",
  763. "description": "Applies boolean logic across the channels of a polyphonic signal",
  764. "tags": [
  765. "Polyphonic",
  766. "Logic"
  767. ]
  768. },
  769. {
  770. "slug": "ManualCV2",
  771. "name": "Polyphonic Manual CV Generator",
  772. "description": "A basic manual CV generator with a range of output voltages",
  773. "tags": [
  774. "Polyphonic",
  775. "Utility",
  776. "Controller"
  777. ]
  778. },
  779. {
  780. "slug": "Manifold",
  781. "name": "Signal Manifold",
  782. "description": "Replicates a mono/poly input signal to a selected number of channels in a poly output signal",
  783. "tags": [
  784. "Multiple",
  785. "Polyphonic"
  786. ]
  787. },
  788. {
  789. "slug": "SequencerGates8",
  790. "name": "8 Step Sequencer Gate Output Expander",
  791. "description": "Adds individual gate outputs to the 8 Step Sequencer",
  792. "tags": [
  793. "Sequencer",
  794. "Expander"
  795. ]
  796. },
  797. {
  798. "slug": "SequencerGates16",
  799. "name": "16 Step Sequencer Gate Output Expander",
  800. "description": "Adds individual gate outputs to the 16 Step Sequencer",
  801. "tags": [
  802. "Sequencer",
  803. "Expander"
  804. ]
  805. },
  806. {
  807. "slug": "Attenuverter",
  808. "name": "Attenuverter",
  809. "description": "Attenuverter/Attenuator",
  810. "tags": [
  811. "Utility",
  812. "Attenuator",
  813. "Polyphonic",
  814. "Controller"
  815. ]
  816. },
  817. {
  818. "slug": "PolyG2T",
  819. "name": "gate to Trigger Converter",
  820. "description": "Description.",
  821. "tags": [
  822. "Utility",
  823. "Polyphonic"
  824. ]
  825. },
  826. {
  827. "slug": "Switch1To8",
  828. "name": "Switch 1-8",
  829. "description": "1 input to 8 output sequential/VC switch",
  830. "tags": [
  831. "Switch"
  832. ]
  833. },
  834. {
  835. "slug": "Switch8To1",
  836. "name": "Switch 8-1",
  837. "description": "8 input to 1 output sequential/VC switch/router",
  838. "tags": [
  839. "Switch"
  840. ]
  841. },
  842. {
  843. "slug": "Switch1To16",
  844. "name": "Switch 1-16",
  845. "description": "1 input to 16 output sequential/VC switch",
  846. "tags": [
  847. "Switch"
  848. ]
  849. },
  850. {
  851. "slug": "Switch16To1",
  852. "name": "Switch 16-1",
  853. "description": "16 input to 1 output sequential/VC switch/router",
  854. "tags": [
  855. "Switch"
  856. ]
  857. },
  858. {
  859. "slug": "SequencerTriggers8",
  860. "name": "8 Step Sequencer Trigger Output Expander",
  861. "description": "Adds individual trigger outputs to the 8 Step Sequencer",
  862. "tags": [
  863. "Sequencer",
  864. "Expander"
  865. ]
  866. },
  867. {
  868. "slug": "SequencerTriggers16",
  869. "name": "16 Step Sequencer Trigger Output Expander",
  870. "description": "Adds individual trigger outputs to the 16 Step Sequencer",
  871. "tags": [
  872. "Sequencer",
  873. "Expander"
  874. ]
  875. },
  876. {
  877. "slug": "BusRoute",
  878. "name": "Bus Route",
  879. "description": "Switched gate combiner/router",
  880. "tags": [
  881. "Switch",
  882. "Logic"
  883. ]
  884. },
  885. {
  886. "slug": "BusRoute2",
  887. "name": "Bus Route",
  888. "description": "Switched gate combiner",
  889. "tags": [
  890. "Switch",
  891. "Logic"
  892. ]
  893. },
  894. {
  895. "slug": "MatrixCombiner",
  896. "name": "Matrix Combiner",
  897. "description": "Gate combiner/switched multiple",
  898. "tags": [
  899. "Switch",
  900. "Logic",
  901. "Multiple"
  902. ]
  903. },
  904. {
  905. "slug": "ClockDivider",
  906. "name": "Clock Divider",
  907. "description": "Clock divider with up/down mode and optional trigger outputs",
  908. "tags": [
  909. "Clock modulator"
  910. ]
  911. },
  912. {
  913. "slug": "BinaryComparator",
  914. "name": "Binary Comparator",
  915. "description": "Compares two binary words",
  916. "tags": [
  917. "Logic"
  918. ]
  919. },
  920. {
  921. "slug": "EventTimer",
  922. "name": "Event Timer",
  923. "description": "Clocked/realtime event timer",
  924. "tags": [
  925. "Clock modulator"
  926. ]
  927. },
  928. {
  929. "slug": "Arpeggiator",
  930. "name": "Super Arpeggiator",
  931. "description": "Arpeggiator with user definable patterns",
  932. "tags": [
  933. "Arpeggiator"
  934. ]
  935. },
  936. {
  937. "slug": "HyperManiacalLFO",
  938. "name": "Hyper Maniacal LFO",
  939. "description": "Complex LFO",
  940. "tags": [
  941. "LFO"
  942. ]
  943. },
  944. {
  945. "slug": "HyperManiacalLFOExpander",
  946. "name": "Hyper Maniacal LFO Output Expander",
  947. "description": "Individual Outputs for the Hyper Maniacal LFO",
  948. "tags": [
  949. "LFO",
  950. "Expander"
  951. ]
  952. },
  953. {
  954. "slug": "LightStrip",
  955. "name": "Light Strip",
  956. "description": "Illuminated Blanking Panel",
  957. "tags": [
  958. "Blank"
  959. ]
  960. },
  961. {
  962. "slug": "Palette",
  963. "name": "Cable Palette",
  964. "description": "Cable colour picker",
  965. "tags": [
  966. "Utility"
  967. ]
  968. },
  969. {
  970. "slug": "Megalomaniac",
  971. "name": "Megalomaniac - Hyper Maniacal LFO CV Expander",
  972. "description": "Voltage control over the Hyper Maniacal LFO",
  973. "tags": [
  974. "LFO",
  975. "Expander"
  976. ]
  977. },
  978. {
  979. "slug": "SingleTFlipFlop",
  980. "name": "T Flip Flop",
  981. "description": "A logical T type (toggle) flip flop with enable",
  982. "tags": [
  983. "Logic"
  984. ]
  985. },
  986. {
  987. "slug": "SingleSRFlipFlop",
  988. "name": "SR Flip Flop",
  989. "description": "A logical Set/Reset flip flop with enable",
  990. "tags": [
  991. "Logic"
  992. ]
  993. },
  994. {
  995. "slug": "Switch2",
  996. "name": "Manual DPDT Switch",
  997. "description": "Manually switch between 2 inputs",
  998. "tags": [
  999. "Switch"
  1000. ]
  1001. },
  1002. {
  1003. "slug": "Switch3",
  1004. "name": "Manual 3 Input Switch",
  1005. "description": "Manually select any one of 3 inputs",
  1006. "tags": [
  1007. "Switch"
  1008. ]
  1009. },
  1010. {
  1011. "slug": "Switch4",
  1012. "name": "Manual 4 Input Switch",
  1013. "description": "Manually select any one of 4 inputs",
  1014. "tags": [
  1015. "Switch"
  1016. ]
  1017. },
  1018. {
  1019. "slug": "Carousel",
  1020. "name": "Carousel Rotating Router",
  1021. "description": "Sequentially rotate up to 8 inputs through up to 8 outputs",
  1022. "tags": [
  1023. "Switch"
  1024. ]
  1025. },
  1026. {
  1027. "slug": "OctetTriggerSequencer",
  1028. "name": "Octet Trigger Sequencer",
  1029. "description": "Binary octet based trigger sequencer",
  1030. "tags": [
  1031. "Sequencer"
  1032. ]
  1033. },
  1034. {
  1035. "slug": "OctetTriggerSequencerCVExpander",
  1036. "name": "Octet Trigger Sequencer CV Expander",
  1037. "description": "Adds a CV channel to the Octet Trigger Sequencer",
  1038. "tags": [
  1039. "Sequencer",
  1040. "Expander"
  1041. ]
  1042. },
  1043. {
  1044. "slug": "BarGraph",
  1045. "name": "Bar Graph",
  1046. "description": "Linear Bar Graph Meter",
  1047. "tags": [
  1048. "Utility",
  1049. "Visual"
  1050. ]
  1051. },
  1052. {
  1053. "slug": "Oscilloscope",
  1054. "name": "Quad Trace Oscilloscope",
  1055. "description": "Quad trace oscilloscope.",
  1056. "tags": [
  1057. "Utility",
  1058. "Visual"
  1059. ]
  1060. },
  1061. {
  1062. "slug": "SingleDFlipFlop",
  1063. "name": "D Flip Flop",
  1064. "description": "A logical D type flip flop with clock enable",
  1065. "tags": [
  1066. "Logic"
  1067. ]
  1068. },
  1069. {
  1070. "slug": "OctetTriggerSequencerGateExpander",
  1071. "name": "Octet Trigger Sequencer Gate Expander",
  1072. "description": "Adds individual gate outputs to the Octet Trigger Sequencer",
  1073. "tags": [
  1074. "Sequencer",
  1075. "Expander"
  1076. ]
  1077. },
  1078. {
  1079. "slug": "Mult",
  1080. "name": "Multiple",
  1081. "description": "Normalled polyphonic multiple",
  1082. "tags": [
  1083. "Multiple",
  1084. "Polyphonic"
  1085. ]
  1086. },
  1087. {
  1088. "slug": "PolyGateModifier",
  1089. "name": "Poly Gate Modifier",
  1090. "description": "Polyphonic voltage controlled gate length modifier",
  1091. "tags": [
  1092. "Logic",
  1093. "Utility",
  1094. "Polyphonic"
  1095. ]
  1096. },
  1097. {
  1098. "slug": "SampleAndHold2",
  1099. "name": "Super Sample & Hold",
  1100. "description": "Sample and Hold/Track and hold with probability and offset",
  1101. "tags": [
  1102. "Sample and hold",
  1103. "Polyphonic"
  1104. ]
  1105. }
  1106. ]
  1107. }