| @@ -0,0 +1,47 @@ | |||
| { | |||
| "slug": "Admiral", | |||
| "name": "Admiral", | |||
| "version": "1.0.0", | |||
| "license": "MIT", | |||
| "brand": "Admiral", | |||
| "author": "Wannes Rombouts", | |||
| "authorEmail": "wapiflapi@gmail.com", | |||
| "authorUrl": "https://github.com/wapiflapi", | |||
| "pluginUrl": "https://github.com/wapiflapi/admiral", | |||
| "manualUrl": "https://github.com/wapiflapi/admiral", | |||
| "sourceUrl": "https://github.com/wapiflapi/admiral", | |||
| "donateUrl": "", | |||
| "modules": [ | |||
| { | |||
| "slug": "Watches", | |||
| "name": "Watches", | |||
| "description": "Dual switched multiples.", | |||
| "tags": [ | |||
| "Dual", | |||
| "Multiple", | |||
| "Switch", | |||
| "Utility" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "Shifts", | |||
| "name": "Shifts", | |||
| "description": "Two stage Bernoulli mixer.", | |||
| "tags": [ | |||
| "Mixer", | |||
| "Panning", | |||
| "Random" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "Tables", | |||
| "name": "Tables", | |||
| "description": "Quad sequencer.", | |||
| "tags": [ | |||
| "Clock modulator", | |||
| "Quad", | |||
| "Sequencer" | |||
| ] | |||
| } | |||
| ] | |||
| } | |||
| @@ -1,6 +1,6 @@ | |||
| { | |||
| "slug": "Bidoo", | |||
| "version": "1.0.6", | |||
| "version": "1.0.7", | |||
| "license": "BSD-3-Clause", | |||
| "name": "Bidoo", | |||
| "brand": "Bidoo", | |||
| @@ -10,7 +10,7 @@ | |||
| "authorUrl": "https://github.com/sebastien-bouffier/Bidoo", | |||
| "manualUrl": "https://github.com/sebastien-bouffier/Bidoo/wiki", | |||
| "sourceUrl": "https://github.com/sebastien-bouffier/Bidoo", | |||
| "changelogUrl": "https://github.com/sebastien-bouffier/Bidoo/blob/v1.0/changelog.txt", | |||
| "changelogUrl": "https://github.com/sebastien-bouffier/Bidoo/blob/v1.0/changelog.md", | |||
| "donateUrl": "https://www.paypal.me/sebastienbouffier", | |||
| "modules": [ | |||
| { | |||
| @@ -209,7 +209,7 @@ | |||
| { | |||
| "slug": "LoURdE", | |||
| "name": "LoURdE", | |||
| "description": "Neural comparator", | |||
| "description": "Neural comparator & gate", | |||
| "tags": [ | |||
| "Logic" | |||
| ] | |||
| @@ -0,0 +1,87 @@ | |||
| { | |||
| "slug": "CatroBlanco", | |||
| "name": "Catro/Blanco", | |||
| "version": "1.0.0", | |||
| "license": "BSD-3-Clause", | |||
| "brand": "Catro/Blanco", | |||
| "author": "catronomix", | |||
| "authorEmail": "catronomix+dev@gmail.com", | |||
| "authorUrl": "https://www.instagram.com/catronomix/", | |||
| "pluginUrl": "https://github.com/catronomix/catro-blanco", | |||
| "manualUrl": "", | |||
| "sourceUrl": "https://github.com/catronomix/catro-blanco", | |||
| "donateUrl": "", | |||
| "modules": [ | |||
| { | |||
| "slug": "CatroBlanco_CB-1", | |||
| "name": "2hp Blanco", | |||
| "description": "2hp decorated blank panel", | |||
| "tags": [ | |||
| "Blank", | |||
| "Visual" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "CatroBlanco_CB-2", | |||
| "name": "3hp Blanco", | |||
| "description": "3hp decorated blank panel", | |||
| "tags": [ | |||
| "Blank", | |||
| "Visual" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "CatroBlanco_CB-3", | |||
| "name": "3hp Blanco flipped", | |||
| "description": "3hp decorated blank panel", | |||
| "tags": [ | |||
| "Blank", | |||
| "Visual" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "CatroBlanco_CB-4", | |||
| "name": "4hp Blanco", | |||
| "description": "4hp decorated blank panel", | |||
| "tags": [ | |||
| "Blank", | |||
| "Visual" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "CatroBlanco_CB-5", | |||
| "name": "4hp Blanco alternate", | |||
| "description": "4hp decorated blank panel", | |||
| "tags": [ | |||
| "Blank", | |||
| "Visual" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "CatroBlanco_CB-6", | |||
| "name": "5hp Blanco", | |||
| "description": "5hp decorated blank panel", | |||
| "tags": [ | |||
| "Blank", | |||
| "Visual" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "CatroBlanco_CB-7", | |||
| "name": "10hp Blanco", | |||
| "description": "10hp decorated blank panel", | |||
| "tags": [ | |||
| "Blank", | |||
| "Visual" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "CatroBlanco_CB-meter", | |||
| "name": "2hp Meter", | |||
| "description": "2hp decorated meter", | |||
| "tags": [ | |||
| "Visual" | |||
| ] | |||
| } | |||
| ] | |||
| } | |||
| @@ -1,6 +1,6 @@ | |||
| { | |||
| "slug": "STS", | |||
| "version": "1.0.4", | |||
| "version": "1.1.1", | |||
| "license": "GPL-3.0-only", | |||
| "name": "STS", | |||
| "author": "STS", | |||
| @@ -79,6 +79,16 @@ | |||
| "LFO", | |||
| "Polyphonic" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "MidiPlayer", | |||
| "name": "MidiPlayer", | |||
| "description": "Poly Midi Player", | |||
| "tags": [ | |||
| "Utility", | |||
| "Synth Voice", | |||
| "Polyphonic" | |||
| ] | |||
| } | |||
| ] | |||
| } | |||
| @@ -1,7 +1,7 @@ | |||
| { | |||
| "slug": "WhatTheRack", | |||
| "name": "WhatTheRack", | |||
| "version": "1.0.0", | |||
| "version": "1.1.1", | |||
| "license": "WTFPL", | |||
| "author": "korfuri", | |||
| "authorEmail": "korfuri@gmail.com", | |||
| @@ -0,0 +1,50 @@ | |||
| { | |||
| "slug": "WrongPeople", | |||
| "name": "Wrong People", | |||
| "version": "1.0.0", | |||
| "license": "GPL-3.0", | |||
| "brand": "Wrong People", | |||
| "author": "Wrong People", | |||
| "authorEmail": "wrngppl@gmail.com", | |||
| "authorUrl": "https://github.com/WrongPeople", | |||
| "pluginUrl": "https://github.com/WrongPeople/WrongPeopleVCV", | |||
| "manualUrl": "", | |||
| "sourceUrl": "https://github.com/WrongPeople/WrongPeopleVCV", | |||
| "donateUrl": "https://www.donationalerts.com/r/wrongpeople", | |||
| "modules": [ | |||
| { | |||
| "slug": "MIDIPlayer", | |||
| "name": "MIDI Player", | |||
| "description": "Multitrack MIDI files player", | |||
| "tags": [ | |||
| "Clock generator", | |||
| "Envelope generator", | |||
| "MIDI", | |||
| "Polyphonic", | |||
| "Sequencer" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "Lua", | |||
| "name": "Lua", | |||
| "description": "Lua interpreter with 8 inputs, 8 outputs and display", | |||
| "tags": [ | |||
| "Utility", | |||
| "Polyphonic", | |||
| "Visual" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "Tourette", | |||
| "name": "Tourette", | |||
| "description": "Tourette syndrome simulator", | |||
| "tags": [ | |||
| "Drum", | |||
| "Effect", | |||
| "Granular", | |||
| "Random", | |||
| "Sampler" | |||
| ] | |||
| } | |||
| ] | |||
| } | |||
| @@ -0,0 +1,46 @@ | |||
| { | |||
| "slug": "aridacity", | |||
| "name": "aridacity", | |||
| "version": "1.0.0", | |||
| "license": "BSD-3-Clause", | |||
| "brand": "aridacity", | |||
| "author": "aridacity", | |||
| "authorEmail": "", | |||
| "authorUrl": "https://cubeleco.blogspot.com", | |||
| "pluginUrl": "https://github.com/aridacity/aridacity", | |||
| "manualUrl": "", | |||
| "sourceUrl": "https://github.com/aridacity/aridacity", | |||
| "donateUrl": "", | |||
| "modules": [ | |||
| { | |||
| "slug": "ClockDiv", | |||
| "name": "Clock Divider", | |||
| "description": "16 step clock divider and sequencer", | |||
| "tags": [ | |||
| "Clock modulator", | |||
| "Switch", | |||
| "Sequencer" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "BCrush", | |||
| "name": "Bit Crush", | |||
| "description": "Bit crusher with bit operators", | |||
| "tags": [ | |||
| "Digital", | |||
| "Distortion", | |||
| "Sample and hold", | |||
| "Polyphonic" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "Clip", | |||
| "name": "Clip Limiter", | |||
| "description": "Hard Limiter with inner and outer limits", | |||
| "tags": [ | |||
| "Limiter", | |||
| "Polyphonic" | |||
| ] | |||
| } | |||
| ] | |||
| } | |||
| @@ -1,7 +1,7 @@ | |||
| { | |||
| "slug": "moDllz", | |||
| "name": "moDllz", | |||
| "version": "1.0.0", | |||
| "version": "1.1.0", | |||
| "license": "BSD-3-Clause", | |||
| "brand": "moDllz", | |||
| "author": "Pablo DeLaLoza", | |||
| @@ -13,22 +13,14 @@ | |||
| "donateUrl": "", | |||
| "modules": [ | |||
| { | |||
| "slug": "TwinGlider", | |||
| "name": "TwinGlider", | |||
| "description": "Slew limiter / Glide / Portamento", | |||
| "slug": "MIDIpolyMPE", | |||
| "name": "MIDIpolyMPE", | |||
| "description": "Polyphonic MIDI with MPE mode", | |||
| "tags": [ | |||
| "Dual", | |||
| "Slew limiter", | |||
| "Envelope Follower" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "XBender", | |||
| "name": "Xbender", | |||
| "description": "", | |||
| "tags": [ | |||
| "Effect", | |||
| "Multiple" | |||
| "MIDI", | |||
| "External", | |||
| "Multiple", | |||
| "Polyphonic" | |||
| ] | |||
| }, | |||
| { | |||
| @@ -64,6 +56,25 @@ | |||
| "Clock generator", | |||
| "Clock modulator" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "XBender", | |||
| "name": "Xbender", | |||
| "description": "", | |||
| "tags": [ | |||
| "Effect", | |||
| "Multiple" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "TwinGlider", | |||
| "name": "TwinGlider", | |||
| "description": "Slew limiter / Glide / Portamento", | |||
| "tags": [ | |||
| "Dual", | |||
| "Slew limiter", | |||
| "Envelope Follower" | |||
| ] | |||
| } | |||
| ] | |||
| } | |||