Browse Source

Clean up module names more.

tags/v2.0.1
Andrew Belt 3 years ago
parent
commit
485d65ddfb
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      plugin.json

+ 4
- 4
plugin.json View File

@@ -105,7 +105,7 @@
}, },
{ {
"slug": "Mixer", "slug": "Mixer",
"name": "Mixer",
"name": "Mix",
"description": "Mixes 6 signals", "description": "Mixes 6 signals",
"tags": [ "tags": [
"Mixer", "Mixer",
@@ -114,7 +114,7 @@
}, },
{ {
"slug": "VCMixer", "slug": "VCMixer",
"name": "VCA Mixer",
"name": "VCA Mix",
"description": "Mixes 4 signals with built-in VCAs", "description": "Mixes 4 signals with built-in VCAs",
"manualUrl": "https://vcvrack.com/Fundamental#VCMixer", "manualUrl": "https://vcvrack.com/Fundamental#VCMixer",
"tags": [ "tags": [
@@ -185,7 +185,7 @@
}, },
{ {
"slug": "SequentialSwitch1", "slug": "SequentialSwitch1",
"name": "Sequential Switch 1",
"name": "Sequential Switch 1 to 4",
"description": "Routes 1 input to one of 4 outputs", "description": "Routes 1 input to one of 4 outputs",
"manualUrl": "https://vcvrack.com/Fundamental#SequentialSwitch", "manualUrl": "https://vcvrack.com/Fundamental#SequentialSwitch",
"tags": [ "tags": [
@@ -195,7 +195,7 @@
}, },
{ {
"slug": "SequentialSwitch2", "slug": "SequentialSwitch2",
"name": "Sequential Switch 2",
"name": "Sequential Switch 4 to 1",
"description": "Routes one of 4 inputs to 1 output", "description": "Routes one of 4 inputs to 1 output",
"manualUrl": "https://vcvrack.com/Fundamental#SequentialSwitch", "manualUrl": "https://vcvrack.com/Fundamental#SequentialSwitch",
"tags": [ "tags": [


Loading…
Cancel
Save