gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

commit 3eb388f275b766020d9904ed00c9efa17a59c16d
parent 86c9f520dbfa84126a2ceeab08666dbbba423b18
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Sat, 26 Mar 2022 01:37:15 +0100

fix wrong parameter assignments in Hoverland skin

Diffstat:
Msource/jucePlugin/skins/Hoverland/VirusC_Hoverland.json | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/source/jucePlugin/skins/Hoverland/VirusC_Hoverland.json b/source/jucePlugin/skins/Hoverland/VirusC_Hoverland.json @@ -3635,7 +3635,7 @@ "height" : "36" }, "parameterAttachment" : { - "parameter" : "LFO2 Assign Dest" + "parameter" : "Lfo3 Destination" } }, { @@ -4366,7 +4366,7 @@ { "name" : "Gain", "parameterAttachment" : { - "parameter" : "LowEQ Gain" + "parameter" : "MidEQ Gain" }, "rotary" : { }, @@ -4383,7 +4383,7 @@ { "name" : "Freq", "parameterAttachment" : { - "parameter" : "LowEQ Frequency" + "parameter" : "MidEQ Frequency" }, "rotary" : { },