| @@ -0,0 +1,103 @@ | |||||
| { | |||||
| "slug": "Chiptuner", | |||||
| "name": "Chiptuner", | |||||
| "author": "Andrea Grossi", | |||||
| "brand": "TGA", | |||||
| "license": "MIT", | |||||
| "authorUrl": "https://github.com/The-Great-Assyr/Chiptuner", | |||||
| "authorEmail": "andreagrossi.69@gmail.com", | |||||
| "pluginUrl": "https://github.com/The-Great-Assyr/Chiptuner", | |||||
| "sourceUrl": "https://github.com/The-Great-Assyr/Chiptuner", | |||||
| "manualUrl": "https://github.com/The-Great-Assyr/Chiptuner/blob/master/README.md", | |||||
| "version": "1.0.0", | |||||
| "modules": [ | |||||
| { | |||||
| "slug": "Blank1HP", | |||||
| "name": "Blank 1HP", | |||||
| "description": "1 HP Blanking Plate", | |||||
| "tags": [ | |||||
| "Blank" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "Blank2HP", | |||||
| "name": "Blank 2HP", | |||||
| "description": "2 HP Blanking Plate", | |||||
| "tags": [ | |||||
| "Blank" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "Blank3HP", | |||||
| "name": "Blank 3HP", | |||||
| "description": "3 HP Blanking Plate", | |||||
| "tags": [ | |||||
| "Blank" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "Blank4HP", | |||||
| "name": "Blank 4HP", | |||||
| "description": "4 HP Blanking Plate", | |||||
| "tags": [ | |||||
| "Blank" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "Blank6HP", | |||||
| "name": "Blank 6HP", | |||||
| "description": "6 HP Blanking Plate", | |||||
| "tags": [ | |||||
| "Blank" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "Blank10HP", | |||||
| "name": "Blank 10HP", | |||||
| "description": "10 HP Blanking Plate", | |||||
| "tags": [ | |||||
| "Blank" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "Blank12HP", | |||||
| "name": "Blank 12HP", | |||||
| "description": "12 HP Blanking Plate", | |||||
| "tags": [ | |||||
| "Blank" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "Blank16HP", | |||||
| "name": "Blank 16HP", | |||||
| "description": "16 HP Blanking Plate", | |||||
| "tags": [ | |||||
| "Blank" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "Blank20HP", | |||||
| "name": "Blank 20HP", | |||||
| "description": "20 HP Blanking Plate", | |||||
| "tags": [ | |||||
| "Blank" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "Blank26HP", | |||||
| "name": "Blank 26HP", | |||||
| "description": "26 HP Blanking Plate", | |||||
| "tags": [ | |||||
| "Blank" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "Blank32HP", | |||||
| "name": "Blank 32HP", | |||||
| "description": "32 HP Blanking Plate", | |||||
| "tags": [ | |||||
| "Blank" | |||||
| ] | |||||
| } | |||||
| ] | |||||
| } | |||||
| @@ -1,7 +1,7 @@ | |||||
| { | { | ||||
| "slug": "CountModula", | "slug": "CountModula", | ||||
| "name": "Count Modula", | "name": "Count Modula", | ||||
| "version": "1.3.0", | |||||
| "version": "1.4.0", | |||||
| "license": "BSD-3-Clause", | "license": "BSD-3-Clause", | ||||
| "brand": "Count Modula", | "brand": "Count Modula", | ||||
| "author": "Adam Verspaget", | "author": "Adam Verspaget", | ||||
| @@ -446,6 +446,62 @@ | |||||
| "Sequencer", | "Sequencer", | ||||
| "Expander" | "Expander" | ||||
| ] | ] | ||||
| }, | |||||
| { | |||||
| "slug": "StartupDelay", | |||||
| "name": "Startup Delay", | |||||
| "description": "Generates delayed start signals for sequencers on load or startup.", | |||||
| "tags": [ | |||||
| "Utility" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "RackEarLeft", | |||||
| "name": "Left Hand Rack Ear", | |||||
| "description": "A Left Hand Rack Ear", | |||||
| "tags": [ | |||||
| "Blank" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "RackEarRight", | |||||
| "name": "Right Hand Rack Ear", | |||||
| "description": "A Right Hand Rack Ear", | |||||
| "tags": [ | |||||
| "Blank" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "Blank4HP", | |||||
| "name": "Blank Panel - 4HP", | |||||
| "description": "4HP blanking panel", | |||||
| "tags": [ | |||||
| "Blank" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "Blank8HP", | |||||
| "name": "Blank Panel - 8HP", | |||||
| "description": "8HP blank panel", | |||||
| "tags": [ | |||||
| "Blank" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "Blank12HP", | |||||
| "name": "Blank Panel - 12HP", | |||||
| "description": "12HP blank panel", | |||||
| "tags": [ | |||||
| "Blank" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "Blank16HP", | |||||
| "name": "Blank Panel - 16HP", | |||||
| "description": "16HP blank panel", | |||||
| "tags": [ | |||||
| "Blank" | |||||
| ] | |||||
| } | } | ||||
| ] | ] | ||||
| } | } | ||||
| @@ -1,7 +1,7 @@ | |||||
| { | { | ||||
| "slug": "WrongPeople", | "slug": "WrongPeople", | ||||
| "name": "Wrong People", | "name": "Wrong People", | ||||
| "version": "1.0.0", | |||||
| "version": "1.0.1", | |||||
| "license": "GPL-3.0", | "license": "GPL-3.0", | ||||
| "brand": "Wrong People", | "brand": "Wrong People", | ||||
| "author": "Wrong People", | "author": "Wrong People", | ||||
| @@ -1,10 +1,48 @@ | |||||
| { | { | ||||
| "slug": "luckyxxl", | |||||
| "name": "luckyxxl", | "name": "luckyxxl", | ||||
| "author": "luckyxxl", | |||||
| "version": "1.0.0", | |||||
| "license": "Zlib", | "license": "Zlib", | ||||
| "manualUrl": "https://github.com/luckyxxl/vcv_luckyxxl/blob/v0.5.1/README.md", | |||||
| "brand": "luckyxxl", | |||||
| "author": "luckyxxl", | |||||
| "authorEmail": "", | |||||
| "authorUrl": "", | |||||
| "pluginUrl": "https://github.com/luckyxxl/vcv_luckyxxl/blob/master/README.md", | |||||
| "manualUrl": "https://github.com/luckyxxl/vcv_luckyxxl/blob/master/README.md", | |||||
| "sourceUrl": "https://github.com/luckyxxl/vcv_luckyxxl", | "sourceUrl": "https://github.com/luckyxxl/vcv_luckyxxl", | ||||
| "pluginUrl": "https://github.com/luckyxxl/vcv_luckyxxl/blob/v0.5.1/README.md", | |||||
| "slug": "luckyxxl", | |||||
| "version": "0.6.0" | |||||
| "donateUrl": "", | |||||
| "modules": [ | |||||
| { | |||||
| "slug": "Distribute2", | |||||
| "name": "Distribute2", | |||||
| "description": "", | |||||
| "tags": [ | |||||
| "Multiple" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "Distribute", | |||||
| "name": "Distribute4", | |||||
| "description": "", | |||||
| "tags": [ | |||||
| "Multiple" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "Quantize", | |||||
| "name": "Quantize", | |||||
| "description": "", | |||||
| "tags": [ | |||||
| "Quantizer" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "Tick", | |||||
| "name": "Tick", | |||||
| "description": "", | |||||
| "tags": [ | |||||
| "Clock" | |||||
| ] | |||||
| } | |||||
| ] | |||||
| } | } | ||||
| @@ -1,7 +1,7 @@ | |||||
| { | { | ||||
| "slug": "moDllz", | "slug": "moDllz", | ||||
| "name": "moDllz", | "name": "moDllz", | ||||
| "version": "1.1.4", | |||||
| "version": "1.1.5", | |||||
| "license": "BSD-3-Clause", | "license": "BSD-3-Clause", | ||||
| "brand": "moDllz", | "brand": "moDllz", | ||||
| "author": "Pablo DeLaLoza", | "author": "Pablo DeLaLoza", | ||||