Browse Source

Add Blamsoft-XFXReverb, Blamsoft-XFXF35, Blamsoft-XFXWave, Blamsoft-XFXDistortionPack

v1
Andrew Belt 5 years ago
parent
commit
8ecbca81a7
4 changed files with 119 additions and 0 deletions
  1. +43
    -0
      manifests/Blamsoft-XFXDistortionPack.json
  2. +26
    -0
      manifests/Blamsoft-XFXF35.json
  3. +25
    -0
      manifests/Blamsoft-XFXReverb.json
  4. +25
    -0
      manifests/Blamsoft-XFXWave.json

+ 43
- 0
manifests/Blamsoft-XFXDistortionPack.json View File

@@ -0,0 +1,43 @@
{
"slug": "Blamsoft-XFXDistortionPack",
"brand": "Blamsoft",
"name": "XFX Distortion Pack",
"version": "1.0.0",
"license": "proprietary",
"author": "Blamsoft",
"authorEmail": "info@blamsoft.com",
"authorUrl": "https://blamsoft.com",
"pluginUrl": "https://blamsoft.com/vcv-rack/xfx-distortion-pack",
"manualUrl": "https://blamsoft.com/wp-content/uploads/2018/01/XFXDistortionPackUserManual.pdf",
"sourceUrl": "",
"donateUrl": "",
"modules": [
{
"slug": "Blamsoft-XFXGrunge",
"name": "XFX Grunge",
"description": "Distortion Stompbox",
"tags": [
"Effect",
"Distortion"
]
},
{
"slug": "Blamsoft-XFXOverdrive",
"name": "XFX Overdrive",
"description": "Distortion Stompbox",
"tags": [
"Effect",
"Distortion"
]
},
{
"slug": "Blamsoft-XFXTube",
"name": "XFX Tube",
"description": "Tube Distortion",
"tags": [
"Effect",
"Distortion"
]
}
]
}

+ 26
- 0
manifests/Blamsoft-XFXF35.json View File

@@ -0,0 +1,26 @@
{
"brand": "Blamsoft",
"slug": "Blamsoft-XFXF35",
"name": "XFX F-35",
"version": "1.0.0",
"license": "proprietary",
"author": "Blamsoft",
"authorEmail": "info@blamsoft.com",
"authorUrl": "https://blamsoft.com",
"pluginUrl": "https://blamsoft.com/vcv-rack/xfx-f-35",
"manualUrl": "https://blamsoft.com/wp-content/uploads/2018/01/XFXF35UserManual.pdf",
"sourceUrl": "",
"donateUrl": "",
"modules": [
{
"slug": "Blamsoft-XFXF35",
"name": "XFX F-35",
"description": "Multimode Filter",
"tags": [
"Effect",
"Filter",
"Polyphonic"
]
}
]
}

+ 25
- 0
manifests/Blamsoft-XFXReverb.json View File

@@ -0,0 +1,25 @@
{
"brand": "Blamsoft",
"slug": "Blamsoft-XFXReverb",
"name": "XFX Reverb",
"version": "1.0.0",
"license": "proprietary",
"author": "Blamsoft",
"authorEmail": "info@blamsoft.com",
"authorUrl": "https://blamsoft.com",
"pluginUrl": "https://blamsoft.com/vcv-rack/xfx-reverb",
"manualUrl": "https://blamsoft.com/wp-content/uploads/2018/01/XFXReverbUserManual.pdf",
"sourceUrl": "",
"donateUrl": "",
"modules": [
{
"slug": "Blamsoft-XFXReverb",
"description": "Reverb",
"name": "XFX Reverb",
"tags": [
"Effect",
"Reverb"
]
}
]
}

+ 25
- 0
manifests/Blamsoft-XFXWave.json View File

@@ -0,0 +1,25 @@
{
"brand": "Blamsoft",
"slug": "Blamsoft-XFXWave",
"name": "XFX Wave",
"version": "1.0.0",
"license": "proprietary",
"author": "Blamsoft",
"authorEmail": "info@blamsoft.com",
"authorUrl": "https://blamsoft.com",
"pluginUrl": "https://blamsoft.com/vcv-rack/xfx-wave",
"manualUrl": "https://blamsoft.com/wp-content/uploads/2018/02/XFXWaveUserManual.pdf",
"sourceUrl": "",
"donateUrl": "",
"modules": [
{
"slug": "Blamsoft-XFXWave",
"name": "XFX Wave",
"description": "Wavetable Oscillator",
"tags": [
"Oscillator",
"Polyphonic"
]
}
]
}

Loading…
Cancel
Save