| @@ -1,7 +1,7 @@ | |||||
| { | { | ||||
| "slug": "DrumKit", | "slug": "DrumKit", | ||||
| "name": "DrumKit", | "name": "DrumKit", | ||||
| "version": "1.1.2", | |||||
| "version": "1.1.3", | |||||
| "license": "CC0-1.0", | "license": "CC0-1.0", | ||||
| "author": "Jerry Sievert", | "author": "Jerry Sievert", | ||||
| "authorEmail": "rack@legitimatesounding.com", | "authorEmail": "rack@legitimatesounding.com", | ||||
| @@ -0,0 +1,27 @@ | |||||
| { | |||||
| "slug": "Kosmodules-Free", | |||||
| "name": "Kosmodules-Free", | |||||
| "version": "1.0.0", | |||||
| "license": "Apache-2.0", | |||||
| "brand": "Kosmodules", | |||||
| "author": "Calvin Kosmatka", | |||||
| "authorEmail": "calvin.kosmatka@gmail.com", | |||||
| "authorUrl": "https://github.com/calvinkosmatka", | |||||
| "pluginUrl": "https://github.com/calvinkosmatka/Kosmodules-Free", | |||||
| "manualUrl": "https://github.com/calvinkosmatka/Kosmodules-Free#free-modules", | |||||
| "sourceUrl": "https://github.com/calvinkosmatka/Kosmodules-Free", | |||||
| "donateUrl": "", | |||||
| "changelogUrl": "", | |||||
| "modules": [ | |||||
| { | |||||
| "slug": "OSF", | |||||
| "name": "OSF", | |||||
| "description": "Offset Scale Fold", | |||||
| "tags": [ | |||||
| "attenuator", | |||||
| "dual", | |||||
| "utility" | |||||
| ] | |||||
| } | |||||
| ] | |||||
| } | |||||
| @@ -1,7 +1,7 @@ | |||||
| { | { | ||||
| "slug": "MockbaModular", | "slug": "MockbaModular", | ||||
| "name": "Mockba Modular", | "name": "Mockba Modular", | ||||
| "version": "1.1.7", | |||||
| "version": "1.1.8", | |||||
| "license": "MIT", | "license": "MIT", | ||||
| "brand": "Mockba Modular", | "brand": "Mockba Modular", | ||||
| "author": "Mockba the Borg", | "author": "Mockba the Borg", | ||||
| @@ -0,0 +1,50 @@ | |||||
| { | |||||
| "slug": "Sckitam", | |||||
| "name": "Sckitam", | |||||
| "version": "1.0.0", | |||||
| "license": "GPL-3.0-only", | |||||
| "brand": "Sckitam", | |||||
| "author": "Philippe Salembier", | |||||
| "authorEmail": "", | |||||
| "authorUrl": "", | |||||
| "pluginUrl": "", | |||||
| "manualUrl": "https://github.com/philippesalembier/SckitamVCV", | |||||
| "sourceUrl": "https://github.com/philippesalembier/SckitamVCV", | |||||
| "donateUrl": "PayPal.Me/Sckitam", | |||||
| "changelogUrl": "", | |||||
| "modules": [ | |||||
| { | |||||
| "slug": "2DRotation", | |||||
| "name": "2DRotation", | |||||
| "description": "2D Rotation of 2 input signals", | |||||
| "tags": [ | |||||
| "Utility" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "2DAffine", | |||||
| "name": "2DAffine", | |||||
| "description": "2D Affine transform of 2 input signals", | |||||
| "tags": [ | |||||
| "Utility" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "MarkovSeq", | |||||
| "name": "MarkovSeq", | |||||
| "description": "Sequencer based on Markov chain", | |||||
| "tags": [ | |||||
| "Sequencer", | |||||
| "Switch" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "PolygonalVCO", | |||||
| "name": "PolygonalVCO", | |||||
| "description": "Polygonal VCO", | |||||
| "tags": [ | |||||
| "VCO" | |||||
| ] | |||||
| } | |||||
| ] | |||||
| } | |||||
| @@ -11,7 +11,7 @@ | |||||
| "donateUrl": "https://www.paypal.me/SubmarineFree", | "donateUrl": "https://www.paypal.me/SubmarineFree", | ||||
| "pluginUrl": "https://github.com/david-c14/SubmarineFree/blob/master/README.md", | "pluginUrl": "https://github.com/david-c14/SubmarineFree/blob/master/README.md", | ||||
| "changelogUrl": "https://github.com/david-c14/SubmarineFree/blob/master/changelog.md", | "changelogUrl": "https://github.com/david-c14/SubmarineFree/blob/master/changelog.md", | ||||
| "version": "1.1.0", | |||||
| "version": "1.1.1", | |||||
| "modules": [ | "modules": [ | ||||
| { | { | ||||
| "slug": "AG-104", | "slug": "AG-104", | ||||
| @@ -368,6 +368,15 @@ | |||||
| "DIGITAL" | "DIGITAL" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| "slug": "SN-101", | |||||
| "name": "SN-101", | |||||
| "description": "SN-101 Smooth Noise Generator", | |||||
| "tags": [ | |||||
| "OSCILLATOR", | |||||
| "NOISE" | |||||
| ] | |||||
| }, | |||||
| { | { | ||||
| "slug": "SS-112", | "slug": "SS-112", | ||||
| "name": "SS-112", | "name": "SS-112", | ||||
| @@ -546,10 +555,10 @@ | |||||
| }, | }, | ||||
| { | { | ||||
| "slug": "XX-219", | "slug": "XX-219", | ||||
| "name": "Secret Santa 2019", | |||||
| "description": "You'd better not cry", | |||||
| "name": "Obsolete", | |||||
| "description": "This was Secret Santa 2019", | |||||
| "tags": [ | "tags": [ | ||||
| "VISUAL" | |||||
| "BLANK" | |||||
| ] | ] | ||||
| } | } | ||||
| ] | ] | ||||
| @@ -1,13 +1,33 @@ | |||||
| { | { | ||||
| "slug": "huaba", | |||||
| "name": "huaba", | "name": "huaba", | ||||
| "author": "David Huber", | |||||
| "authorEmail": "dhuber318@gmail.com", | |||||
| "version": "1.1.0", | |||||
| "license": "MIT", | "license": "MIT", | ||||
| "authorUrl": "https://github.com/dhuber81", | |||||
| "pluginUrl": "https://github.com/dhuber81/huaba", | |||||
| "brand": "huaba", | |||||
| "author": "Daniel Huber", | |||||
| "authorEmail": "", | |||||
| "authorUrl": "", | |||||
| "pluginUrl": "", | |||||
| "manualUrl": "", | |||||
| "sourceUrl": "https://github.com/dhuber81/huaba", | "sourceUrl": "https://github.com/dhuber81/huaba", | ||||
| "manualUrl": "https://github.com/dhuber81/huaba", | |||||
| "donateUrl": "https://paypal.me/DanielHuber81", | |||||
| "slug": "huaba", | |||||
| "version": "0.6.3" | |||||
| "donateUrl": "", | |||||
| "changelogUrl": "", | |||||
| "modules": [ | |||||
| { | |||||
| "slug": "EQ3", | |||||
| "name": "EQ3", | |||||
| "description": "3-Band Equalizer", | |||||
| "tags": [ | |||||
| "Equalizer" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "ABBus", | |||||
| "name": "A+B Bus", | |||||
| "description": "Merges signals on the selected output bus", | |||||
| "tags": [ | |||||
| "Utility" | |||||
| ] | |||||
| } | |||||
| ] | |||||
| } | } | ||||