| @@ -1,12 +1,12 @@ | |||
| { | |||
| "slug": "CatroModulo", | |||
| "name": "Catro/Modulo", | |||
| "version": "1.0.0", | |||
| "version": "1.0.1", | |||
| "license": "BSD-3-Clause", | |||
| "brand": "catronomix", | |||
| "author": "catronomix", | |||
| "authorEmail": "catronomix+dev@gmail.com", | |||
| "authorUrl": "", | |||
| "authorUrl": "https://soundcloud.com/catronomix", | |||
| "pluginUrl": "https://github.com/catronomix/catro-modulo", | |||
| "manualUrl": "", | |||
| "sourceUrl": "https://github.com/catronomix/catro-modulo", | |||
| @@ -1,6 +1,6 @@ | |||
| { | |||
| "slug": "DHE-Modules", | |||
| "version": "1.0.2", | |||
| "version": "1.0.3", | |||
| "license": "MIT", | |||
| "name": "DHE Modules", | |||
| "author": "Dale Emery", | |||
| @@ -36,6 +36,24 @@ | |||
| "Waveshaper" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "FuzzyLogicH", | |||
| "name": "Fuzzy Logic H", | |||
| "description": "Computes ten hyperbolic parabaloid fuzzy logic functions", | |||
| "tags": [ | |||
| "Logic", | |||
| "Dual" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "FuzzyLogicZ", | |||
| "name": "Fuzzy Logic Z", | |||
| "description": "Computes ten \u201cZadeh\u201d fuzzy logic functions", | |||
| "tags": [ | |||
| "Logic", | |||
| "Dual" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "Func", | |||
| "name": "Func", | |||
| @@ -0,0 +1,97 @@ | |||
| { | |||
| "slug": "QuantalAudio", | |||
| "name": "QuantalAudio", | |||
| "version": "1.0.0", | |||
| "license": "CC0-1.0", | |||
| "brand": "QuantalAudio", | |||
| "author": "Jansen Price", | |||
| "authorEmail": "jansen.price@gmail.com", | |||
| "authorUrl": "https://jansenprice.com", | |||
| "pluginUrl": "https://github.com/sumpygump/quantal-audio", | |||
| "manualUrl": "https://github.com/sumpygump/quantal-audio/blob/master/README.md", | |||
| "sourceUrl": "https://github.com/sumpygump/quantal-audio", | |||
| "donateUrl": "", | |||
| "modules": [ | |||
| { | |||
| "slug": "Blank1", | |||
| "name": "Blank Panel | 1HP", | |||
| "description": "Blank Panel | 1HP", | |||
| "tags": [ | |||
| "Blank" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "Blank3", | |||
| "name": "Blank Panel | 3HP", | |||
| "description": "Blank Panel | 3HP", | |||
| "tags": [ | |||
| "Blank" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "Blank5", | |||
| "name": "Blank Panel | 5HP", | |||
| "description": "Blank Panel | 5HP", | |||
| "tags": [ | |||
| "Blank" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "BufferedMult", | |||
| "name": "Buffered Mult | 2HP", | |||
| "description": "Buffered multiple 1->3 or 1->6", | |||
| "tags": [ | |||
| "Multiple" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "DaisyChannel", | |||
| "name": "Daisy Mix Channel | 2HP", | |||
| "description": "Modular mixer channel - daisy chainable", | |||
| "tags": [ | |||
| "Mixer" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "DaisyMaster", | |||
| "name": "Daisy Mix Master | 3HP", | |||
| "description": "Modular mixer master", | |||
| "tags": [ | |||
| "Mixer" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "DaisyMaster", | |||
| "name": "Daisy Mix Master | 3HP", | |||
| "description": "Modular mixer master", | |||
| "tags": [ | |||
| "Mixer", | |||
| "VCA" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "Horsehair", | |||
| "name": "Horsehair VCO | 7HP", | |||
| "description": "2x VCO saw to pulsewave", | |||
| "tags": [ | |||
| "VCO" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "Mixer2", | |||
| "name": "Mixer 2 | Mono->Stereo | 5HP", | |||
| "description": "Mono or stereo 2 channel mixer", | |||
| "tags": [ | |||
| "Mixer" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "UnityMix", | |||
| "name": "Unity Mix | 2HP", | |||
| "description": "Multiple 3->1 or 6->1", | |||
| "tags": [ | |||
| "Multiple" | |||
| ] | |||
| } | |||
| ] | |||
| } | |||
| @@ -1,6 +1,6 @@ | |||
| { | |||
| "slug": "STS", | |||
| "version": "1.0.1", | |||
| "version": "1.0.2", | |||
| "license": "GPL-3.0-only", | |||
| "name": "STS", | |||
| "author": "STS", | |||
| @@ -61,6 +61,15 @@ | |||
| "Visual", | |||
| "Polyphonic" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "LFOPoly", | |||
| "name": "LFOPoly", | |||
| "description": "Poly LFO 16", | |||
| "tags": [ | |||
| "LFO", | |||
| "Polyphonic" | |||
| ] | |||
| } | |||
| ] | |||
| } | |||
| @@ -0,0 +1,56 @@ | |||
| { | |||
| "slug": "Starling_Via", | |||
| "name": "Via", | |||
| "author": "Starling", | |||
| "license": "MIT", | |||
| "version": "1.0.0", | |||
| "pluginUrl": "https://starling.space/via/rack", | |||
| "authorUrl": "https://starling.space", | |||
| "authorEmail": "admin@starling.space", | |||
| "manualUrl": "https://starling.space/via/rack#manual", | |||
| "sourceUrl": "https://github.com/starlingcode/Via-for-Rack.git", | |||
| "donateUrl": "https://paypal.me/ssttaarrlliinngg", | |||
| "changelogUrl": "https://github.com/starlingcode/Via-for-Rack/blob/v1/CHANGELOG.md", | |||
| "modules": [ | |||
| { | |||
| "slug": "META", | |||
| "name": "META", | |||
| "tags": [ | |||
| "Function Generator", | |||
| "Drum" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "SYNC", | |||
| "name": "SYNC", | |||
| "tags": [ | |||
| "Oscillator", | |||
| "Clock Modulator" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "SCANNER", | |||
| "name": "SCANNER", | |||
| "tags": [ | |||
| "Waveshaper", | |||
| "Distortion" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "GATESEQ", | |||
| "name": "GATESEQ", | |||
| "tags": [ | |||
| "Sequencer", | |||
| "Sample and Hold" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "ATSR", | |||
| "name": "ATSR", | |||
| "tags": [ | |||
| "Envelope Generator", | |||
| "LFO" | |||
| ] | |||
| } | |||
| ] | |||
| } | |||