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 56862c0256e2051967c6fa7b3f12be8e8194b4c1
parent 609aafe47dc8b32fb2c12adfcead13b7846b0d25
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Thu,  9 May 2024 23:28:19 +0200

Vavra UI re-export after adding patch manager templates to scene

Diffstat:
Msource/mqJucePlugin/skins/mqDefault/mqDefault.json | 62+++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)

diff --git a/source/mqJucePlugin/skins/mqDefault/mqDefault.json b/source/mqJucePlugin/skins/mqDefault/mqDefault.json @@ -30,83 +30,83 @@ { "name" : "pm_treeview", "treeview" : { + "textHeight" : "14", + "color" : "FFDA94FF", + "backgroundColor" : "1C1F22FF", "alignH" : "L", "alignV" : "C", - "color" : "ffda94", - "backgroundColor" : "1c1f22ff", - "selectedItemBackgroundColor" : "a87a24" + "selectedItemBackgroundColor" : "A87A24FF" } }, { "name" : "pm_search", "texteditor" : { + "text" : "Filter...", + "textHeight" : "14", + "color" : "FFDA94FF", + "backgroundColor" : "0E1216FF", "alignH" : "L", - "alignV" : "C", - "color" : "ffda94", - "outlineColor" : "cf972e", - "backgroundColor" : "0e1216ff", - "text": "Filter..." + "alignV" : "C" } }, { "name" : "pm_scrollbar", "scrollbar" : { - "color" : "cf972e", + "color" : "CF972EFF" } }, { "name" : "pm_listbox", "listbox" : { + "textHeight" : "30", + "color" : "FFDA94FF", + "backgroundColor" : "1C1F22FF", "alignH" : "L", "alignV" : "C", - "color" : "ffda94", - "backgroundColor" : "1c1f22ff", - "selectedItemBackgroundColor" : "a87a24", - "bold": "1", - "textHeight": 30 - } + "bold" : "1", + "selectedItemBackgroundColor" : "A87A24FF" + } }, { "name" : "pm_info_name", "label" : { + "textHeight" : "32", + "color" : "FFDA94FF", + "backgroundColor" : "1C1F22FF", "alignH" : "L", "alignV" : "T", - "color" : "ffda94", - "backgroundColor" : "1c1f22ff", - "textHeight" : "32", - "bold": "1" + "bold" : "1" } }, { "name" : "pm_info_label", "label" : { + "textHeight" : "16", + "color" : "888888FF", "alignH" : "L", - "alignV" : "B", - "color" : "888888ff", - "textHeight" : "16" + "alignV" : "T" } }, { "name" : "pm_info_text", "label" : { + "textHeight" : "16", + "color" : "FFDA94FF", "alignH" : "L", - "alignV" : "T", - "color" : "ffda94", - "textHeight" : "18" + "alignV" : "T" } }, { "name" : "pm_status_label", "label" : { + "textHeight" : "16", + "color" : "FFDA94FF", + "backgroundColor" : "1C1F22FF", "alignH" : "L", - "alignV" : "C", - "color" : "ffda94", - "backgroundColor" : "1c1f22ff", - "textHeight" : "18", - "bold": "0" + "alignV" : "C" } } - ], + ], "children" : [ { "name" : "bakedBG",