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 78bdbbe24ff7145c1b7693e60d08c6439bb2ddef
parent c34631f768b06f0953d185b7413a6f14338bea98
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Thu, 12 Sep 2024 23:09:56 +0200

buttons for wavetable editor didn't have a proper name yet

Diffstat:
Msource/xtJucePlugin/skins/xtDefault/xtDefault.json | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/source/xtJucePlugin/skins/xtDefault/xtDefault.json b/source/xtJucePlugin/skins/xtDefault/xtDefault.json @@ -8568,7 +8568,7 @@ } }, { - "name" : "xtButton", + "name" : "btWavetablePreview", "button" : { "isToggle" : "1", "normalImage" : "0", @@ -8587,7 +8587,7 @@ } }, { - "name" : "xtLed", + "name" : "ledWavetablePreview", "button" : { "normalImage" : "0", "overImage" : "0", @@ -8608,7 +8608,7 @@ } }, { - "name" : "xtButton", + "name" : "btWavetableSave", "button" : { "normalImage" : "0", "overImage" : "0", @@ -8644,7 +8644,7 @@ } }, { - "name" : "xtButton", + "name" : "btWavePreview", "button" : { "isToggle" : "1", "normalImage" : "0", @@ -8663,7 +8663,7 @@ } }, { - "name" : "xtLed", + "name" : "ledWavePreview", "button" : { "normalImage" : "0", "overImage" : "0", @@ -8684,7 +8684,7 @@ } }, { - "name" : "xtButton", + "name" : "btWaveSave", "button" : { "normalImage" : "0", "overImage" : "0",