Browse Source

Update build for CatroModulo, QuantalAudio, Starling_Via, STS, DHE-Modules

v1
Andrew Belt 5 years ago
parent
commit
001cfcde15
5 changed files with 184 additions and 4 deletions
  1. +2
    -2
      manifests/CatroModulo.json
  2. +19
    -1
      manifests/DHE-Modules.json
  3. +97
    -0
      manifests/QuantalAudio.json
  4. +10
    -1
      manifests/STS.json
  5. +56
    -0
      manifests/Starling_Via.json

+ 2
- 2
manifests/CatroModulo.json View File

@@ -1,12 +1,12 @@
{ {
"slug": "CatroModulo", "slug": "CatroModulo",
"name": "Catro/Modulo", "name": "Catro/Modulo",
"version": "1.0.0",
"version": "1.0.1",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"brand": "catronomix", "brand": "catronomix",
"author": "catronomix", "author": "catronomix",
"authorEmail": "catronomix+dev@gmail.com", "authorEmail": "catronomix+dev@gmail.com",
"authorUrl": "",
"authorUrl": "https://soundcloud.com/catronomix",
"pluginUrl": "https://github.com/catronomix/catro-modulo", "pluginUrl": "https://github.com/catronomix/catro-modulo",
"manualUrl": "", "manualUrl": "",
"sourceUrl": "https://github.com/catronomix/catro-modulo", "sourceUrl": "https://github.com/catronomix/catro-modulo",


+ 19
- 1
manifests/DHE-Modules.json View File

@@ -1,6 +1,6 @@
{ {
"slug": "DHE-Modules", "slug": "DHE-Modules",
"version": "1.0.2",
"version": "1.0.3",
"license": "MIT", "license": "MIT",
"name": "DHE Modules", "name": "DHE Modules",
"author": "Dale Emery", "author": "Dale Emery",
@@ -36,6 +36,24 @@
"Waveshaper" "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", "slug": "Func",
"name": "Func", "name": "Func",


+ 97
- 0
manifests/QuantalAudio.json View File

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

+ 10
- 1
manifests/STS.json View File

@@ -1,6 +1,6 @@
{ {
"slug": "STS", "slug": "STS",
"version": "1.0.1",
"version": "1.0.2",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"name": "STS", "name": "STS",
"author": "STS", "author": "STS",
@@ -61,6 +61,15 @@
"Visual", "Visual",
"Polyphonic" "Polyphonic"
] ]
},
{
"slug": "LFOPoly",
"name": "LFOPoly",
"description": "Poly LFO 16",
"tags": [
"LFO",
"Polyphonic"
]
} }
] ]
} }

+ 56
- 0
manifests/Starling_Via.json View File

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

Loading…
Cancel
Save