From 4679668aa5e1c4a36d6b9fcd276ba5b57e58bc4d Mon Sep 17 00:00:00 2001 From: Christoph Scholtes Date: Thu, 30 May 2019 09:47:29 -0600 Subject: [PATCH] Integrate squinkylabs-plug1 at version 1.0.0. #388 --- manifests/squinkylabs-plug1.json | 180 +++++++++++++++++++++++++++++++ repos/squinkylabs-plug1 | 2 +- 2 files changed, 181 insertions(+), 1 deletion(-) create mode 100644 manifests/squinkylabs-plug1.json diff --git a/manifests/squinkylabs-plug1.json b/manifests/squinkylabs-plug1.json new file mode 100644 index 00000000..20150a14 --- /dev/null +++ b/manifests/squinkylabs-plug1.json @@ -0,0 +1,180 @@ +{ + "slug": "squinkylabs-plug1", + "name": "Squinky Labs", + "author": "Squinky Labs", + "license": "CC0-1.0", + "authorEmail": "contact@vcvrack.com", + "authorUrl": "https://github.com/squinkylabs/SquinkyVCV/README.md", + "sourceUrl": "https://github.com/squinkylabs/SquinkyVCV", + "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/master/docs/booty-shifter.md", + "version": "1.0.0", + "modules": [ + { + "slug": "squinkylabs-ev3", + "name": "EV3", + "description": "Triple VCO with even waveform", + "tags": [ + "VCO", + "Multiple" + ] + }, + { + "slug": "squinkylabs-vocalfilter", + "name": "Formants", + "description": "Singing Vocal Filter", + "tags": [ + "Effect", + "Filter" + ] + }, + { + "slug": "squinkylabs-funv", + "name": "Functional VCO-1", + "description": "Multi-function VCO with low aliasing", + "tags": [ + "VCO" + ] + }, + { + "slug": "squinkylabs-lfn", + "name": "LFN", + "description": "Low frequency random voltage generator", + "tags": [ + "Noise", + "Random", + "LFO" + ] + }, + { + "slug": "squinkylabs-vocalanimator", + "name": "Growler", + "description": "Vocal Animator", + "tags": [ + "Effect", + "Filter" + ] + }, + { + "slug": "squinkylabs-CHB2", + "name": "Chebyshev II", + "description": "Waveshaper VCO with FM", + "tags": [ + "VCO" + ] + }, + { + "slug": "squinkylabs-shp", + "name": "Shaper", + "description": "Precision Wave Shaper", + "tags": [ + "Effect", + "Waveshaper", + "Distortion" + ] + }, + { + "slug": "squinkylabs-tremolo", + "name": "Chopper", + "description": "Tremolo with synched LFO", + "tags": [ + "Clock modulator", + "Effect", + "LFO" + ] + }, + { + "slug": "squinkylabs-gry", + "name": "Gray Code", + "description": "Eclectic clock divider", + "tags": [ + "Clock modulator", + "Random", + "Logic" + ] + }, + { + "slug": "squinkylabs-coloredNoise", + "name": "Colors", + "description": "All the colors of noise", + "tags": [ + "Noise" + ] + }, + { + "slug": "squinkylabs-freqshifter", + "name": "Booty Shifter", + "description": "Frequency Shifter", + "tags": [ + "Ring Modulator", + "effect" + ] + }, + { + "slug": "squinkylabs-sequencer", + "name": "Seq++", + "description": "DAW-like sequencer", + "tags": [ + "Sequencer" + ] + }, + { + "slug": "squinkylabs-super", + "name": "Saws", + "description": "Super saw VCO emulation", + "tags": [ + "VCO" + ] + }, + { + "slug": "squinkylabs-blank", + "name": "Blank", + "description": "blank starting project" + }, + { + "slug": "squinkylabs-slew4", + "name": "Slade", + "description": "Ocatal slew/lag/VCA" + }, + { + "slug": "squinkylabs-mix8", + "name": "Mixer-8", + "description": "8 channel mixer" + }, + { + "slug": "squinkylabs-mix4", + "name": "Mixer-EX 4", + "description": "4 channel mixer expander" + }, + { + "slug": "squinkylabs-mixm", + "name": "Mixer Master", + "description": "Mixer master module", + "tags": [ + "Mixer" + ] + }, + { + "slug": "squinkylabs-ch10", + "name": "ch10", + "description": "ch10" + }, + { + "slug": "squinkylabs-lfnb", + "name": "LFNB", + "description": "Low frequency random voltage generator 2", + "tags": [ + "NOISE", + "RANDOM", + "LFO" + ] + }, + { + "slug": "squinkylabs-filt", + "name": "Stairway", + "description": "Ladder filter on steroids", + "tags": [ + "VCF" + ] + } + ] +} \ No newline at end of file diff --git a/repos/squinkylabs-plug1 b/repos/squinkylabs-plug1 index 17eb7d2b..e372308a 160000 --- a/repos/squinkylabs-plug1 +++ b/repos/squinkylabs-plug1 @@ -1 +1 @@ -Subproject commit 17eb7d2bd3a1d960ce5b9da3c353213d69ddf58c +Subproject commit e372308af36f1c28bab23835c758a885ca140074