@@ -9723,7 +9723,7 @@ | |||||
} | } | ||||
}, | }, | ||||
"KRTPluginA": { | "KRTPluginA": { | ||||
"buildTimestamp": 1628937293.0307906, | |||||
"buildTimestamp": 1629295263.088229, | |||||
"creationTimestamp": 1627193159.9948137, | "creationTimestamp": 1627193159.9948137, | ||||
"modules": { | "modules": { | ||||
"A": { | "A": { | ||||
@@ -9761,6 +9761,15 @@ | |||||
}, | }, | ||||
"O": { | "O": { | ||||
"creationTimestamp": 1628937471.5761921 | "creationTimestamp": 1628937471.5761921 | ||||
}, | |||||
"S": { | |||||
"creationTimestamp": 1629295319.8502884 | |||||
}, | |||||
"E": { | |||||
"creationTimestamp": 1629295320.006611 | |||||
}, | |||||
"X": { | |||||
"creationTimestamp": 1629295320.0787113 | |||||
} | } | ||||
} | } | ||||
}, | }, | ||||
@@ -9777,7 +9786,7 @@ | |||||
} | } | ||||
}, | }, | ||||
"cvly": { | "cvly": { | ||||
"buildTimestamp": 1628937470.9622223, | |||||
"buildTimestamp": 1629295319.5664454, | |||||
"creationTimestamp": 1628185145.562309, | "creationTimestamp": 1628185145.562309, | ||||
"modules": { | "modules": { | ||||
"ntrvlc": { | "ntrvlc": { | ||||
@@ -9791,6 +9800,27 @@ | |||||
}, | }, | ||||
"crcl": { | "crcl": { | ||||
"creationTimestamp": 1628937471.715758 | "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", | "slug": "KRTPluginA", | ||||
"name": "KRTPluginA", | "name": "KRTPluginA", | ||||
"version": "1.12.18", | |||||
"version": "1.15.20", | |||||
"license": "MIT", | "license": "MIT", | ||||
"brand": "KRT", | "brand": "KRT", | ||||
"author": "Jacko", | "author": "Jacko", | ||||
@@ -16,7 +16,7 @@ | |||||
{ | { | ||||
"slug": "A", | "slug": "A", | ||||
"name": "A", | "name": "A", | ||||
"description": "Plate 18 dB filter. (Band pass phased ring mod.)", | |||||
"description": "Plate 18 dB filter. (Band pass phased ring mod).", | |||||
"tags": [ | "tags": [ | ||||
"Effect", | "Effect", | ||||
"Filter", | "Filter", | ||||
@@ -136,6 +136,35 @@ | |||||
"Polyphonic", | "Polyphonic", | ||||
"Oscillator" | "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", | "slug": "cvly", | ||||
"name": "cvly", | "name": "cvly", | ||||
"version": "1.0.2", | |||||
"version": "1.0.3", | |||||
"license": "GPL-3.0-or-later", | "license": "GPL-3.0-or-later", | ||||
"brand": "cvly", | "brand": "cvly", | ||||
"author": "Benja Appel", | "author": "Benja Appel", | ||||
"authorEmail": "beno.appel@gmail.com", | "authorEmail": "beno.appel@gmail.com", | ||||
"authorUrl": "", | "authorUrl": "", | ||||
"pluginUrl": "", | "pluginUrl": "", | ||||
"manualUrl": "https://github.com/Lyqst/cvly-modules/wiki", | |||||
"manualUrl": "https://github.com/Lyqst/cvly-modules#modules", | |||||
"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": "https://github.com/Lyqst/cvly-modules/releases", | "changelogUrl": "https://github.com/Lyqst/cvly-modules/releases", | ||||
"modules": [ | "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", | "slug": "crcl", | ||||
"name": "crcl", | "name": "crcl", | ||||
@@ -42,6 +53,16 @@ | |||||
"expander" | "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", | "slug": "stpr", | ||||
"name": "stpr", | "name": "stpr", | ||||