Browse Source

Update manifest for MM_Tools

v1
Andrew Belt 5 years ago
parent
commit
721b95578f
1 changed files with 70 additions and 0 deletions
  1. +70
    -0
      manifests/MM_Tools.json

+ 70
- 0
manifests/MM_Tools.json View File

@@ -0,0 +1,70 @@
{
"slug": "MM_Tools",
"name": "Mockba Modular Tools",
"version": "1.0.0",
"license": "proprietary",
"brand": "Mockba Modular",
"author": "Mockba the Borg",
"authorEmail": "mockba.the.borg@gmail.com",
"authorUrl": "http://mockbatheb.org/",
"pluginUrl": "https://github.com/MockbaTheBorg/VCVProducts/tree/master/MM_Tools",
"manualUrl": "https://github.com/MockbaTheBorg/VCVProducts/tree/master/MM_Tools/README.md",
"donateUrl": "http://paypal.me/MockbaTheBorg",
"changelogUrl": "https://github.com/MockbaTheBorg/VCVProducts/tree/master/MM_Tools/RN.md",
"modules": [
{
"slug": "SMExpL",
"name": "Split/Merge Mix Expander (left side)",
"description": "Input Expander for SMMix (no crossfade)",
"tags": [
"Utility",
"Polyphonic"
]
},
{
"slug": "SMMix",
"name": "Split/Merge Mix",
"description": "8 Channel splitter/merger with signal mix (crossfade)",
"tags": [
"Utility",
"Polyphonic"
]
},
{
"slug": "SMExpR",
"name": "Split/Merge Mix Expander (right side)",
"description": "Output Expander for SMMix (no crossfade)",
"tags": [
"Utility",
"Polyphonic"
]
},
{
"slug": "SHEight",
"name": "8 Channel S&H with Clock Generator",
"description": "8 Channel S&H with poly output and clock",
"tags": [
"Sample and Hold",
"Polyphonic"
]
},
{
"slug": "ASSprdr",
"name": "Automatic Stereo Spreader",
"description": "Multi channel stereo combiner/spreader",
"tags": [
"Utility",
"Polyphonic"
]
},
{
"slug": "Tuube",
"name": "Tube Saturator",
"description": "Simple tube saturator/distortion",
"tags": [
"Distortion",
"Polyphonic"
]
}
]
}

Loading…
Cancel
Save