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.

809 lines
20KB

  1. {
  2. "slug": "CountModula",
  3. "name": "Count Modula",
  4. "version": "1.8.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": "OffsetGenerator",
  520. "name": "Offset Generator",
  521. "description": "Offsets a CV signal by a given amount",
  522. "tags": [
  523. "Utility",
  524. "Polyphonic"
  525. ]
  526. },
  527. {
  528. "slug": "Chances",
  529. "name": "Single Bernoulli Gate",
  530. "description": "Randomized routing of gate signals",
  531. "tags": [
  532. "Random",
  533. "Logic",
  534. "Clock Modulator"
  535. ]
  536. },
  537. {
  538. "slug": "Fade",
  539. "name": "Fade-in/Fade-out and Record Controller",
  540. "description": "Automated fade in/out with integrated start/stop control for the VCV Record module",
  541. "tags": [
  542. "Controller"
  543. ]
  544. },
  545. {
  546. "slug": "FadeExpander",
  547. "name": "Fade-in/Fade-out Expander",
  548. "description": "Adds sequencer start/stop and envelope outputs to the fade controller",
  549. "tags": [
  550. "Controller",
  551. "Expander"
  552. ]
  553. },
  554. {
  555. "slug": "SequencerExpanderTSG",
  556. "name": "Trigger Sequencer Gate Expander",
  557. "description": "Adds gate outputs to the 8 and 16 Step Trigger Sequencers",
  558. "tags": [
  559. "Sequencer",
  560. "Expander"
  561. ]
  562. },
  563. {
  564. "slug": "VCPulseDivider",
  565. "name": "Voltage Controlled Pulse Divider",
  566. "description": "Voltage controlled division of pulse signals such as gates and triggers",
  567. "tags": [
  568. "Clock modulator"
  569. ]
  570. },
  571. {
  572. "slug": "ClockedRandomGates",
  573. "name": "Clocked Random Gates",
  574. "description": "Generates a set of 8 synchronised gates and triggers",
  575. "tags": [
  576. "Clock Modulator",
  577. "Sequencer"
  578. ]
  579. },
  580. {
  581. "slug": "ClockedRandomGateExpanderCV",
  582. "name": "Clocked Random Gate CV Expander",
  583. "description": "Generates CV based on the state of the random gates",
  584. "tags": [
  585. "Sequencer",
  586. "Expander"
  587. ]
  588. },
  589. {
  590. "slug": "ClockedRandomGateExpanderLog",
  591. "name": "Clocked Random Gate Logic Expander",
  592. "description": "Logical processing of the gates from the Clocked Random Gates module",
  593. "tags": [
  594. "Sequencer",
  595. "Expander"
  596. ]
  597. },
  598. {
  599. "slug": "Euclid",
  600. "name": "Euclidean Sequencer",
  601. "description": "Algorithmic trigger sequencer based on Euclidean division",
  602. "tags": [
  603. "Sequencer"
  604. ]
  605. },
  606. {
  607. "slug": "EuclidExpanderCV",
  608. "name": "Euclidean Sequencer Expander",
  609. "description": "CV Expander for the Euclidean Sequencer",
  610. "tags": [
  611. "Sequencer",
  612. "Expander"
  613. ]
  614. },
  615. {
  616. "slug": "VoltageScaler",
  617. "name": "Voltage Scaler",
  618. "description": "Rescale a voltage from one range to another",
  619. "tags": [
  620. "Attenuator",
  621. "Utility",
  622. "Polyphonic"
  623. ]
  624. },
  625. {
  626. "slug": "PolyMinMax",
  627. "name": "Polyphonic Min/Max",
  628. "description": "Determines minimum and maximum values from a polyphonic CV input",
  629. "tags": [
  630. "Utility",
  631. "Polyphonic"
  632. ]
  633. },
  634. {
  635. "slug": "Breakout",
  636. "name": "Breakout",
  637. "description": "Breaks polyphonic signals out to individual normalled output/input pairs",
  638. "tags": [
  639. "Utility",
  640. "Polyphonic"
  641. ]
  642. },
  643. {
  644. "slug": "GateSequencer8",
  645. "name": "8 x 8 Gate Sequencer",
  646. "description": "An 8 Channel 8 Step Gate/Trigger Sequencer",
  647. "tags": [
  648. "Sequencer"
  649. ]
  650. },
  651. {
  652. "slug": "GateSequencer16",
  653. "name": "8 x 16 Gate Sequencer",
  654. "description": "An 8 Channel 16 Step Gate/Trigger Sequencer",
  655. "tags": [
  656. "Sequencer"
  657. ]
  658. },
  659. {
  660. "slug": "PolyMute",
  661. "name": "Polyphonic Mute",
  662. "description": "Polyphonic Manual/VC Mute",
  663. "tags": [
  664. "Controller",
  665. "Polyphonic"
  666. ]
  667. },
  668. {
  669. "slug": "Sequencer16",
  670. "name": "16 Step Sequencer",
  671. "description": "16 Step Sequencer",
  672. "tags": [
  673. "Sequencer"
  674. ]
  675. },
  676. {
  677. "slug": "Sequencer8",
  678. "name": "8 Step Sequencer",
  679. "description": "8 Step Sequencer",
  680. "tags": [
  681. "Sequencer"
  682. ]
  683. },
  684. {
  685. "slug": "SequencerChannel16",
  686. "name": "16 Step Sequencer Channel Expander",
  687. "description": "Adds another channel to the 16 Step Sequencer",
  688. "tags": [
  689. "Sequencer",
  690. "Expander"
  691. ]
  692. },
  693. {
  694. "slug": "SequencerChannel8",
  695. "name": "8 Step Sequencer Channel Expander",
  696. "description": "Adds another channel to the 8 Step Sequencer",
  697. "tags": [
  698. "Sequencer",
  699. "Expander"
  700. ]
  701. },
  702. {
  703. "slug": "MasterReset",
  704. "name": "Master Reset Controller",
  705. "description": "Master reset button and clock wrangler",
  706. "tags": [
  707. "Clock modulator",
  708. "Controller",
  709. "Utility"
  710. ]
  711. },
  712. {
  713. "slug": "PolyChances",
  714. "name": "Polyphonic Bernoulli Gate",
  715. "description": "Randomized routing of polyphonic gate signals",
  716. "tags": [
  717. "Random",
  718. "Logic",
  719. "Clock Modulator",
  720. "Polyphonic"
  721. ]
  722. },
  723. {
  724. "slug": "PolyVCSwitch",
  725. "name": "Polyphonic Voltage Controlled Switch",
  726. "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",
  727. "tags": [
  728. "Switch",
  729. "Polyphonic"
  730. ]
  731. },
  732. {
  733. "slug": "PolyVCPolarizer",
  734. "name": "Polyphonic VC Polarizer",
  735. "description": "A polyphonic voltage controlled polarizer",
  736. "tags": [
  737. "Polyphonic",
  738. "Attenuator",
  739. "Utility"
  740. ]
  741. },
  742. {
  743. "slug": "PolyLogic",
  744. "name": "Polyphonic Boolean Logic Processor",
  745. "description": "Applies boolean logic across the channels of a polyphonic signal",
  746. "tags": [
  747. "Polyphonic",
  748. "Logic"
  749. ]
  750. },
  751. {
  752. "slug": "ManualCV2",
  753. "name": "Polyphonic Manual CV Generator",
  754. "description": "A basic manual CV generator with a range of output voltages",
  755. "tags": [
  756. "Polyphonic",
  757. "Utility",
  758. "Controller"
  759. ]
  760. },
  761. {
  762. "slug": "Manifold",
  763. "name": "Signal Manifold",
  764. "description": "Replicates a mono/poly input signal to a selected number of channels in a poly output signal",
  765. "tags": [
  766. "Multiple",
  767. "Polyphonic"
  768. ]
  769. },
  770. {
  771. "slug": "SequencerGates8",
  772. "name": "8 Step Sequencer Gate Output Expander",
  773. "description": "Adds individual gate outputs to the 8 Step Sequencer",
  774. "tags": [
  775. "Sequencer",
  776. "Expander"
  777. ]
  778. },
  779. {
  780. "slug": "SequencerGates16",
  781. "name": "16 Step Sequencer Gate Output Expander",
  782. "description": "Adds individual gate outputs to the 16 Step Sequencer",
  783. "tags": [
  784. "Sequencer",
  785. "Expander"
  786. ]
  787. },
  788. {
  789. "slug": "Attenuverter",
  790. "name": "Attenuverter",
  791. "description": "Attenuverter/Attenuator",
  792. "tags": [
  793. "Utility",
  794. "Attenuator",
  795. "Polyphonic",
  796. "Controller"
  797. ]
  798. },
  799. {
  800. "slug": "PolyG2T",
  801. "name": "gate to Trigger Converter",
  802. "description": "Description.",
  803. "tags": [
  804. "Utility",
  805. "Polyphonic"
  806. ]
  807. }
  808. ]
  809. }