Browse Source

Fix manual URLs of modules.

tags/v2.1.0
Andrew Belt 3 years ago
parent
commit
f0abe87914
1 changed files with 4 additions and 5 deletions
  1. +4
    -5
      plugin.json

+ 4
- 5
plugin.json View File

@@ -26,7 +26,7 @@
"slug": "VCO2", "slug": "VCO2",
"name": "Wavetable VCO", "name": "Wavetable VCO",
"description": "Voltage-controlled wavetable oscillator", "description": "Voltage-controlled wavetable oscillator",
"manualUrl": "https://vcvrack.com/Fundamental#VCO",
"manualUrl": "https://vcvrack.com/Fundamental#WavetableVCO",
"tags": [ "tags": [
"VCO", "VCO",
"Polyphonic" "Polyphonic"
@@ -56,7 +56,6 @@
"slug": "VCA", "slug": "VCA",
"name": "VCA-2", "name": "VCA-2",
"description": "2-channel voltage-controlled amplifier", "description": "2-channel voltage-controlled amplifier",
"manualUrl": "https://vcvrack.com/Fundamental#VCA",
"tags": [ "tags": [
"VCA", "VCA",
"Dual", "Dual",
@@ -78,7 +77,7 @@
"slug": "LFO2", "slug": "LFO2",
"name": "Wavetable LFO", "name": "Wavetable LFO",
"description": "Low-frequency wavetable oscillator", "description": "Low-frequency wavetable oscillator",
"manualUrl": "https://vcvrack.com/Fundamental#LFO",
"manualUrl": "https://vcvrack.com/Fundamental#WavetableLFO",
"tags": [ "tags": [
"LFO", "LFO",
"Polyphonic" "Polyphonic"
@@ -107,6 +106,7 @@
"slug": "Mixer", "slug": "Mixer",
"name": "Mix", "name": "Mix",
"description": "Mixes 6 signals", "description": "Mixes 6 signals",
"manualUrl": "https://vcvrack.com/Fundamental#Mix",
"tags": [ "tags": [
"Mixer", "Mixer",
"Polyphonic" "Polyphonic"
@@ -137,7 +137,6 @@
"slug": "Unity", "slug": "Unity",
"name": "Unity", "name": "Unity",
"description": "Mixes or averages signals with unity gain", "description": "Mixes or averages signals with unity gain",
"manualUrl": "https://vcvrack.com/Fundamental#Unity",
"tags": [ "tags": [
"Mixer", "Mixer",
"Utility", "Utility",
@@ -178,7 +177,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#SEQ3",
"tags": [ "tags": [
"Sequencer" "Sequencer"
] ]


Loading…
Cancel
Save