| @@ -8673,7 +8673,7 @@ | |||
| } | |||
| }, | |||
| "KautenjaDSP-PotatoChips": { | |||
| "buildTimestamp": 1606489115.6573446, | |||
| "buildTimestamp": 1628937444.574855, | |||
| "creationTimestamp": 1594395479.9564288, | |||
| "modules": { | |||
| "2A03": { | |||
| @@ -8750,6 +8750,12 @@ | |||
| }, | |||
| "SuperSynth": { | |||
| "creationTimestamp": 1606489445.6544745 | |||
| }, | |||
| "Blocks": { | |||
| "creationTimestamp": 1628937471.2203133 | |||
| }, | |||
| "MiniBoss": { | |||
| "creationTimestamp": 1628937471.353227 | |||
| } | |||
| } | |||
| }, | |||
| @@ -9717,7 +9723,7 @@ | |||
| } | |||
| }, | |||
| "KRTPluginA": { | |||
| "buildTimestamp": 1628184337.3491616, | |||
| "buildTimestamp": 1628937293.0307906, | |||
| "creationTimestamp": 1627193159.9948137, | |||
| "modules": { | |||
| "A": { | |||
| @@ -9746,6 +9752,15 @@ | |||
| }, | |||
| "F": { | |||
| "creationTimestamp": 1628185144.523317 | |||
| }, | |||
| "W": { | |||
| "creationTimestamp": 1628937471.4299579 | |||
| }, | |||
| "Y": { | |||
| "creationTimestamp": 1628937471.5031147 | |||
| }, | |||
| "O": { | |||
| "creationTimestamp": 1628937471.5761921 | |||
| } | |||
| } | |||
| }, | |||
| @@ -9762,7 +9777,7 @@ | |||
| } | |||
| }, | |||
| "cvly": { | |||
| "buildTimestamp": 1628184420.2659097, | |||
| "buildTimestamp": 1628937470.9622223, | |||
| "creationTimestamp": 1628185145.562309, | |||
| "modules": { | |||
| "ntrvlc": { | |||
| @@ -9773,6 +9788,9 @@ | |||
| }, | |||
| "stpr": { | |||
| "creationTimestamp": 1628185145.7980788 | |||
| }, | |||
| "crcl": { | |||
| "creationTimestamp": 1628937471.715758 | |||
| } | |||
| } | |||
| } | |||
| @@ -1,7 +1,7 @@ | |||
| { | |||
| "slug": "KRTPluginA", | |||
| "name": "KRTPluginA", | |||
| "version": "1.9.15", | |||
| "version": "1.12.18", | |||
| "license": "MIT", | |||
| "brand": "KRT", | |||
| "author": "Jacko", | |||
| @@ -26,7 +26,7 @@ | |||
| { | |||
| "slug": "Mu", | |||
| "name": "\u03bc", | |||
| "description": "Time dependant caclulus on a summing juntion. (Precise Distortion)", | |||
| "description": "Time dependant caclulus on a summing junction. (Precise Distortion)", | |||
| "tags": [ | |||
| "Effect", | |||
| "Waveshaper", | |||
| @@ -107,6 +107,35 @@ | |||
| "Filter", | |||
| "Polyphonic" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "W", | |||
| "name": "W", | |||
| "description": "Gate transposer.", | |||
| "tags": [ | |||
| "Attenuator", | |||
| "Mixer", | |||
| "Tuner", | |||
| "Polyphonic" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "Y", | |||
| "name": "Y", | |||
| "description": "Triple sequencer.", | |||
| "tags": [ | |||
| "Clock generator", | |||
| "Sequencer" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "O", | |||
| "name": "O", | |||
| "description": "Triple parabolic skew feedback oscillator.", | |||
| "tags": [ | |||
| "Polyphonic", | |||
| "Oscillator" | |||
| ] | |||
| } | |||
| ] | |||
| } | |||
| @@ -1,6 +1,6 @@ | |||
| { | |||
| "slug": "KautenjaDSP-PotatoChips", | |||
| "version": "1.9.0", | |||
| "version": "1.11.0", | |||
| "license": "GPL-3.0-or-later", | |||
| "name": "KautenjaDSP Potato Chips", | |||
| "brand": "KautenjaDSP", | |||
| @@ -9,8 +9,31 @@ | |||
| "authorUrl": "https://kautenja.github.io/", | |||
| "sourceUrl": "https://github.com/Kautenja/PotatoChips", | |||
| "changelogUrl": "https://github.com/Kautenja/PotatoChips/blob/master/CHANGELOG.md", | |||
| "donateUrl": "https://maps.org/donate", | |||
| "modules": [ | |||
| { | |||
| "slug": "Blocks", | |||
| "name": "Blocks", | |||
| "description": "Inspired by Mutable Instruments Edges.", | |||
| "manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/Blocks.pdf", | |||
| "tags": [ | |||
| "Noise", | |||
| "Oscillator", | |||
| "Polyphonic", | |||
| "Synth voice" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "MiniBoss", | |||
| "name": "Mini Boss", | |||
| "description": "An emulation of the Yamaha YM2612 FM synthesis chip from the Sega Mega Drive and Sega Genesis.", | |||
| "manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/MiniBoss.pdf", | |||
| "tags": [ | |||
| "Noise", | |||
| "Oscillator", | |||
| "Polyphonic", | |||
| "Synth voice" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "106", | |||
| "name": "Name Corp Octal Wave Generator", | |||
| @@ -120,21 +143,17 @@ | |||
| "Dual", | |||
| "Effect", | |||
| "Filter", | |||
| "Panning", | |||
| "Polyphonic", | |||
| "Reverb" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "SuperVCA", | |||
| "name": "Super Low-Pass Gate", | |||
| "name": "Super VCA", | |||
| "description": "An emulation of the Gaussian interpolation filter effect from the S-SMP chip on the Super Nintendo Entertainment System (SNES).", | |||
| "manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/SuperVCA.pdf", | |||
| "tags": [ | |||
| "Dual", | |||
| "Filter", | |||
| "Low-pass gate", | |||
| "Panning", | |||
| "Polyphonic", | |||
| "Voltage-controlled amplifier" | |||
| ] | |||
| @@ -189,7 +208,7 @@ | |||
| }, | |||
| { | |||
| "slug": "VRC6", | |||
| "name": "StepSaw", | |||
| "name": "Step Saw", | |||
| "description": "An emulation of the Konami VRC6 chip from Nintendo Entertainment System (NES) cartridges.", | |||
| "manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/StepSaw.pdf", | |||
| "tags": [ | |||
| @@ -1,7 +1,7 @@ | |||
| { | |||
| "slug": "cvly", | |||
| "name": "cvly", | |||
| "version": "1.0.1", | |||
| "version": "1.0.2", | |||
| "license": "GPL-3.0-or-later", | |||
| "brand": "cvly", | |||
| "author": "Benja Appel", | |||
| @@ -11,8 +11,19 @@ | |||
| "manualUrl": "https://github.com/Lyqst/cvly-modules/wiki", | |||
| "sourceUrl": "https://github.com/Lyqst/cvly-modules", | |||
| "donateUrl": "https://www.buymeacoffee.com/cvly", | |||
| "changelogUrl": "", | |||
| "changelogUrl": "https://github.com/Lyqst/cvly-modules/releases", | |||
| "modules": [ | |||
| { | |||
| "slug": "crcl", | |||
| "name": "crcl", | |||
| "description": "Quantizer/sequencer based on the circle of fifths", | |||
| "tags": [ | |||
| "quantizer", | |||
| "poly", | |||
| "sample and hold", | |||
| "sequencer" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "ntrvlc", | |||
| "name": "ntrvlc", | |||