Browse Source

Fix manual URLs of modules.

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


Loading…
Cancel
Save