From 363d863dde4065d412d8ade008076a8a3fa273b2 Mon Sep 17 00:00:00 2001 From: Roland Rabien Date: Sat, 4 Nov 2023 09:36:36 -0700 Subject: [PATCH] Fixed noise & sub button positions --- plugin/Resources/layout.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/Resources/layout.json b/plugin/Resources/layout.json index 0bccae0..ff8377b 100644 --- a/plugin/Resources/layout.json +++ b/plugin/Resources/layout.json @@ -38,8 +38,8 @@ [ { "id": "FLT WT1", "x": 24, "y": 6, "w": 12, "h": 12 }, { "id": "FLT WT2", "x": "prevR()+6", "y": 6, "w": 12, "h": 12 }, - { "id": "FLT sub", "x": "prevR()+6", "y": 6, "w": 12, "h": 12 }, - { "id": "FLT noise", "x": "prevR()+6", "y": 6, "w": 12, "h": 12 }, + { "id": "FLT noise", "x": "prevR()+6", "y": 6, "w": 12, "h": 12 }, + { "id": "FLT sub", "x": "prevR()+6", "y": 6, "w": 12, "h": 12 }, { "id": "Type", "x": 0, "y": 23, "w": 56, "h": 70 }, { "id": "Freq", "x": "prevR()", "y": 23, "w": 56, "h": 70 }, { "id": "Res", "x": "prevR()", "y": 23, "w": 56, "h": 70 },