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 468757b37ef915d5e0cf4bbce6bd993090102360
parent 80e2e6d750fb2a05bc9c38a165eafadbf51304ce
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Thu,  7 Apr 2022 11:43:17 +0200

fix reverb size not adjustable in Hoverland and Galaxpel skins

Diffstat:
Msource/jucePlugin/skins/Galaxpel/VirusC_Galaxpel.json | 19+++++++++++++++++++
Msource/jucePlugin/skins/Hoverland/VirusC_Hoverland.json | 16++++++++++++++++
2 files changed, 35 insertions(+), 0 deletions(-)

diff --git a/source/jucePlugin/skins/Galaxpel/VirusC_Galaxpel.json b/source/jucePlugin/skins/Galaxpel/VirusC_Galaxpel.json @@ -4500,6 +4500,25 @@ "tileSizeX" : "104", "tileSizeY" : "104" } + }, + { + "name" : "ReverbSize", + "combobox" : { + "text" : "Ambience", + "textHeight" : "38", + "color" : "C8CCE0FF", + "alignH" : "L", + "alignV" : "C", + "fontFile" : "BEBASNEUE_REGULAR-_1_", + "fontName" : "Bebas Neue", + "x" : "279.4", + "y" : "293.5", + "width" : "162", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Rev Size" + } } ] }, diff --git a/source/jucePlugin/skins/Hoverland/VirusC_Hoverland.json b/source/jucePlugin/skins/Hoverland/VirusC_Hoverland.json @@ -4626,6 +4626,22 @@ "tileSizeX" : "140", "tileSizeY" : "140" } + }, + { + "name" : "ReverbSize", + "combobox" : { + "text" : "Ambience", + "textHeight" : "30", + "alignH" : "L", + "alignV" : "C", + "x" : "254", + "y" : "280", + "width" : "162", + "height" : "36" + }, + "parameterAttachment" : { + "parameter" : "Rev Size" + } } ] },