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 d2714798ecd8999649c672d1a7a1af40c809ab1d
parent 5c9d805f1fc6cf7e0347180f6552210f5c450014
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Wed, 17 Apr 2024 21:06:08 +0200

fix part list not displaying any background if no ROM is found

Diffstat:
Msource/jucePlugin/skins/TrancyTI/VirusTI_Trancy.json | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/source/jucePlugin/skins/TrancyTI/VirusTI_Trancy.json b/source/jucePlugin/skins/TrancyTI/VirusTI_Trancy.json @@ -23,7 +23,7 @@ }, { "name":"ContainerChannel16","image" : { "x" : "0", "y" : "0", "width" : "472", "height" : "1093", "texture" : "background_channels_16" }, - "condition": { "enableOnKey": "deviceModel", "enableOnValues": "TI,TI2" } + "condition": { "enableOnKey": "deviceModel", "enableOnValues": "TI,TI2,<invalid>" } } ] @@ -37,7 +37,7 @@ }, { "name":"ContainerChannel16","image" : { "x" : "0", "y" : "0", "width" : "472", "height" : "1093", "texture" : "background_channels_disable_16" }, - "condition": { "enableOnKey": "deviceModel", "enableOnValues": "TI,TI2" } + "condition": { "enableOnKey": "deviceModel", "enableOnValues": "TI,TI2,<invalid>" } } ]