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 a9d1359285507778aeef241266914dede9a83ce0
parent 5a60cac9a14e904e0822cedb4e380ad865d07083
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Thu, 18 Apr 2024 22:35:51 +0200

add LFO2 Phase knob

Diffstat:
Msource/xtJucePlugin/skins/xtDefault/xtDefault.json | 61+++++++++++++++++++++++++++++++++++++++----------------------
Msource/xtJucePlugin/skins/xtDefault/xtPageOsc.png | 0
2 files changed, 39 insertions(+), 22 deletions(-)

diff --git a/source/xtJucePlugin/skins/xtDefault/xtDefault.json b/source/xtJucePlugin/skins/xtDefault/xtDefault.json @@ -2027,28 +2027,6 @@ } }, { - "name" : "dropdown", - "combobox" : { - "offsetL" : "15", - "offsetT" : "1", - "offsetR" : "-15", - "offsetB" : "-1", - "text" : "Clock", - "textHeight" : "30", - "color" : "000000FF", - "alignH" : "L", - "alignV" : "C", - "bold" : "1", - "x" : "3121.595", - "y" : "1330.06", - "width" : "145.2011", - "height" : "50" - }, - "parameterAttachment" : { - "parameter" : "Lfo2Sync" - } - }, - { "name" : "xtKnob", "rotary" : { }, @@ -2115,6 +2093,45 @@ "parameterAttachment" : { "parameter" : "Lfo2Humanize" } + }, + { + "name" : "xtKnob", + "rotary" : { + }, + "spritesheet" : { + "x" : "2977.796", + "y" : "1285.955", + "width" : "128", + "height" : "128", + "texture" : "xt_encoder_ranged", + "tileSizeX" : "128", + "tileSizeY" : "128" + }, + "parameterAttachment" : { + "parameter" : "Lfo2Phase" + } + }, + { + "name" : "dropdown", + "combobox" : { + "offsetL" : "15", + "offsetT" : "1", + "offsetR" : "-15", + "offsetB" : "-1", + "text" : "On", + "textHeight" : "30", + "color" : "000000FF", + "alignH" : "L", + "alignV" : "C", + "bold" : "1", + "x" : "3120.796", + "y" : "1355.06", + "width" : "142", + "height" : "46" + }, + "parameterAttachment" : { + "parameter" : "Lfo2Sync" + } } ] }, diff --git a/source/xtJucePlugin/skins/xtDefault/xtPageOsc.png b/source/xtJucePlugin/skins/xtDefault/xtPageOsc.png Binary files differ.