| @@ -9723,7 +9723,7 @@ | |||
| } | |||
| }, | |||
| "KRTPluginA": { | |||
| "buildTimestamp": 1628937293.0307906, | |||
| "buildTimestamp": 1629295263.088229, | |||
| "creationTimestamp": 1627193159.9948137, | |||
| "modules": { | |||
| "A": { | |||
| @@ -9761,6 +9761,15 @@ | |||
| }, | |||
| "O": { | |||
| "creationTimestamp": 1628937471.5761921 | |||
| }, | |||
| "S": { | |||
| "creationTimestamp": 1629295319.8502884 | |||
| }, | |||
| "E": { | |||
| "creationTimestamp": 1629295320.006611 | |||
| }, | |||
| "X": { | |||
| "creationTimestamp": 1629295320.0787113 | |||
| } | |||
| } | |||
| }, | |||
| @@ -9777,7 +9786,7 @@ | |||
| } | |||
| }, | |||
| "cvly": { | |||
| "buildTimestamp": 1628937470.9622223, | |||
| "buildTimestamp": 1629295319.5664454, | |||
| "creationTimestamp": 1628185145.562309, | |||
| "modules": { | |||
| "ntrvlc": { | |||
| @@ -9791,6 +9800,27 @@ | |||
| }, | |||
| "crcl": { | |||
| "creationTimestamp": 1628937471.715758 | |||
| }, | |||
| "bss": { | |||
| "creationTimestamp": 1629295320.4423792 | |||
| }, | |||
| "spc": { | |||
| "creationTimestamp": 1629295320.5746274 | |||
| } | |||
| } | |||
| }, | |||
| "Mojo": { | |||
| "buildTimestamp": 1629295285.2688375, | |||
| "creationTimestamp": 1629295320.1623216, | |||
| "modules": { | |||
| "dogs": { | |||
| "creationTimestamp": 1629295320.2279332 | |||
| }, | |||
| "pigs": { | |||
| "creationTimestamp": 1629295320.292825 | |||
| }, | |||
| "sheep": { | |||
| "creationTimestamp": 1629295320.357876 | |||
| } | |||
| } | |||
| } | |||
| @@ -1,7 +1,7 @@ | |||
| { | |||
| "slug": "KRTPluginA", | |||
| "name": "KRTPluginA", | |||
| "version": "1.12.18", | |||
| "version": "1.15.20", | |||
| "license": "MIT", | |||
| "brand": "KRT", | |||
| "author": "Jacko", | |||
| @@ -16,7 +16,7 @@ | |||
| { | |||
| "slug": "A", | |||
| "name": "A", | |||
| "description": "Plate 18 dB filter. (Band pass phased ring mod.)", | |||
| "description": "Plate 18 dB filter. (Band pass phased ring mod).", | |||
| "tags": [ | |||
| "Effect", | |||
| "Filter", | |||
| @@ -136,6 +136,35 @@ | |||
| "Polyphonic", | |||
| "Oscillator" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "S", | |||
| "name": "S", | |||
| "description": "Clock to CV generator. (Needs MIDI clk, cont, stop, start).", | |||
| "tags": [ | |||
| "MIDI", | |||
| "Clock modulator", | |||
| "Low-frequency oscillator" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "E", | |||
| "name": "E", | |||
| "description": "Simple AR envelope with VCA.", | |||
| "tags": [ | |||
| "Envelope generator", | |||
| "Voltage-controlled amplifier", | |||
| "Polyphonic" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "X", | |||
| "name": "X", | |||
| "description": "Oversampled wave-folder.", | |||
| "tags": [ | |||
| "Waveshaper", | |||
| "Polyphonic" | |||
| ] | |||
| } | |||
| ] | |||
| } | |||
| @@ -0,0 +1,44 @@ | |||
| { | |||
| "slug": "Mojo", | |||
| "name": "Mojo", | |||
| "version": "1.0.0", | |||
| "license": "GPL-3.0-or-later", | |||
| "brand": "Mojo Modules", | |||
| "author": "Tom DA SILVA FARIA", | |||
| "authorEmail": "tomdasilvafaria@outlook.fr", | |||
| "authorUrl": "https://www.instagram.com/vcv_modules/", | |||
| "pluginUrl": "https://github.com/tomdasilva", | |||
| "manualUrl": "", | |||
| "sourceUrl": "https://github.com/tomdasilva", | |||
| "donateUrl": "", | |||
| "changelogUrl": "", | |||
| "modules": [ | |||
| { | |||
| "slug": "dogs", | |||
| "name": "Dogs", | |||
| "description": "A doggy drive effect", | |||
| "tags": [ | |||
| "Effect", | |||
| "Distortion", | |||
| "Waveshaper" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "pigs", | |||
| "name": "Pigs", | |||
| "description": "A porky bass sounds generator", | |||
| "tags": [ | |||
| "Oscillator" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "sheep", | |||
| "name": "Sheep", | |||
| "description": "A sheepy random voltage generator", | |||
| "tags": [ | |||
| "Random", | |||
| "Noise" | |||
| ] | |||
| } | |||
| ] | |||
| } | |||
| @@ -1,18 +1,29 @@ | |||
| { | |||
| "slug": "cvly", | |||
| "name": "cvly", | |||
| "version": "1.0.2", | |||
| "version": "1.0.3", | |||
| "license": "GPL-3.0-or-later", | |||
| "brand": "cvly", | |||
| "author": "Benja Appel", | |||
| "authorEmail": "beno.appel@gmail.com", | |||
| "authorUrl": "", | |||
| "pluginUrl": "", | |||
| "manualUrl": "https://github.com/Lyqst/cvly-modules/wiki", | |||
| "manualUrl": "https://github.com/Lyqst/cvly-modules#modules", | |||
| "sourceUrl": "https://github.com/Lyqst/cvly-modules", | |||
| "donateUrl": "https://www.buymeacoffee.com/cvly", | |||
| "changelogUrl": "https://github.com/Lyqst/cvly-modules/releases", | |||
| "modules": [ | |||
| { | |||
| "slug": "bss", | |||
| "name": "bss", | |||
| "description": "Generates a bass note for the incoming poly input, using one of three modes", | |||
| "tags": [ | |||
| "poly", | |||
| "quantizer", | |||
| "sample and hold", | |||
| "utility" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "crcl", | |||
| "name": "crcl", | |||
| @@ -42,6 +53,16 @@ | |||
| "expander" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "spc", | |||
| "name": "spc", | |||
| "description": "Spreads the notes for incoming poly input, with a settable minimum interval distance", | |||
| "tags": [ | |||
| "quantizer", | |||
| "poly", | |||
| "utility" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "stpr", | |||
| "name": "stpr", | |||