Browse Source

Update manifest for squinkylabs-plug1, Bark, MockbaModular, 23volts

v1
Andrew Belt 5 years ago
parent
commit
3d60e3045b
4 changed files with 117 additions and 4 deletions
  1. +75
    -1
      manifests/23volts.json
  2. +10
    -1
      manifests/Bark.json
  3. +1
    -1
      manifests/MockbaModular.json
  4. +31
    -1
      manifests/squinkylabs-plug1.json

+ 75
- 1
manifests/23volts.json View File

@@ -1,7 +1,7 @@
{
"slug": "23volts",
"name": "23volts",
"version": "1.0.1",
"version": "1.1.1",
"license": "GPL-3.0-only",
"brand": "23volts",
"author": "R\u00e9mi Collin",
@@ -11,6 +11,7 @@
"manualUrl": "https://github.com/23volts/23volts-vcv",
"sourceUrl": "https://github.com/23volts/23volts-vcv",
"donateUrl": "https://paypal.me/23volts",
"changelogUrl": "https://github.com/23volts/23volts-vcv/CHANGELOG.md",
"modules": [
{
"slug": "Mem",
@@ -33,6 +34,26 @@
"Utility"
]
},
{
"slug": "MultimapK",
"name": "Multimap",
"description": "Versatile Midi IO & mapping utility, 16 knobs version",
"tags": [
"Midi",
"Controller",
"Utility"
]
},
{
"slug": "MultimapS",
"name": "Multimap",
"description": "Versatile Midi IO & mapping utility, 16 switches version",
"tags": [
"Midi",
"Controller",
"Utility"
]
},
{
"slug": "Split8",
"name": "Split8",
@@ -42,6 +63,24 @@
"Utility"
]
},
{
"slug": "Split4",
"name": "Split4",
"description": "2 x 4 voices polyphonic splitter",
"tags": [
"Polyphonic",
"Utility"
]
},
{
"slug": "Merge4",
"name": "Merge4",
"description": "2 x 4 voices polyphonic merger",
"tags": [
"Polyphonic",
"Utility"
]
},
{
"slug": "Morph",
"name": "Morph",
@@ -78,6 +117,41 @@
"Clock Modulator",
"Polyphonic"
]
},
{
"slug": "MidiPC",
"name": "MidiPC",
"description": "Sends and receive midi program change",
"tags": [
"MIDI"
]
},
{
"slug": "PolyMerge",
"name": "PolyMerge",
"description": "Merge N polyphonic inputs to 1 polyphonic output",
"tags": [
"Polyphonic",
"Utility"
]
},
{
"slug": "PolySplit",
"name": "PolySplit",
"description": "Splits 1 polyphonic input to N polyphonic outputs",
"tags": [
"Polyphonic",
"Utility"
]
},
{
"slug": "MonoPoly",
"name": "MonoPoly",
"description": "Copy a mono channel to 1-n poly channels",
"tags": [
"Polyphonic",
"Utility"
]
}
]
}

+ 10
- 1
manifests/Bark.json View File

