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