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 59a56845cdcb31446a96fa3490f4a030d392e699
parent b6d130b97f9c2f349a56f174197cdb03d67bd5f6
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Thu, 26 May 2022 13:17:38 +0200

upgrade all skins to use generic condition system

Diffstat:
Msource/jucePlugin/skins/Galaxpel/VirusC_Galaxpel.json | 8++++++++
Msource/jucePlugin/skins/Hoverland/VirusC_Hoverland.json | 10+++++++++-
Msource/jucePlugin/skins/Trancy/VirusC_Trancy.json | 8++++++++
3 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/source/jucePlugin/skins/Galaxpel/VirusC_Galaxpel.json b/source/jucePlugin/skins/Galaxpel/VirusC_Galaxpel.json @@ -4342,6 +4342,10 @@ "height" : "444", "texture" : "fx_page_reverbOverlay" }, + "condition": { + "enableOnParameter": "Delay/Reverb Mode", + "enableOnValues": "2,3,4" + }, "children" : [ { "name" : "ReverbDecay", @@ -4438,6 +4442,10 @@ "width" : "948", "height" : "444" }, + "condition": { + "enableOnParameter": "Delay/Reverb Mode", + "enableOnValues": "0,1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26" + }, "children" : [ { "name" : "DelayTime", diff --git a/source/jucePlugin/skins/Hoverland/VirusC_Hoverland.json b/source/jucePlugin/skins/Hoverland/VirusC_Hoverland.json @@ -4546,6 +4546,10 @@ "height" : "406", "texture" : "FX_reverbOverlay" }, + "condition": { + "enableOnParameter": "Delay/Reverb Mode", + "enableOnValues": "2,3,4" + }, "children" : [ { "name" : "ReverbDecay", @@ -4658,7 +4662,11 @@ "width" : "920", "height" : "406" }, - "children" : [ + "condition": { + "enableOnParameter": "Delay/Reverb Mode", + "enableOnValues": "0,1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26" + }, + "children" : [ { "name" : "DelayTime", "parameterAttachment" : { diff --git a/source/jucePlugin/skins/Trancy/VirusC_Trancy.json b/source/jucePlugin/skins/Trancy/VirusC_Trancy.json @@ -3184,6 +3184,10 @@ "width" : "911", "height" : "245" }, + "condition": { + "enableOnParameter": "Delay/Reverb Mode", + "enableOnValues": "0,1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26" + }, "componentProperties" : { "disabledAlpha" : "0.3" }, @@ -3319,6 +3323,10 @@ "width" : "911", "height" : "245" }, + "condition": { + "enableOnParameter": "Delay/Reverb Mode", + "enableOnValues": "2,3,4" + }, "componentProperties" : { "disabledAlpha" : "0.3" },