@@ -1,6 +1,6 @@
{
"slug": "Bark",
"version": "1.1.1",
"version": "1.2.0",
"license": "BSD-4-Clause",
"name": "Coirt / Bark",
"brand": "Bark",
@@ -13,6 +13,15 @@
"changelogUrl": "https://github.com/Coirt/Bark/blob/master/changelog.txt",
"donateUrl": "https://www.paypal.me/philgolden",
"modules": [
{
"slug": "EOsum",
"name": "EO Sum",
"description": "Sums polyphonic channels and\ndistributes them to outputs\nbased on odd or even channel\nnumbers.",
"tags": [
"Polyphonic",
"Utility"
]
},
{
"slug": "TrimLFO",
"name": "Trim LFO Hz",


+ 1
- 1
manifests/MockbaModular.json View File

@@ -1,7 +1,7 @@
{
"slug": "MockbaModular",
"name": "Mockba Modular",
"version": "1.1.8",
"version": "1.1.9",
"license": "MIT",
"brand": "Mockba Modular",
"author": "Mockba the Borg",


+ 31
- 1
manifests/squinkylabs-plug1.json View File

@@ -8,12 +8,13 @@
"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.5",
"version": "1.0.6",
"modules": [
{
"slug": "squinkylabs-ev3",
"name": "EV3",
"description": "Triple VCO with even waveform",
"manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/master/docs/ev3.md",
"tags": [
"VCO",
"Multiple"
@@ -23,6 +24,7 @@
"slug": "squinkylabs-vocalfilter",
"name": "Formants",
"description": "Singing Vocal Filter",
"manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/master/docs/formants.md",
"tags": [
"Effect",
"Filter"
@@ -32,6 +34,7 @@
"slug": "squinkylabs-lfn",
"name": "LFN",
"description": "Low frequency random voltage generator",
"manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/master/docs/lfn.md",
"tags": [
"Noise",
"Random",
@@ -42,6 +45,7 @@
"slug": "squinkylabs-vocalanimator",
"name": "Growler",
"description": "Vocal Animator",
"manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/master/docs/growler.md",
"tags": [
"Effect",
"Filter"
@@ -51,6 +55,7 @@
"slug": "squinkylabs-CHB2",
"name": "Chebyshev II",
"description": "Waveshaper VCO with FM",
"manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/master/docs/chebyshev.md",
"tags": [
"VCO"
]
@@ -59,6 +64,7 @@
"slug": "squinkylabs-shp",
"name": "Shaper",
"description": "Precision Wave Shaper",
"manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/master/docs/shaper.md",
"tags": [
"Effect",
"Waveshaper",
@@ -69,6 +75,7 @@
"slug": "squinkylabs-tremolo",
"name": "Chopper",
"description": "Tremolo with synched LFO",
"manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/master/docs/chopper.md",
"tags": [
"Clock modulator",
"Effect",
@@ -79,6 +86,7 @@
"slug": "squinkylabs-gry",
"name": "Gray Code",
"description": "Eclectic clock divider",
"manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/master/docs/gray-code.md",
"tags": [
"Clock modulator",
"Random",
@@ -89,6 +97,7 @@
"slug": "squinkylabs-coloredNoise",
"name": "Colors",
"description": "All the colors of noise",
"manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/master/docs/colors.md",
"tags": [
"Noise"
]
@@ -97,6 +106,7 @@
"slug": "squinkylabs-freqshifter",
"name": "Booty Shifter",
"description": "Frequency Shifter",
"manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/master/docs/shifter.md",
"tags": [
"Ring Modulator",
"effect"
@@ -107,6 +117,17 @@
"name": "Seq++",
"description": "DAW-like sequencer",
"disabled": false,
"manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/master/docs/sq2.md",
"tags": [
"Sequencer"
]
},
{
"slug": "squinkylabs-sequencer4",
"name": "Seq4x4",
"description": "Sequence player",
"disabled": true,
"manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/master/docs/sq2.md",
"tags": [
"Sequencer"
]
@@ -115,6 +136,7 @@
"slug": "squinkylabs-super",
"name": "Saws",
"description": "Super saw VCO emulation",
"manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/master/docs/saws.md",
"tags": [
"VCO"
]
@@ -132,6 +154,7 @@
"slug": "squinkylabs-slew4",
"name": "Slade",
"description": "Octal slew/lag/VCA",
"manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/master/docs/slew4.md",
"tags": [
"Slew limiter",
"VCA"
@@ -141,6 +164,7 @@
"slug": "squinkylabs-mix8",
"name": "Mixer-8",
"description": "8 channel mixer",
"manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/master/docs/mix8.md",
"tags": [
"Mixer"
]
@@ -150,6 +174,7 @@
"name": "ExFor",
"description": "4 channel mixer expander",
"disabled": false,
"manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/master/docs/exfor.md",
"tags": [
"Mixer",
"Expander"
@@ -160,6 +185,7 @@
"name": "ExTwo",
"description": "Two channel stereo mixer expander",
"disabled": false,
"manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/master/docs/extwo.md",
"tags": [
"Mixer",
"Expander"
@@ -169,6 +195,7 @@
"slug": "squinkylabs-mixm",
"name": "Form",
"description": "Mixer master module",
"manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/master/docs/form.md",
"disabled": false,
"tags": [
"Mixer"
@@ -198,6 +225,7 @@
"slug": "squinkylabs-filt",
"name": "Stairway",
"description": "Ladder filter on steroids",
"manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/master/docs/filter.md",
"tags": [
"VCF"
]
@@ -206,6 +234,7 @@
"slug": "squinkylabs-dt",
"name": "Polygate",
"description": "Polyphonic gate demultiplexer",
"manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/master/docs/dt.md",
"tags": [
"Polyphonic"
]
@@ -214,6 +243,7 @@
"slug": "squinkylabs-funv",
"name": "Functional VCO-1",
"description": "[deprecated] Multi-function VCO with low aliasing",
"manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/master/docs/functional-vco-1.md",
"tags": [
"VCO"
]


Loading…
Cancel
Save