Browse Source

Update manifest for DrumKit, CatroModulo, FrozenWasteland, AaronStatic, PS-PurrSoftware, MindMeldModular, Stoermelder-P1, GlueTheGiant, voxglitch

v1
Andrew Belt 5 years ago
parent
commit
e1dbced279
9 changed files with 107 additions and 14 deletions
  1. +26
    -0
      manifests/AaronStatic.json
  2. +1
    -1
      manifests/CatroModulo.json
  3. +7
    -7
      manifests/DrumKit.json
  4. +9
    -1
      manifests/FrozenWasteland.json
  5. +1
    -1
      manifests/GlueTheGiant.json
  6. +20
    -1
      manifests/MindMeldModular.json
  7. +1
    -1
      manifests/PS-PurrSoftware.json
  8. +41
    -1
      manifests/Stoermelder-P1.json
  9. +1
    -1
      manifests/voxglitch.json

+ 26
- 0
manifests/AaronStatic.json View File

@@ -0,0 +1,26 @@
{
"slug": "AaronStatic",
"name": "Aaron Static",
"version": "1.0.0",
"license": "MIT",
"brand": "Aaron Static",
"author": "Aaron Static",
"authorEmail": "aaronstatic@gmail.com",
"authorUrl": "https://github.com/aaronstatic/",
"pluginUrl": "https://github.com/aaronstatic/AaronStatic_modules",
"manualUrl": "https://github.com/aaronstatic/AaronStatic_modules",
"sourceUrl": "https://github.com/aaronstatic/AaronStatic_modules",
"donateUrl": "https://paypal.me/AaronStaticAU",
"changelogUrl": "",
"modules": [
{
"slug": "ChordCV",
"name": "ChordCV",
"description": "Generates a chord",
"tags": [
"Polyphonic",
"Tuner"
]
}
]
}

+ 1
- 1
manifests/CatroModulo.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "CatroModulo", "slug": "CatroModulo",
"name": "Catro/Modulo", "name": "Catro/Modulo",
"version": "1.0.2",
"version": "1.0.3",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"brand": "catronomix", "brand": "catronomix",
"author": "catronomix", "author": "catronomix",


+ 7
- 7
manifests/DrumKit.json View File

