| @@ -1,6 +1,6 @@ | |||||
| { | { | ||||
| "slug": "Bidoo", | "slug": "Bidoo", | ||||
| "version": "1.0.9", | |||||
| "version": "1.0.10", | |||||
| "license": "BSD-3-Clause", | "license": "BSD-3-Clause", | ||||
| "name": "Bidoo", | "name": "Bidoo", | ||||
| "brand": "Bidoo", | "brand": "Bidoo", | ||||
| @@ -1,7 +1,7 @@ | |||||
| { | { | ||||
| "slug": "FrozenWasteland", | "slug": "FrozenWasteland", | ||||
| "name": "Frozen Wasteland", | "name": "Frozen Wasteland", | ||||
| "version": "1.9.5", | |||||
| "version": "1.9.7", | |||||
| "author": "almostEric", | "author": "almostEric", | ||||
| "license": "CC0-1.0", | "license": "CC0-1.0", | ||||
| "authorEmail": "almostEric@frozenwastelandmodules.com", | "authorEmail": "almostEric@frozenwastelandmodules.com", | ||||
| @@ -149,7 +149,8 @@ | |||||
| "name": "QAR - Probability", | "name": "QAR - Probability", | ||||
| "description": "Add Randomness to QAR Rhythms", | "description": "Add Randomness to QAR Rhythms", | ||||
| "tags": [ | "tags": [ | ||||
| "Expander" | |||||
| "Expander", | |||||
| "Random" | |||||
| ] | ] | ||||
| }, | }, | ||||
| { | { | ||||
| @@ -176,6 +177,24 @@ | |||||
| "Random" | "Random" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| "slug": "SeedsOfChangeCVExpander", | |||||
| "name": "Seeds Of Change - CV Expander", | |||||
| "description": "Additional CV Outs for SoC", | |||||
| "tags": [ | |||||
| "Expander", | |||||
| "Random" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "SeedsOfChangeGateExpander", | |||||
| "name": "Seeds Of Change - Gate Expander", | |||||
| "description": "Additional Gates for SoC", | |||||
| "tags": [ | |||||
| "Expander", | |||||
| "Random" | |||||
| ] | |||||
| }, | |||||
| { | { | ||||
| "slug": "StringTheory", | "slug": "StringTheory", | ||||
| "name": "String Theory", | "name": "String Theory", | ||||
| @@ -1,7 +1,7 @@ | |||||
| { | { | ||||
| "slug": "RJModules", | "slug": "RJModules", | ||||
| "name": "RJModules", | "name": "RJModules", | ||||
| "version": "1.0.1", | |||||
| "version": "1.1.0", | |||||
| "license": "MIT", | "license": "MIT", | ||||
| "brand": "RJModules", | "brand": "RJModules", | ||||
| "author": "Rich Jones", | "author": "Rich Jones", | ||||
| @@ -352,6 +352,24 @@ | |||||
| "tags": [ | "tags": [ | ||||
| "VCF" | "VCF" | ||||
| ] | ] | ||||
| }, | |||||
| { | |||||
| "slug": "TriggerSwitch", | |||||
| "name": "TriggerSwitch - Trigger Activated Gate Switch With Button", | |||||
| "description": "Trigger Activated Gate Switch With Button.", | |||||
| "tags": [ | |||||
| "Controller", | |||||
| "Effect" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "DryWet", | |||||
| "name": "DryWet - Voltage Controlled Dry Wet Knob", | |||||
| "description": "Voltage Controlled Dry Wet Knob", | |||||
| "tags": [ | |||||
| "Controller", | |||||
| "Effect" | |||||
| ] | |||||
| } | } | ||||
| ] | ] | ||||
| } | } | ||||
| @@ -0,0 +1,26 @@ | |||||
| { | |||||
| "slug": "TercerBrazo", | |||||
| "name": "TercerBrazo", | |||||
| "version": "1.0.0", | |||||
| "license": "GPL-3.0-or-later", | |||||
| "brand": "TercerBrazo", | |||||
| "author": "Diego Dorado", | |||||
| "authorEmail": "diegodorado@gmail.com", | |||||
| "authorUrl": "https://diegodorado.com", | |||||
| "pluginUrl": "", | |||||
| "manualUrl": "", | |||||
| "sourceUrl": "https://github.com/diegodorado/TercerBrazo", | |||||
| "donateUrl": "", | |||||
| "modules": [ | |||||
| { | |||||
| "slug": "TercerBrazo-CV2612", | |||||
| "name": "CV2612", | |||||
| "description": "Sega Genesis chip based synth", | |||||
| "tags": [ | |||||
| "MIDI", | |||||
| "VCO", | |||||
| "Poly" | |||||
| ] | |||||
| } | |||||
| ] | |||||
| } | |||||