| @@ -14343,7 +14343,7 @@ | |||||
| } | } | ||||
| }, | }, | ||||
| "Cella": { | "Cella": { | ||||
| "buildTimestamp": 1746270610.4286768, | |||||
| "buildTimestamp": 1748240571.8160746, | |||||
| "creationTimestamp": 1723919612.1472793, | "creationTimestamp": 1723919612.1472793, | ||||
| "modules": { | "modules": { | ||||
| "Euler": { | "Euler": { | ||||
| @@ -14372,6 +14372,12 @@ | |||||
| }, | }, | ||||
| "Loud": { | "Loud": { | ||||
| "creationTimestamp": 1745727881.3919678 | "creationTimestamp": 1745727881.3919678 | ||||
| }, | |||||
| "Integral": { | |||||
| "creationTimestamp": 1748240595.84931 | |||||
| }, | |||||
| "2State": { | |||||
| "creationTimestamp": 1748240595.9381962 | |||||
| } | } | ||||
| } | } | ||||
| }, | }, | ||||
| @@ -15316,5 +15322,26 @@ | |||||
| "creationTimestamp": 1748198615.830255 | "creationTimestamp": 1748198615.830255 | ||||
| } | } | ||||
| } | } | ||||
| }, | |||||
| "LogicalAudio": { | |||||
| "buildTimestamp": 1748240595.2663987, | |||||
| "creationTimestamp": 1748240595.3776605, | |||||
| "modules": { | |||||
| "L-Carrier": { | |||||
| "creationTimestamp": 1748240595.4586542 | |||||
| }, | |||||
| "L-Random": { | |||||
| "creationTimestamp": 1748240595.5514743 | |||||
| }, | |||||
| "L-Panel": { | |||||
| "creationTimestamp": 1748240595.630061 | |||||
| }, | |||||
| "L-Rantics": { | |||||
| "creationTimestamp": 1748240595.70666 | |||||
| }, | |||||
| "L-Noises": { | |||||
| "creationTimestamp": 1748240595.78016 | |||||
| } | |||||
| } | |||||
| } | } | ||||
| } | } | ||||
| @@ -1,7 +1,7 @@ | |||||
| { | { | ||||
| "slug": "Cella", | "slug": "Cella", | ||||
| "name": "Cella", | "name": "Cella", | ||||
| "version": "2.8.1", | |||||
| "version": "2.9.0", | |||||
| "license": "GPL-3.0-or-later", | "license": "GPL-3.0-or-later", | ||||
| "brand": "Cella", | "brand": "Cella", | ||||
| "author": "Victor Kashirin", | "author": "Victor Kashirin", | ||||
| @@ -115,6 +115,29 @@ | |||||
| "Utility", | "Utility", | ||||
| "Visual" | "Visual" | ||||
| ] | ] | ||||
| }, | |||||
| { | |||||
| "slug": "Integral", | |||||
| "name": "Integral", | |||||
| "description": "Signal integrator, essential for feedback, chaotic and cybernetic patches", | |||||
| "manualUrl": "https://github.com/victorkashirin/CellaVCV/blob/main/docs/Cella_Manual.md#integral", | |||||
| "keywords": "cybernetic chaos feedback analog computing", | |||||
| "tags": [ | |||||
| "Utility", | |||||
| "Sample and hold" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "2State", | |||||
| "name": "2State", | |||||
| "description": "Combination of dual constant CV generator and a voltage-controlled switch", | |||||
| "manualUrl": "https://github.com/victorkashirin/CellaVCV/blob/main/docs/Cella_Manual.md#2state", | |||||
| "keywords": "cv sequencer triple latch", | |||||
| "tags": [ | |||||
| "Utility", | |||||
| "Switch", | |||||
| "Sequencer" | |||||
| ] | |||||
| } | } | ||||
| ] | ] | ||||
| } | } | ||||
| @@ -0,0 +1,63 @@ | |||||
| { | |||||
| "slug": "LogicalAudio", | |||||
| "name": "LogicalAudio", | |||||
| "version": "2.0.1", | |||||
| "license": "GPL-3.0-or-later", | |||||
| "brand": "LogicalAudio", | |||||
| "author": "AgostoSound", | |||||
| "authorEmail": "agostosound@gmail.com", | |||||
| "authorUrl": "https://github.com/AgostoSound", | |||||
| "pluginUrl": "https://github.com/AgostoSound", | |||||
| "manualUrl": "https://github.com/AgostoSound", | |||||
| "sourceUrl": "https://github.com/AgostoSound", | |||||
| "donateUrl": "", | |||||
| "changelogUrl": "", | |||||
| "modules": [ | |||||
| { | |||||
| "slug": "L-Carrier", | |||||
| "name": "L-Carrier", | |||||
| "description": "Logic gate audio carrier.", | |||||
| "tags": [ | |||||
| "Utility", | |||||
| "Logic" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "L-Random", | |||||
| "name": "L-Random", | |||||
| "description": "Random voltage generator.", | |||||
| "tags": [ | |||||
| "Random", | |||||
| "Multiple", | |||||
| "Logic" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "L-Panel", | |||||
| "name": "L-Panel", | |||||
| "description": "Just a cool panel.", | |||||
| "tags": [ | |||||
| "Visual", | |||||
| "Logic" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "L-Rantics", | |||||
| "name": "L-Rantics", | |||||
| "description": "Dual-channel random voltage generator controlled by clock (tic) inputs.", | |||||
| "tags": [ | |||||
| "Random", | |||||
| "Logic" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "L-Noises", | |||||
| "name": "L-Noises", | |||||
| "description": "Dual logic-gated stereo noise generator.", | |||||
| "tags": [ | |||||
| "Noise", | |||||
| "Logic" | |||||
| ] | |||||
| } | |||||
| ] | |||||
| } | |||||