| @@ -1893,7 +1893,7 @@ | |||||
| "modules": {} | "modules": {} | ||||
| }, | }, | ||||
| "ImpromptuModular": { | "ImpromptuModular": { | ||||
| "buildTimestamp": 1613369099.7907088, | |||||
| "buildTimestamp": 1624762676.633485, | |||||
| "creationTimestamp": 1521979525.0, | "creationTimestamp": 1521979525.0, | ||||
| "modules": { | "modules": { | ||||
| "Tact": { | "Tact": { | ||||
| @@ -1973,6 +1973,12 @@ | |||||
| }, | }, | ||||
| "TactG": { | "TactG": { | ||||
| "creationTimestamp": 1600543530.7535398 | "creationTimestamp": 1600543530.7535398 | ||||
| }, | |||||
| "Prob-Key": { | |||||
| "creationTimestamp": 1624763005.414825 | |||||
| }, | |||||
| "Prob-Key-Expander": { | |||||
| "creationTimestamp": 1624763005.5164895 | |||||
| } | } | ||||
| } | } | ||||
| }, | }, | ||||
| @@ -7826,7 +7832,7 @@ | |||||
| } | } | ||||
| }, | }, | ||||
| "FrozenWasteland": { | "FrozenWasteland": { | ||||
| "buildTimestamp": 1624143517.0720694, | |||||
| "buildTimestamp": 1624762991.578864, | |||||
| "creationTimestamp": 1518016501.0, | "creationTimestamp": 1518016501.0, | ||||
| "modules": { | "modules": { | ||||
| "BPMLFO": { | "BPMLFO": { | ||||
| @@ -9556,5 +9562,14 @@ | |||||
| "creationTimestamp": 1623003499.7581766 | "creationTimestamp": 1623003499.7581766 | ||||
| } | } | ||||
| } | } | ||||
| }, | |||||
| "RPJ": { | |||||
| "buildTimestamp": 1624763005.205914, | |||||
| "creationTimestamp": 1624763005.6302476, | |||||
| "modules": { | |||||
| "Grendel": { | |||||
| "creationTimestamp": 1624763005.6937168 | |||||
| } | |||||
| } | |||||
| } | } | ||||
| } | } | ||||
| @@ -1,7 +1,7 @@ | |||||
| { | { | ||||
| "slug": "FrozenWasteland", | "slug": "FrozenWasteland", | ||||
| "name": "Frozen Wasteland", | "name": "Frozen Wasteland", | ||||
| "version": "1.20.3", | |||||
| "version": "1.20.4", | |||||
| "author": "almostEric", | "author": "almostEric", | ||||
| "license": "GPL-3.0-only", | "license": "GPL-3.0-only", | ||||
| "authorEmail": "almostEric@frozenwastelandmodules.com", | "authorEmail": "almostEric@frozenwastelandmodules.com", | ||||
| @@ -1,7 +1,7 @@ | |||||
| { | { | ||||
| "slug": "ImpromptuModular", | "slug": "ImpromptuModular", | ||||
| "name": "Impromptu", | "name": "Impromptu", | ||||
| "version": "1.1.10", | |||||
| "version": "1.1.11", | |||||
| "license": "GPL-3.0-only", | "license": "GPL-3.0-only", | ||||
| "author": "Marc Boul\u00e9", | "author": "Marc Boul\u00e9", | ||||
| "brand": "Impromptu", | "brand": "Impromptu", | ||||
| @@ -184,6 +184,30 @@ | |||||
| "Expander" | "Expander" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| "slug": "Prob-Key", | |||||
| "name": "ProbKey", | |||||
| "description": "Keyboard-based random sequencer", | |||||
| "manualUrl": "https://marcboule.github.io/ImpromptuModular/#prob-key", | |||||
| "tags": [ | |||||
| "Sequencer", | |||||
| "Random", | |||||
| "Polyphonic" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "Prob-Key-Expander", | |||||
| "name": "ProbKey expander", | |||||
| "description": "Expander for ProbKey", | |||||
| "disabled": true, | |||||
| "manualUrl": "https://marcboule.github.io/ImpromptuModular/#expanders", | |||||
| "tags": [ | |||||
| "Sequencer", | |||||
| "Random", | |||||
| "Polyphonic", | |||||
| "Expander" | |||||
| ] | |||||
| }, | |||||
| { | { | ||||
| "slug": "Semi-ModularSynth", | "slug": "Semi-ModularSynth", | ||||
| "name": "SMS16", | "name": "SMS16", | ||||
| @@ -0,0 +1,25 @@ | |||||
| { | |||||
| "slug": "RPJ", | |||||
| "name": "RPJ", | |||||
| "version": "1.0.0", | |||||
| "license": "GPL-3.0-or-later", | |||||
| "brand": "RPJ", | |||||
| "author": "Robert Kock", | |||||
| "authorEmail": "robert.kock@gmail.com", | |||||
| "authorUrl": "", | |||||
| "pluginUrl": "", | |||||
| "manualUrl": "https://github.com/kockie69/RPJ/blob/main/README.md", | |||||
| "sourceUrl": "https://github.com/kockie69/RPJ", | |||||
| "donateUrl": "https://paypal.me/RPJVCV", | |||||
| "changelogUrl": "https://github.com/kockie69/RPJ/blob/master/CHANGELOG.md", | |||||
| "modules": [ | |||||
| { | |||||
| "slug": "Grendel", | |||||
| "name": "Grendel", | |||||
| "description": "Quadruple low frequency oscillator, inspired by XAOC Batumi", | |||||
| "tags": [ | |||||
| "LFO" | |||||
| ] | |||||
| } | |||||
| ] | |||||
| } | |||||