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 38826c557b4d4ca082383b00e050687b1d1bd1a5
parent 717567aed72ceed52e12a9a086c78361af399d8f
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Sat,  2 Apr 2022 02:55:49 +0200

(Galaxpel UI) Fix Osc1 Shape / PW / semitone knobs

Diffstat:
Msource/jucePlugin/skins/Galaxpel/VirusC_Galaxpel.json | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/source/jucePlugin/skins/Galaxpel/VirusC_Galaxpel.json b/source/jucePlugin/skins/Galaxpel/VirusC_Galaxpel.json @@ -1579,9 +1579,9 @@ }, "children" : [ { - "name" : "Osc1Semi", + "name" : "Osc1Shape", "parameterAttachment" : { - "parameter" : "Osc1 Semitone" + "parameter" : "Osc1 Shape" }, "rotary" : { }, @@ -1598,7 +1598,7 @@ { "name" : "Osc1PW", "parameterAttachment" : { - "parameter" : "Osc1 Shape" + "parameter" : "Osc1 Pulsewidth" }, "rotary" : { }, @@ -1613,9 +1613,9 @@ } }, { - "name" : "Osc1Shape", + "name" : "Osc1Semi", "parameterAttachment" : { - "parameter" : "Osc1 Shape" + "parameter" : "Osc1 Semitone" }, "rotary" : { },