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 1fd5b13f81c37c05fdb528c83e1e23f356e09c57
parent 87c5ade74719f9a1c903979b0acab28b281bdf0f
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Tue, 15 Mar 2022 22:54:35 +0100

better midi ports layout

Diffstat:
Msource/jucePlugin/genericUI/assets/VirusC.json | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/source/jucePlugin/genericUI/assets/VirusC.json b/source/jucePlugin/genericUI/assets/VirusC.json @@ -5610,10 +5610,10 @@ "name" : "MidiIn", "combobox" : { "text" : "In Device X", - "textHeight" : "24", - "alignH" : "R", + "textHeight" : "20", + "alignH" : "L", "alignV" : "C", - "x" : "954,88", + "x" : "992", "y" : "1116", "width" : "124,2466", "height" : "36" @@ -5623,10 +5623,10 @@ "name" : "MidiOut", "combobox" : { "text" : "Out Device X", - "textHeight" : "24", + "textHeight" : "20", "alignH" : "L", "alignV" : "C", - "x" : "1116,35", + "x" : "1116", "y" : "1116", "width" : "124,2466", "height" : "36"