| @@ -8955,7 +8955,7 @@ | |||
| "modules": {} | |||
| }, | |||
| "Ahornberg": { | |||
| "buildTimestamp": 1721626650.187158, | |||
| "buildTimestamp": 1723919530.9665217, | |||
| "creationTimestamp": 1562952023.0, | |||
| "modules": { | |||
| "EqualDivision": { | |||
| @@ -12090,7 +12090,7 @@ | |||
| } | |||
| }, | |||
| "CosineKitty-Sapphire": { | |||
| "buildTimestamp": 1721626715.4496546, | |||
| "buildTimestamp": 1723919611.9393165, | |||
| "creationTimestamp": 1660869608.068208, | |||
| "modules": { | |||
| "Moots": { | |||
| @@ -12131,6 +12131,9 @@ | |||
| }, | |||
| "Rotini": { | |||
| "creationTimestamp": 1721627409.4906368 | |||
| }, | |||
| "Pivot": { | |||
| "creationTimestamp": 1723919612.0854707 | |||
| } | |||
| } | |||
| }, | |||
| @@ -13969,5 +13972,41 @@ | |||
| "creationTimestamp": 1719391308.3283775 | |||
| } | |||
| } | |||
| }, | |||
| "Cella": { | |||
| "buildTimestamp": 1723919540.846456, | |||
| "creationTimestamp": 1723919612.1472793, | |||
| "modules": { | |||
| "Euler": { | |||
| "creationTimestamp": 1723919612.1935122 | |||
| }, | |||
| "Bezier": { | |||
| "creationTimestamp": 1723919612.2352479 | |||
| } | |||
| } | |||
| }, | |||
| "gwrthiant": { | |||
| "buildTimestamp": 1723919429.2038622, | |||
| "creationTimestamp": 1723919612.294465, | |||
| "modules": { | |||
| "pysgota": { | |||
| "creationTimestamp": 1723919612.3552077 | |||
| }, | |||
| "gwreiddyn": { | |||
| "creationTimestamp": 1723919612.4172091 | |||
| }, | |||
| "clwyd": { | |||
| "creationTimestamp": 1723919612.4773455 | |||
| }, | |||
| "patrwm": { | |||
| "creationTimestamp": 1723919612.532995 | |||
| }, | |||
| "nilyniant": { | |||
| "creationTimestamp": 1723919612.586899 | |||
| }, | |||
| "graddfa": { | |||
| "creationTimestamp": 1723919612.6448503 | |||
| } | |||
| } | |||
| } | |||
| } | |||
| @@ -1,6 +1,6 @@ | |||
| { | |||
| "slug": "Ahornberg", | |||
| "version": "2.3.2", | |||
| "version": "2.3.3", | |||
| "license": "GPL-3.0-or-later", | |||
| "name": "Ahornberg", | |||
| "brand": "Ahornberg", | |||
| @@ -0,0 +1,36 @@ | |||
| { | |||
| "slug": "Cella", | |||
| "name": "Cella", | |||
| "version": "2.0.1", | |||
| "license": "GPL-3.0-or-later", | |||
| "brand": "Cella", | |||
| "author": "Victor Kashirin", | |||
| "authorEmail": "kashirin.victor@gmail.com", | |||
| "authorUrl": "https://victorkashirin.com/", | |||
| "pluginUrl": "https://github.com/victorkashirin/CellaVCV/blob/main/README.md", | |||
| "manualUrl": "https://github.com/victorkashirin/CellaVCV/blob/main/docs/Cella_Manual.pdf", | |||
| "sourceUrl": "https://github.com/victorkashirin/CellaVCV", | |||
| "donateUrl": "", | |||
| "changelogUrl": "", | |||
| "modules": [ | |||
| { | |||
| "slug": "Euler", | |||
| "name": "Euler", | |||
| "description": "Calculates slope of the incoming signal", | |||
| "tags": [ | |||
| "Utility" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "Bezier", | |||
| "name": "Bezier", | |||
| "description": "Smooth random voltage generator using Bezier curves", | |||
| "tags": [ | |||
| "Utility", | |||
| "LFO", | |||
| "Random", | |||
| "Slew limiter" | |||
| ] | |||
| } | |||
| ] | |||
| } | |||
| @@ -1,12 +1,12 @@ | |||
| { | |||
| "slug": "CosineKitty-Sapphire", | |||
| "name": "Sapphire", | |||
| "version": "2.4.7", | |||
| "version": "2.4.8", | |||
| "license": "GPL-3.0-or-later", | |||
| "brand": "Sapphire", | |||
| "author": "Don Cross", | |||
| "authorEmail": "cosinekitty@gmail.com", | |||
| "authorUrl": "https://github.com/cosinekitty/sapphire", | |||
| "authorUrl": "https://www.youtube.com/@CosineKitty", | |||
| "pluginUrl": "https://github.com/cosinekitty/sapphire", | |||
| "manualUrl": "https://github.com/cosinekitty/sapphire", | |||
| "sourceUrl": "https://github.com/cosinekitty/sapphire", | |||
| @@ -85,6 +85,14 @@ | |||
| "Reverb" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "Pivot", | |||
| "name": "Pivot", | |||
| "description": "Rotates a 3D vector around axis-cycling vector (1,1,1).", | |||
| "tags": [ | |||
| "Utility" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "Polynucleus", | |||
| "name": "Polynucleus", | |||
| @@ -0,0 +1,65 @@ | |||
| { | |||
| "slug": "gwrthiant", | |||
| "name": "Gwrthiant", | |||
| "version": "2.0.2", | |||
| "license": "GPL-3.0-or-later", | |||
| "brand": "Gwrthiant", | |||
| "author": "dustractor", | |||
| "authorEmail": "dustractor@gmail.com", | |||
| "authorUrl": "https://randomalt.pythonanywhere.com/", | |||
| "pluginUrl": "https://github.com/dustractor/gwrthiant", | |||
| "manualUrl": "https://github.com/dustractor/gwrthiant", | |||
| "sourceUrl": "https://github.com/dustractor/gwrthiant", | |||
| "donateUrl": "https://www.paypal.com/ncp/payment/G779FYE3A2JLG", | |||
| "changelogUrl": "https://github.com/dustractor/gwrthiant", | |||
| "modules": [ | |||
| { | |||
| "slug": "pysgota", | |||
| "name": "Pysgota", | |||
| "description": "Generates a range of polyphonic values based on sin() function.", | |||
| "tags": [ | |||
| "Polyphonic" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "gwreiddyn", | |||
| "name": "Gwreiddyn", | |||
| "description": "Convert v/oct to quantizer root input.", | |||
| "tags": [ | |||
| "Utility" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "clwyd", | |||
| "name": "Clwyd", | |||
| "description": "16 polyphonic shiftable gates based on binary representation of a value.", | |||
| "tags": [ | |||
| "Polyphonic" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "patrwm", | |||
| "name": "Patrwm", | |||
| "description": "Translate v/oct signals into HexSeqP2 pattern-selection cv.", | |||
| "tags": [ | |||
| "utility" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "nilyniant", | |||
| "name": "Nilyniant", | |||
| "description": "Transform note voltages to control sequence number input for various impromptu sequencers.", | |||
| "tags": [ | |||
| "utility" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "graddfa", | |||
| "name": "Graddfa", | |||
| "description": "Convert notes into values for selecting modes of Bidoo Dikt@t.", | |||
| "tags": [ | |||
| "utility" | |||
| ] | |||
| } | |||
| ] | |||
| } | |||