| @@ -1,7 +1,7 @@ | |||
| { | |||
| "slug": "FrozenWasteland", | |||
| "name": "Frozen Wasteland", | |||
| "version": "1.9.0", | |||
| "version": "1.9.1", | |||
| "author": "almostEric", | |||
| "license": "CC0-1.0", | |||
| "authorEmail": "almostEric@frozenwastelandmodules.com", | |||
| @@ -110,6 +110,30 @@ | |||
| "Quantizer" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "ProbablyNoteArabic", | |||
| "name": "Probably Note - Arabic", | |||
| "description": "Probability Quantizer - Arabic Scales Version", | |||
| "tags": [ | |||
| "Quantizer" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "ProbablyNoteBP", | |||
| "name": "Probably Note - Bohlen Pierce Version", | |||
| "description": "Probability Quantizer - Bohlen Pierce Tritave Version", | |||
| "tags": [ | |||
| "Quantizer" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "ProbablyNoteIndian", | |||
| "name": "Probably Note - Indian Version", | |||
| "description": "Probability Quantizer - Indian Raga Scales Version", | |||
| "tags": [ | |||
| "Quantizer" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "QuadAlgorithmicRhythm", | |||
| "name": "Quad Algorithmic Rhythm Generator", | |||
| @@ -0,0 +1,66 @@ | |||
| { | |||
| "slug": "GlueTheGiant", | |||
| "name": "Glue the Giant", | |||
| "version": "1.0.0", | |||
| "license": "GPL-3.0-or-later", | |||
| "brand": "Glue the Giant", | |||
| "author": "Paul Merchant", | |||
| "authorEmail": "prmerchant@gmail.com", | |||
| "authorUrl": "https://github.com/gluethegiant", | |||
| "pluginUrl": "https://github.com/gluethegiant/gtg-rack", | |||
| "manualUrl": "https://github.com/gluethegiant/gtg-rack/wiki", | |||
| "sourceUrl": "https://github.com/gluethegiant/gtg-rack", | |||
| "donateUrl": "", | |||
| "modules": [ | |||
| { | |||
| "slug": "MiniBus", | |||
| "name": "Mini Bus Mixer", | |||
| "description": "Mono to three stereo buses", | |||
| "tags": [ | |||
| "Mixer" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "SchoolBus", | |||
| "name": "School Bus Mixer", | |||
| "description": "Pan control to three stereo buses", | |||
| "tags": [ | |||
| "Mixer" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "BusRoute", | |||
| "name": "Bus Route", | |||
| "description": "Three stereo sends and returns", | |||
| "tags": [ | |||
| "Mixer", | |||
| "Utility" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "BusDepot", | |||
| "name": "Bus Depot", | |||
| "description": "Sums three stereo buses", | |||
| "tags": [ | |||
| "Mixer", | |||
| "Visual" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "EnterBus", | |||
| "name": "Enter Mixer Bus", | |||
| "description": "Three stereo inputs to bus", | |||
| "tags": [ | |||
| "Utility" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "ExitBus", | |||
| "name": "Exit Mixer Bus", | |||
| "description": "Three stereo outputs from bus", | |||
| "tags": [ | |||
| "Utility" | |||
| ] | |||
| } | |||
| ] | |||
| } | |||
| @@ -1,7 +1,7 @@ | |||
| { | |||
| "slug": "Prism", | |||
| "name": "Prism", | |||
| "author": "John Hoar", | |||
| "author": "John Hoar / Pyer", | |||
| "license": "BSD-3-Clause", | |||
| "authorEmail": "amalgamatedharmonics@outlook.com", | |||
| "manualUrl": "https://github.com/AmalgamatedHarmonics/Prism/wiki", | |||
| @@ -9,7 +9,7 @@ | |||
| "authorUrl": "https://github.com/AmalgamatedHarmonics/Prism/wiki", | |||
| "sourceUrl": "https://github.com/AmalgamatedHarmonics/Prism", | |||
| "changelogUrl": "https://github.com/AmalgamatedHarmonics/Prism/blob/master/CHANGELOG.md", | |||
| "version": "1.0.2", | |||
| "version": "1.1.0", | |||
| "modules": [ | |||
| { | |||
| "slug": "Rainbow", | |||
| @@ -19,6 +19,14 @@ | |||
| "Physical modeling", | |||
| "VCF" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "RainbowScaleExpander", | |||
| "name": "Spectrum", | |||
| "description": "Expander for Rainbow for programming of user-defined scales", | |||
| "tags": [ | |||
| "Expander" | |||
| ] | |||
| } | |||
| ] | |||
| } | |||
| @@ -1,10 +1,44 @@ | |||
| { | |||
| "slug": "s-ol", | |||
| "name": "s-ol", | |||
| "author": "s-ol", | |||
| "version": "1.0.0", | |||
| "license": "MIT", | |||
| "manualUrl": "https://github.com/s-ol/vcvmods/blob/master/README.md", | |||
| "sourceUrl": "https://github.com/s-ol/vcvmods", | |||
| "pluginUrl": "https://github.com/s-ol/vcvmods/blob/master/README.md", | |||
| "slug": "s-ol", | |||
| "version": "0.6.1" | |||
| "brand": "s-ol", | |||
| "author": "sol bekic", | |||
| "authorEmail": "s+vcv@s-ol.nu", | |||
| "authorUrl": "https://s-ol.nu", | |||
| "pluginUrl": "https://s-ol.nu/vcvmods", | |||
| "manualUrl": "https://s-ol.nu/vcvmods/doc", | |||
| "sourceUrl": "https://git.s-ol.nu/vcvmods", | |||
| "donateUrl": "", | |||
| "modules": [ | |||
| { | |||
| "slug": "WrapComp", | |||
| "name": "Wrapping Comparator", | |||
| "description": "compares a voltage against a window in a circular space", | |||
| "tags": [ | |||
| "Utility", | |||
| "Logic" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "CircleVCO", | |||
| "name": "Quadrature Circle VCO", | |||
| "description": "sinewave VCO with 90\u00b0 quadrature output for drawing circles.", | |||
| "tags": [ | |||
| "Digital", | |||
| "Oscillator", | |||
| "Visual" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "Modulo", | |||
| "name": "Modulo / Round", | |||
| "description": "generates a modulo + rounded signal for a voltage-controlled step size.", | |||
| "tags": [ | |||
| "Logic", | |||
| "Quantizer" | |||
| ] | |||
| } | |||
| ] | |||
| } | |||
| @@ -8,7 +8,7 @@ | |||
| "sourceUrl": "https://github.com/squinkylabs/SquinkyVCV", | |||
| "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/master/docs/booty-shifter.md", | |||
| "changelogUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/master/CHANGELOG.md", | |||
| "version": "1.0.3", | |||
| "version": "1.0.4", | |||
| "modules": [ | |||
| { | |||
| "slug": "squinkylabs-ev3", | |||
| @@ -106,7 +106,7 @@ | |||
| "slug": "squinkylabs-sequencer", | |||
| "name": "Seq++", | |||
| "description": "DAW-like sequencer", | |||
| "disabled": true, | |||
| "disabled": false, | |||
| "tags": [ | |||
| "Sequencer" | |||
| ] | |||
| @@ -155,6 +155,16 @@ | |||
| "Expander" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "squinkylabs-mixStereo", | |||
| "name": "ExTwo", | |||
| "description": "Two channel stereo mixer expander", | |||
| "disabled": false, | |||
| "tags": [ | |||
| "Mixer", | |||
| "Expander" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "squinkylabs-mixm", | |||
| "name": "Form", | |||
| @@ -192,6 +202,14 @@ | |||
| "VCF" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "squinkylabs-dt", | |||
| "name": "Polygate", | |||
| "description": "Polyphonic gate demultiplexer", | |||
| "tags": [ | |||
| "Polyphonic" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "squinkylabs-funv", | |||
| "name": "Functional VCO-1", | |||