Browse Source

Clean up module names and descriptions.

tags/v2.0.1
Andrew Belt 3 years ago
parent
commit
22394fcce4
1 changed files with 9 additions and 9 deletions
  1. +9
    -9
      plugin.json

+ 9
- 9
plugin.json View File

@@ -14,7 +14,7 @@
"modules": [ "modules": [
{ {
"slug": "VCO", "slug": "VCO",
"name": "VCO-1",
"name": "VCO",
"description": "Voltage-controlled oscillator", "description": "Voltage-controlled oscillator",
"manualUrl": "https://vcvrack.com/Fundamental#VCO", "manualUrl": "https://vcvrack.com/Fundamental#VCO",
"tags": [ "tags": [
@@ -44,7 +44,7 @@
}, },
{ {
"slug": "VCA-1", "slug": "VCA-1",
"name": "VCA-1",
"name": "VCA",
"description": "Voltage-controlled amplifier", "description": "Voltage-controlled amplifier",
"manualUrl": "https://vcvrack.com/Fundamental#VCA", "manualUrl": "https://vcvrack.com/Fundamental#VCA",
"tags": [ "tags": [
@@ -114,7 +114,7 @@
}, },
{ {
"slug": "VCMixer", "slug": "VCMixer",
"name": "Mixer",
"name": "VCA Mixer",
"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": [
@@ -176,7 +176,7 @@
}, },
{ {
"slug": "SEQ3", "slug": "SEQ3",
"name": "SEQ-3",
"name": "SEQ 3",
"description": "3-channel 8-step sequencer also with gate outputs", "description": "3-channel 8-step sequencer also with gate outputs",
"manualUrl": "https://vcvrack.com/Fundamental#SEQ-3", "manualUrl": "https://vcvrack.com/Fundamental#SEQ-3",
"tags": [ "tags": [
@@ -186,7 +186,7 @@
{ {
"slug": "SequentialSwitch1", "slug": "SequentialSwitch1",
"name": "Sequential Switch 1", "name": "Sequential Switch 1",
"description": "Routes an input to one of to 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": [
"Utility", "Utility",
@@ -196,7 +196,7 @@
{ {
"slug": "SequentialSwitch2", "slug": "SequentialSwitch2",
"name": "Sequential Switch 2", "name": "Sequential Switch 2",
"description": "Routes one of to 4 inputs to an output",
"description": "Routes one of 4 inputs to 1 output",
"manualUrl": "https://vcvrack.com/Fundamental#SequentialSwitch", "manualUrl": "https://vcvrack.com/Fundamental#SequentialSwitch",
"tags": [ "tags": [
"Utility", "Utility",
@@ -206,7 +206,7 @@
{ {
"slug": "Octave", "slug": "Octave",
"name": "Octave", "name": "Octave",
"description": "Shifts 1V/oct CV by octaves",
"description": "Shifts 1V/oct pitch CV by octaves",
"manualUrl": "https://vcvrack.com/Fundamental#Octave", "manualUrl": "https://vcvrack.com/Fundamental#Octave",
"tags": [ "tags": [
"Utility", "Utility",
@@ -246,7 +246,7 @@
{ {
"slug": "Sum", "slug": "Sum",
"name": "Sum", "name": "Sum",
"description": "Sums all channels in a polyphonic cable",
"description": "Sums all channels of a polyphonic cable",
"manualUrl": "https://vcvrack.com/Fundamental#Sum", "manualUrl": "https://vcvrack.com/Fundamental#Sum",
"tags": [ "tags": [
"Polyphonic", "Polyphonic",
@@ -266,7 +266,7 @@
{ {
"slug": "MidSide", "slug": "MidSide",
"name": "Mid/Side", "name": "Mid/Side",
"description": "Mid/side stereo encoder/decoder",
"description": "Encodes/decodes between mid/side and left/right stereo signals",
"manualUrl": "https://vcvrack.com/Fundamental#MidSide", "manualUrl": "https://vcvrack.com/Fundamental#MidSide",
"tags": [ "tags": [
"Utility", "Utility",


Loading…
Cancel
Save