@@ -1,14 +1,14 @@
{ {
"slug": "DrumKit", "slug": "DrumKit",
"name": "DrumKit", "name": "DrumKit",
"version": "1.1.3",
"version": "1.1.4",
"license": "CC0-1.0", "license": "CC0-1.0",
"author": "Jerry Sievert",
"authorEmail": "rack@legitimatesounding.com",
"authorUrl": "https://legitimatesounding.com/",
"pluginUrl": "https://legitimatesounding.com/sv-modular/drumkit/",
"manualUrl": "https://legitimatesounding.com/sv-modular/downloads/drumkit-manual.pdf",
"sourceUrl": "https://github.com/JerrySievert/DrumKit",
"author": "SV Modular",
"authorEmail": "contact@svmodular.com",
"authorUrl": "https://svmodular.com/",
"pluginUrl": "https://svmodular.com/plugin/vcv/drumkit.html",
"manualUrl": "https://svmodular.com/plugin/vcv/drumkit.html",
"sourceUrl": "https://github.com/SVModular/DrumKit",
"brand": "SV Modular", "brand": "SV Modular",
"modules": [ "modules": [
{ {


+ 9
- 1
manifests/FrozenWasteland.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "FrozenWasteland", "slug": "FrozenWasteland",
"name": "Frozen Wasteland", "name": "Frozen Wasteland",
"version": "1.10.0",
"version": "1.11.0",
"author": "almostEric", "author": "almostEric",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"authorEmail": "almostEric@frozenwastelandmodules.com", "authorEmail": "almostEric@frozenwastelandmodules.com",
@@ -73,6 +73,14 @@
"VCO" "VCO"
] ]
}, },
{
"slug": "TheGardener",
"name": "The Gardener",
"description": "Sequencer Controller",
"tags": [
"Clock Modulator"
]
},
{ {
"slug": "HairPick", "slug": "HairPick",
"name": "Hair Pick", "name": "Hair Pick",


+ 1
- 1
manifests/GlueTheGiant.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "GlueTheGiant", "slug": "GlueTheGiant",
"name": "Glue the Giant", "name": "Glue the Giant",
"version": "1.1.0",
"version": "1.1.1",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"brand": "Glue the Giant", "brand": "Glue the Giant",
"author": "Paul Merchant", "author": "Paul Merchant",


+ 20
- 1
manifests/MindMeldModular.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "MindMeldModular", "slug": "MindMeldModular",
"name": "MindMeld", "name": "MindMeld",
"version": "1.1.4",
"version": "1.1.5",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"author": "S.Baker and M.Boul\u00e9 ", "author": "S.Baker and M.Boul\u00e9 ",
"brand": "MindMeld", "brand": "MindMeld",
@@ -51,6 +51,25 @@
"Expander" "Expander"
] ]
}, },
{
"slug": "EqMaster",
"name": "EqMaster",
"description": "24-track EQ for MixMaster and MixMasterJr",
"manualUrl": "",
"tags": [
"Equalizer"
]
},
{
"slug": "EqExpander",
"name": "EqSpander",
"description": "CV expander for EqMaster",
"manualUrl": "",
"tags": [
"Equalizer",
"Expander"
]
},
{ {
"slug": "Meld", "slug": "Meld",
"name": "Meld", "name": "Meld",


+ 1
- 1
manifests/PS-PurrSoftware.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "PS-PurrSoftware", "slug": "PS-PurrSoftware",
"name": "PS-PurrSoftware", "name": "PS-PurrSoftware",
"version": "1.0.3",
"version": "1.0.4",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"brand": "PurrSoftware", "brand": "PurrSoftware",
"author": "Ken Chaffin", "author": "Ken Chaffin",


+ 41
- 1
manifests/Stoermelder-P1.json View File

@@ -1,6 +1,6 @@
{ {
"slug": "Stoermelder-P1", "slug": "Stoermelder-P1",
"version": "1.4.0",
"version": "1.5.0",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"author": "Benjamin Dill", "author": "Benjamin Dill",
"name": "PackOne", "name": "PackOne",
@@ -193,6 +193,46 @@
], ],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Intermix.md" "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Intermix.md"
}, },
{
"slug": "Detour",
"name": "DETOUR",
"description": "Send/Return switch matrix with scene-support",
"tags": [
"Mixer",
"Switch",
"Utility"
],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Detour.md",
"disabled": true
},
{
"slug": "Sail",
"name": "SAIL",
"description": "Control any parameter currently hovered by mouse with CV, especially useful with MIDI-CC or MIDI-STEP",
"tags": [
"Utility"
],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Sail.md"
},
{
"slug": "Pile",
"name": "PILE",
"description": "Translate increment triggers or decrement triggers in an absolute voltage, especially useful with MIDI-STEP, with slew support",
"tags": [
"Utility"
],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Pile.md"
},
{
"slug": "MidiStep",
"name": "MIDI-STEP",
"description": "Module for relative modes of endless knobs on your MIDI controller, such as Arturia Beatstep, Native Instruments Komplete Keyboards or Behringer X-TOUCH",
"tags": [
"Utility",
"MIDI"
],
"manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/MidiStep.md"
},
{ {
"slug": "AudioInterface64", "slug": "AudioInterface64",
"name": "AUDIO-64", "name": "AUDIO-64",


+ 1
- 1
manifests/voxglitch.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "voxglitch", "slug": "voxglitch",
"name": "Voxglitch", "name": "Voxglitch",
"version": "1.0.0",
"version": "1.1.0",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"brand": "Voxglitch", "brand": "Voxglitch",
"author": "Bret Truchan", "author": "Bret Truchan",


Loading…
Cancel
Save