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 10361cb7445586e9efe23db914ca56b7bdd6b76b
parent 7cbb636d0a3a714b94249ac8dd825528756b4fad
Author: Mario Kruselj <mario.kruselj@gmail.com>
Date:   Thu,  9 May 2024 14:44:35 +0200

Make Multimode LED not clickable

Diffstat:
Msource/xtJucePlugin/skins/xtDefault/xtDefault.json | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/xtJucePlugin/skins/xtDefault/xtDefault.json b/source/xtJucePlugin/skins/xtDefault/xtDefault.json @@ -653,7 +653,7 @@ { "name" : "MultiModeLED", "button" : { - "isToggle" : "1", + "isToggle" : "0", "normalImage" : "0", "overImage" : "0", "downImage" : "0",