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 b3c82256b211720263ab7518ed5dfb8fbae30c12
parent fc0d30aa6be04a9427b1390e63566b51ee32e1c8
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Sat, 27 Apr 2024 22:53:16 +0200

removed delay mode parameter from tape delays

Diffstat:
Msource/osTIrusJucePlugin/skins/TrancyTI/VirusTI_Trancy.json | 2+-
Msource/osTIrusJucePlugin/skins/TrancyTI/panel_9_fx2_delay_tape.png | 0
Msource/osTIrusJucePlugin/skins/TrancyTI/panel_9_fx2_delay_tape_clocked.png | 0
3 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/osTIrusJucePlugin/skins/TrancyTI/VirusTI_Trancy.json b/source/osTIrusJucePlugin/skins/TrancyTI/VirusTI_Trancy.json @@ -1321,7 +1321,7 @@ ] }, - { "name" : "DelayMode", "parameterAttachment" : { "parameter" : "Delay Mode" }, "combobox" : { "text" : "Wave 42", "textHeight" : "32", "alignH" : "L", "alignV" : "C", "x" : "230", "y" : "210", "width" : "275", "height" : "43", "offsetR" : "-60" }}, + { "name" : "DelayMode", "parameterAttachment" : { "parameter" : "Delay Mode" }, "combobox" : { "text" : "Wave 42", "textHeight" : "32", "alignH" : "L", "alignV" : "C", "x" : "230", "y" : "210", "width" : "275", "height" : "43", "offsetR" : "-60" }, "condition": { "enableOnParameter": "Delay Type", "enableOnValues": "0" }}, { "name" : "DelayType", "parameterAttachment" : { "parameter" : "Delay Type" }, "combobox" : { "text" : "Wave 42", "textHeight" : "32", "alignH" : "L", "alignV" : "C", "x" : "230", "y" : "95", "width" : "275", "height" : "43", "offsetR" : "--60" }}, diff --git a/source/osTIrusJucePlugin/skins/TrancyTI/panel_9_fx2_delay_tape.png b/source/osTIrusJucePlugin/skins/TrancyTI/panel_9_fx2_delay_tape.png Binary files differ. diff --git a/source/osTIrusJucePlugin/skins/TrancyTI/panel_9_fx2_delay_tape_clocked.png b/source/osTIrusJucePlugin/skins/TrancyTI/panel_9_fx2_delay_tape_clocked.png Binary files differ.