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 21fc6cabce714e0f052b23dc0e9223eab0416cd7
parent 721618f0711162c22917e17cde148de3146f6eba
Author: dsp56300 <87139854+dsp56300@users.noreply.github.com>
Date:   Fri, 10 May 2024 18:38:30 +0200

Merge pull request #188 from mkruselj/make-multimode-led-not-clickable

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",