Browse Source

Add VCV plugins

pull/32/head
Andrew Belt 7 years ago
parent
commit
707906b5bd
4 changed files with 40 additions and 0 deletions
  1. +10
    -0
      plugins/AudibleInstruments.json
  2. +10
    -0
      plugins/Befaco.json
  3. +10
    -0
      plugins/ESeries.json
  4. +10
    -0
      plugins/Grayscale.json

+ 10
- 0
plugins/AudibleInstruments.json View File

@@ -0,0 +1,10 @@
{
"slug": "AudibleInstruments",
"name": "Audible Instruments",
"author": "VCV",
"license": "BSD 3-clause",
"version": "0.5.0",
"homepage": "https://vcvrack.com/",
"manual": "https://vcvrack.com/manual/AudibleInstruments.html",
"source": "https://github.com/VCVRack/AudibleInstruments"
}

+ 10
- 0
plugins/Befaco.json View File

@@ -0,0 +1,10 @@
{
"slug": "Befaco",
"name": "Befaco",
"author": "VCV",
"license": "BSD 3-clause",
"version": "0.5.0",
"homepage": "https://vcvrack.com/",
"manual": "https://vcvrack.com/manual/Befaco.html",
"source": "https://github.com/VCVRack/Befaco"
}

+ 10
- 0
plugins/ESeries.json View File

@@ -0,0 +1,10 @@
{
"slug": "ESeries",
"name": "E-Series",
"author": "VCV",
"license": "BSD 3-clause",
"version": "0.5.0",
"homepage": "https://vcvrack.com/",
"manual": "https://vcvrack.com/manual/ESeries.html",
"source": "https://github.com/VCVRack/ESeries"
}

+ 10
- 0
plugins/Grayscale.json View File

@@ -0,0 +1,10 @@
{
"slug": "Grayscale",
"name": "Grayscale",
"author": "VCV",
"license": "BSD 3-clause",
"version": "0.5.0",
"homepage": "https://vcvrack.com/",
"manual": "https://vcvrack.com/manual/Grayscale.html",
"source": "https://github.com/VCVRack/Grayscale"
}

Loading…
Cancel
Save