Browse Source

Add keywords to modules to match their panel labels.

tags/v2.6.0
Andrew Belt 1 year ago
parent
commit
a3a8c960f7
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      plugin.json

+ 10
- 0
plugin.json View File

@@ -27,6 +27,7 @@
"slug": "VCO2",
"name": "Wavetable VCO",
"description": "Voltage-controlled wavetable oscillator",
"keywords": "WT",
"manualUrl": "https://vcvrack.com/Free#WavetableVCO",
"tags": [
"VCO",
@@ -78,6 +79,7 @@
"slug": "LFO2",
"name": "Wavetable LFO",
"description": "Low-frequency wavetable oscillator",
"keywords": "WT",
"manualUrl": "https://vcvrack.com/Free#LFO2",
"tags": [
"LFO",
@@ -209,6 +211,7 @@
"slug": "Octave",
"name": "Octave",
"description": "Shifts 1V/oct pitch CV by octaves",
"keywords": "OCT",
"manualUrl": "https://vcvrack.com/Free#Octave",
"tags": [
"Utility",
@@ -219,6 +222,7 @@
"slug": "Quantizer",
"name": "Quantizer",
"description": "12-note quantizer and scale selector",
"keywords": "QNT",
"manualUrl": "https://vcvrack.com/Free#Quantizer",
"tags": [
"Quantizer",
@@ -269,6 +273,7 @@
"slug": "MidSide",
"name": "Mid/Side",
"description": "Encodes/decodes between mid/side and left/right stereo signals",
"keywords": "M/S",
"manualUrl": "https://vcvrack.com/Free#MidSide",
"tags": [
"Utility",
@@ -279,6 +284,7 @@
"slug": "Noise",
"name": "Noise",
"description": "Multicolored noise generator",
"keywords": "NOIS",
"manualUrl": "https://vcvrack.com/Free#Noise",
"tags": [
"Noise"
@@ -298,6 +304,7 @@
"slug": "CVMix",
"name": "CV Mix",
"description": "Mixes 3 CV signals with attenuverters",
"keywords": "CVMIX",
"manualUrl": "https://vcvrack.com/Free#CVMix",
"tags": [
"Mixer",
@@ -369,6 +376,7 @@
"slug": "Rescale",
"name": "Rescale",
"description": "Rescales voltages with gain and offset",
"keywords": "RSCL",
"tags": [
"Attenuator",
"Utility",
@@ -379,6 +387,7 @@
"slug": "RandomValues",
"name": "Random Values",
"description": "Generates random fixed voltages",
"keywords": "RND",
"tags": [
"Random",
"Utility",
@@ -397,6 +406,7 @@
"slug": "SHASR",
"name": "Sample & Hold Analog Shift Register",
"description": "",
"keywords": "S&H ASR",
"tags": []
}
]

Loading…
Cancel
Save