| @@ -731,7 +731,7 @@ | |||||
| } | } | ||||
| }, | }, | ||||
| "Bogaudio": { | "Bogaudio": { | ||||
| "buildTimestamp": 1587750652.11736, | |||||
| "buildTimestamp": 1587867850.564224, | |||||
| "creationTimestamp": 1518016501.0, | "creationTimestamp": 1518016501.0, | ||||
| "modules": { | "modules": { | ||||
| "Bogaudio-VCO": { | "Bogaudio-VCO": { | ||||
| @@ -4025,7 +4025,7 @@ | |||||
| } | } | ||||
| }, | }, | ||||
| "Bidoo": { | "Bidoo": { | ||||
| "buildTimestamp": 1587576769.938918, | |||||
| "buildTimestamp": 1587866977.461051, | |||||
| "creationTimestamp": 1518016501.0, | "creationTimestamp": 1518016501.0, | ||||
| "modules": { | "modules": { | ||||
| "vOId": { | "vOId": { | ||||
| @@ -7452,5 +7452,17 @@ | |||||
| "creationTimestamp": 1587076105.2977908 | "creationTimestamp": 1587076105.2977908 | ||||
| } | } | ||||
| } | } | ||||
| }, | |||||
| "NoraCodes": { | |||||
| "buildTimestamp": 1587867064.9509885, | |||||
| "creationTimestamp": 1587867852.8621142, | |||||
| "modules": { | |||||
| "NoraCodes_FivesAstable": { | |||||
| "creationTimestamp": 1587867853.251153 | |||||
| }, | |||||
| "NoraCodes_FivesAstableC": { | |||||
| "creationTimestamp": 1587867853.4904718 | |||||
| } | |||||
| } | |||||
| } | } | ||||
| } | } | ||||
| @@ -1,6 +1,6 @@ | |||||
| { | { | ||||
| "slug": "Bidoo", | "slug": "Bidoo", | ||||
| "version": "1.1.18", | |||||
| "version": "1.1.20", | |||||
| "license": "GPL-3.0-only", | "license": "GPL-3.0-only", | ||||
| "name": "Bidoo", | "name": "Bidoo", | ||||
| "brand": "Bidoo", | "brand": "Bidoo", | ||||
| @@ -1,7 +1,7 @@ | |||||
| { | { | ||||
| "slug": "Bogaudio", | "slug": "Bogaudio", | ||||
| "name": "Bogaudio", | "name": "Bogaudio", | ||||
| "version": "1.1.29", | |||||
| "version": "1.1.30", | |||||
| "license": "GPL-3.0-or-later", | "license": "GPL-3.0-or-later", | ||||
| "brand": "Bogaudio", | "brand": "Bogaudio", | ||||
| "author": "Matt Demanett", | "author": "Matt Demanett", | ||||
| @@ -0,0 +1,36 @@ | |||||
| { | |||||
| "slug": "NoraCodes", | |||||
| "name": "NoraCodes", | |||||
| "version": "1.2.0", | |||||
| "license": "ISC", | |||||
| "brand": "NoraCodes", | |||||
| "author": "Leonora Tindall", | |||||
| "authorEmail": "nora@nora.codes", | |||||
| "authorUrl": "https://nora.codes", | |||||
| "pluginUrl": "https://nora.codes/projects/fives", | |||||
| "manualUrl": "https://github.com/NoraCodes/fives/blob/master/README.md", | |||||
| "sourceUrl": "https://github.com/NoraCodes/fives", | |||||
| "donateUrl": "https://patreon.com/NoraCodes", | |||||
| "changelogUrl": "", | |||||
| "modules": [ | |||||
| { | |||||
| "slug": "NoraCodes_FivesAstable", | |||||
| "name": "Fives Astable", | |||||
| "description": "Astable-mode 555 oscillator", | |||||
| "tags": [ | |||||
| "Clock generator", | |||||
| "Low-frequency oscillator", | |||||
| "Physical modeling" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "NoraCodes_FivesAstableC", | |||||
| "name": "Fives Astable C", | |||||
| "description": "Astable-mode 555 oscillator with period control and CV inputs.", | |||||
| "tags": [ | |||||
| "Oscillator", | |||||
| "Physical modeling" | |||||
| ] | |||||
| } | |||||
| ] | |||||
| } | |||||