Browse Source

Update build for GlueTheGiant, squinkylabs-plug1, Prism, FrozenWasteland, s-ol

v1
Andrew Belt 5 years ago
parent
commit
5e89e982dd
5 changed files with 161 additions and 11 deletions
  1. +25
    -1
      manifests/FrozenWasteland.json
  2. +66
    -0
      manifests/GlueTheGiant.json
  3. +10
    -2
      manifests/Prism.json
  4. +40
    -6
      manifests/s-ol.json
  5. +20
    -2
      manifests/squinkylabs-plug1.json

+ 25
- 1
manifests/FrozenWasteland.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "FrozenWasteland", "slug": "FrozenWasteland",
"name": "Frozen Wasteland", "name": "Frozen Wasteland",
"version": "1.9.0",
"version": "1.9.1",
"author": "almostEric", "author": "almostEric",
"license": "CC0-1.0", "license": "CC0-1.0",
"authorEmail": "almostEric@frozenwastelandmodules.com", "authorEmail": "almostEric@frozenwastelandmodules.com",
@@ -110,6 +110,30 @@
"Quantizer" "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", "slug": "QuadAlgorithmicRhythm",
"name": "Quad Algorithmic Rhythm Generator", "name": "Quad Algorithmic Rhythm Generator",


+ 66
- 0
manifests/GlueTheGiant.json View File

@@ -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"
]
}
]
}

+ 10
- 2
manifests/Prism.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "Prism", "slug": "Prism",
"name": "Prism", "name": "Prism",
"author": "John Hoar",
"author": "John Hoar / Pyer",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"authorEmail": "amalgamatedharmonics@outlook.com", "authorEmail": "amalgamatedharmonics@outlook.com",
"manualUrl": "https://github.com/AmalgamatedHarmonics/Prism/wiki", "manualUrl": "https://github.com/AmalgamatedHarmonics/Prism/wiki",
@@ -9,7 +9,7 @@
"authorUrl": "https://github.com/AmalgamatedHarmonics/Prism/wiki", "authorUrl": "https://github.com/AmalgamatedHarmonics/Prism/wiki",
"sourceUrl": "https://github.com/AmalgamatedHarmonics/Prism", "sourceUrl": "https://github.com/AmalgamatedHarmonics/Prism",
"changelogUrl": "https://github.com/AmalgamatedHarmonics/Prism/blob/master/CHANGELOG.md", "changelogUrl": "https://github.com/AmalgamatedHarmonics/Prism/blob/master/CHANGELOG.md",
"version": "1.0.2",
"version": "1.1.0",
"modules": [ "modules": [
{ {
"slug": "Rainbow", "slug": "Rainbow",
@@ -19,6 +19,14 @@
"Physical modeling", "Physical modeling",
"VCF" "VCF"
] ]
},
{
"slug": "RainbowScaleExpander",
"name": "Spectrum",
"description": "Expander for Rainbow for programming of user-defined scales",
"tags": [
"Expander"
]
} }
] ]
} }

+ 40
- 6
manifests/s-ol.json View File

@@ -1,10 +1,44 @@
{ {
"slug": "s-ol",
"name": "s-ol", "name": "s-ol",
"author": "s-ol",
"version": "1.0.0",
"license": "MIT", "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"
]
}
]
} }

+ 20
- 2
manifests/squinkylabs-plug1.json View File

@@ -8,7 +8,7 @@
"sourceUrl": "https://github.com/squinkylabs/SquinkyVCV", "sourceUrl": "https://github.com/squinkylabs/SquinkyVCV",
"manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/master/docs/booty-shifter.md", "manualUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/master/docs/booty-shifter.md",
"changelogUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/master/CHANGELOG.md", "changelogUrl": "https://github.com/squinkylabs/SquinkyVCV/blob/master/CHANGELOG.md",
"version": "1.0.3",
"version": "1.0.4",
"modules": [ "modules": [
{ {
"slug": "squinkylabs-ev3", "slug": "squinkylabs-ev3",
@@ -106,7 +106,7 @@
"slug": "squinkylabs-sequencer", "slug": "squinkylabs-sequencer",
"name": "Seq++", "name": "Seq++",
"description": "DAW-like sequencer", "description": "DAW-like sequencer",
"disabled": true,
"disabled": false,
"tags": [ "tags": [
"Sequencer" "Sequencer"
] ]
@@ -155,6 +155,16 @@
"Expander" "Expander"
] ]
}, },
{
"slug": "squinkylabs-mixStereo",
"name": "ExTwo",
"description": "Two channel stereo mixer expander",
"disabled": false,
"tags": [
"Mixer",
"Expander"
]
},
{ {
"slug": "squinkylabs-mixm", "slug": "squinkylabs-mixm",
"name": "Form", "name": "Form",
@@ -192,6 +202,14 @@
"VCF" "VCF"
] ]
}, },
{
"slug": "squinkylabs-dt",
"name": "Polygate",
"description": "Polyphonic gate demultiplexer",
"tags": [
"Polyphonic"
]
},
{ {
"slug": "squinkylabs-funv", "slug": "squinkylabs-funv",
"name": "Functional VCO-1", "name": "Functional VCO-1",


Loading…
Cancel
Save