| @@ -1450,7 +1450,7 @@ | |||||
| "modules": {} | "modules": {} | ||||
| }, | }, | ||||
| "DHE-Modules": { | "DHE-Modules": { | ||||
| "buildTimestamp": 1576114293.3217928, | |||||
| "buildTimestamp": 1602486508.2286272, | |||||
| "creationTimestamp": 1521738241.0, | "creationTimestamp": 1521738241.0, | ||||
| "modules": { | "modules": { | ||||
| "Blossom": { | "Blossom": { | ||||
| @@ -1506,6 +1506,15 @@ | |||||
| }, | }, | ||||
| "Xycloid": { | "Xycloid": { | ||||
| "creationTimestamp": 1558565771.0 | "creationTimestamp": 1558565771.0 | ||||
| }, | |||||
| "Sequencizer4": { | |||||
| "creationTimestamp": 1602486510.3013368 | |||||
| }, | |||||
| "Sequencizer8": { | |||||
| "creationTimestamp": 1602486510.6709895 | |||||
| }, | |||||
| "Sequencizer16": { | |||||
| "creationTimestamp": 1602486510.9173694 | |||||
| } | } | ||||
| } | } | ||||
| }, | }, | ||||
| @@ -8516,7 +8525,7 @@ | |||||
| } | } | ||||
| }, | }, | ||||
| "ZetaCarinae": { | "ZetaCarinae": { | ||||
| "buildTimestamp": 1601631622.666093, | |||||
| "buildTimestamp": 1602486394.7090628, | |||||
| "creationTimestamp": 1600901204.393585, | "creationTimestamp": 1600901204.393585, | ||||
| "modules": { | "modules": { | ||||
| "BrownianBridge": { | "BrownianBridge": { | ||||
| @@ -8524,6 +8533,48 @@ | |||||
| }, | }, | ||||
| "OrnsteinUhlenbeck": { | "OrnsteinUhlenbeck": { | ||||
| "creationTimestamp": 1600901204.9142423 | "creationTimestamp": 1600901204.9142423 | ||||
| }, | |||||
| "IOU": { | |||||
| "creationTimestamp": 1602486514.297294 | |||||
| } | |||||
| } | |||||
| }, | |||||
| "WeldSplatter": { | |||||
| "buildTimestamp": 1602486412.5295177, | |||||
| "creationTimestamp": 1602486511.2223804, | |||||
| "modules": { | |||||
| "WeldSplatter-AcornTable": { | |||||
| "creationTimestamp": 1602486511.4678462 | |||||
| } | |||||
| } | |||||
| }, | |||||
| "Sha-Bang-Modules": { | |||||
| "buildTimestamp": 1602486462.9308043, | |||||
| "creationTimestamp": 1602486511.7177973, | |||||
| "modules": { | |||||
| "StochSeq": { | |||||
| "creationTimestamp": 1602486512.0217566 | |||||
| }, | |||||
| "StochSeq4": { | |||||
| "creationTimestamp": 1602486512.344349 | |||||
| }, | |||||
| "PolyrhythmClock": { | |||||
| "creationTimestamp": 1602486512.7775452 | |||||
| }, | |||||
| "RandGates": { | |||||
| "creationTimestamp": 1602486513.0460773 | |||||
| }, | |||||
| "Neutrinode": { | |||||
| "creationTimestamp": 1602486513.2869623 | |||||
| }, | |||||
| "Cosmosis": { | |||||
| "creationTimestamp": 1602486513.5296974 | |||||
| }, | |||||
| "JeremyBlankPanel": { | |||||
| "creationTimestamp": 1602486513.781537 | |||||
| }, | |||||
| "QubitCrusher": { | |||||
| "creationTimestamp": 1602486514.0234332 | |||||
| } | } | ||||
| } | } | ||||
| } | } | ||||
| @@ -1,6 +1,6 @@ | |||||
| { | { | ||||
| "slug": "DHE-Modules", | "slug": "DHE-Modules", | ||||
| "version": "1.2.0", | |||||
| "version": "1.3.0", | |||||
| "license": "MIT", | "license": "MIT", | ||||
| "name": "DHE Modules", | "name": "DHE Modules", | ||||
| "author": "Dale Emery", | "author": "Dale Emery", | ||||
| @@ -137,6 +137,42 @@ | |||||
| "Utility" | "Utility" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| "slug": "Sequencizer4", | |||||
| "name": "Sequencizer 4", | |||||
| "description": "Generates a highly customizable 4 step sequence", | |||||
| "manualUrl": "https://dhemery.github.io/DHE-Modules/modules/sequencizer/", | |||||
| "tags": [ | |||||
| "Sequencer", | |||||
| "Envelope Generator", | |||||
| "LFO", | |||||
| "Sample and Hold" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "Sequencizer8", | |||||
| "name": "Sequencizer 8", | |||||
| "description": "Generates a highly customizable 8 step sequence", | |||||
| "manualUrl": "https://dhemery.github.io/DHE-Modules/modules/sequencizer/", | |||||
| "tags": [ | |||||
| "Sequencer", | |||||
| "Envelope Generator", | |||||
| "LFO", | |||||
| "Sample and Hold" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "Sequencizer16", | |||||
| "name": "Sequencizer 16", | |||||
| "description": "Generates a highly customizable 16 step sequence", | |||||
| "manualUrl": "https://dhemery.github.io/DHE-Modules/modules/sequencizer/", | |||||
| "tags": [ | |||||
| "Sequencer", | |||||
| "Envelope Generator", | |||||
| "LFO", | |||||
| "Sample and Hold" | |||||
| ] | |||||
| }, | |||||
| { | { | ||||
| "slug": "Stage", | "slug": "Stage", | ||||
| "name": "Stage", | "name": "Stage", | ||||
| @@ -0,0 +1,83 @@ | |||||
| { | |||||
| "slug": "Sha-Bang-Modules", | |||||
| "name": "Sha#Bang! Modules", | |||||
| "version": "1.0.0", | |||||
| "license": "GPL-3.0-only", | |||||
| "author": "Jeremy Muller", | |||||
| "authorEmail": "jeremy@jeremymuller.com", | |||||
| "authorUrl": "http://jeremymuller.com", | |||||
| "pluginUrl": "", | |||||
| "manualUrl": "https://github.com/jeremymuller/Sha-Bang-Modules", | |||||
| "sourceUrl": "https://github.com/jeremymuller/Sha-Bang-Modules", | |||||
| "donateUrl": "https://www.paypal.me/jeremysmuller", | |||||
| "changelogUrl": "", | |||||
| "modules": [ | |||||
| { | |||||
| "slug": "StochSeq", | |||||
| "name": "Stochastic Sequencer 1", | |||||
| "tags": [ | |||||
| "Sequencer", | |||||
| "Visual" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "StochSeq4", | |||||
| "name": "Stochastic Sequencer 4", | |||||
| "tags": [ | |||||
| "Sequencer", | |||||
| "Visual" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "PolyrhythmClock", | |||||
| "name": "Polyrhythm Clock", | |||||
| "tags": [ | |||||
| "Clock generator", | |||||
| "Clock modulator" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "RandGates", | |||||
| "name": "Random Gate Switch", | |||||
| "tags": [ | |||||
| "Switch" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "Neutrinode", | |||||
| "name": "Neutrinode", | |||||
| "tags": [ | |||||
| "Visual", | |||||
| "Sequencer", | |||||
| "Polyphonic" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "Cosmosis", | |||||
| "name": "Cosmosis", | |||||
| "tags": [ | |||||
| "Visual", | |||||
| "Sequencer", | |||||
| "Polyphonic" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "JeremyBlankPanel", | |||||
| "name": "Blank Panel of Jeremy", | |||||
| "tags": [ | |||||
| "Blank", | |||||
| "Visual" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "QubitCrusher", | |||||
| "name": "QubitCrusher", | |||||
| "tags": [ | |||||
| "Digital", | |||||
| "Distortion", | |||||
| "Effect", | |||||
| "Sample and hold" | |||||
| ] | |||||
| } | |||||
| ] | |||||
| } | |||||
| @@ -0,0 +1,23 @@ | |||||
| { | |||||
| "slug": "WeldSplatter", | |||||
| "name": "WeldSplatter", | |||||
| "version": "1.0.2", | |||||
| "license": "GPL-3.0-or-later", | |||||
| "brand": "pknodle", | |||||
| "author": "Philip Knodle", | |||||
| "authorEmail": "pknodle@gmail.com", | |||||
| "authorUrl": "https://art.pknodle.net", | |||||
| "pluginUrl": "", | |||||
| "manualUrl": "", | |||||
| "sourceUrl": "https://github.com/pknodle/WeldSplatter", | |||||
| "donateUrl": "", | |||||
| "changelogUrl": "", | |||||
| "modules": [ | |||||
| { | |||||
| "slug": "WeldSplatter-AcornTable", | |||||
| "name": "AcornTable", | |||||
| "description": "", | |||||
| "tags": [] | |||||
| } | |||||
| ] | |||||
| } | |||||
| @@ -1,7 +1,7 @@ | |||||
| { | { | ||||
| "slug": "ZetaCarinae", | "slug": "ZetaCarinae", | ||||
| "name": "ZetaCarinae", | "name": "ZetaCarinae", | ||||
| "version": "1.1.7", | |||||
| "version": "1.1.8", | |||||
| "license": "GPL-3.0-or-later", | "license": "GPL-3.0-or-later", | ||||
| "brand": "ZetaCarinae", | "brand": "ZetaCarinae", | ||||
| "author": "Marshall Hampton", | "author": "Marshall Hampton", | ||||
| @@ -30,6 +30,14 @@ | |||||
| "Random", | "Random", | ||||
| "Utility" | "Utility" | ||||
| ] | ] | ||||
| }, | |||||
| { | |||||
| "slug": "IOU", | |||||
| "name": "IOU", | |||||
| "description": "stochastic generator/mixer", | |||||
| "tags": [ | |||||
| "Random" | |||||
| ] | |||||
| } | } | ||||
| ] | ] | ||||
| } | } | ||||