Browse Source

Add vitamin

v1
Andrew Belt 5 years ago
parent
commit
88e0968481
1 changed files with 35 additions and 0 deletions
  1. +35
    -0
      manifests/vitamin.json

+ 35
- 0
manifests/vitamin.json View File

@@ -0,0 +1,35 @@
{
"slug": "vitamin",
"name": "Vitamin",
"version": "1.0.0",
"license": "BlueOak-1.0.0",
"brand": "Vitamin",
"author": "Xavier Shay",
"authorEmail": "contact@xaviershay.com",
"authorUrl": "https://xaviershay.com",
"pluginUrl": "",
"manualUrl": "https://github.com/xaviershay/vitamin-vcv-modules",
"sourceUrl": "https://github.com/xaviershay/vitamin-vcv-modules",
"donateUrl": "",
"modules": [
{
"slug": "Bypass",
"name": "B (Effect Bypass)",
"description": "Multi-channel effect bypass.",
"tags": [
"utility",
"polyphonic"
]
},
{
"slug": "Pan",
"name": "P (Pan)",
"description": "Pan a polyphonic mono input using constant power law to maintain overall volume.",
"tags": [
"pan",
"mixer",
"polyphonic"
]
}
]
}

Loading…
Cancel
Save