[SCM] calf/master: + MultiChorus: clean up the GUI

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:39:01 UTC 2013


The following commit has been merged in the master branch:
commit 53ea3fff3ec56a12b5014240f3e9cf1546d9704b
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Thu Jan 22 22:43:34 2009 +0000

    + MultiChorus: clean up the GUI

diff --git a/gui/gui-multichorus.xml b/gui/gui-multichorus.xml
index f3068f5..95e0974 100644
--- a/gui/gui-multichorus.xml
+++ b/gui/gui-multichorus.xml
@@ -47,22 +47,7 @@
             </vbox>
         </hbox>
     </frame>
-    <if cond="directlink">
-        <hbox attach-x="0" attach-y="2" fill-y="1" expand-y="1">
-            <frame label="Freq. response">
-                <vbox expand-x="1" fill-x="1" attach-x="3" attach-y="0" attach-h="7">
-                    <line-graph refresh="1" width="160" height="160" param="min_delay"/>
-                </vbox>
-            </frame>
-            <frame label="LFO positions">
-                <vbox expand-x="1" fill-x="1" attach-x="3" attach-y="0" attach-h="7">
-                    <line-graph refresh="1" width="160" height="30" param="mod_depth"/>
-                    <line-graph refresh="1" width="160" height="160" param="mod_rate"/>
-                </vbox>
-            </frame>
-        </hbox>
-    </if>
-    <frame label="LFO" attach-x="0" attach-y="3" shrink-y="1">
+    <frame label="Post Filter" attach-x="0" attach-y="2" shrink-y="1">
         <hbox>
             <vbox border="10">
                 <label param="freq" />
@@ -81,4 +66,19 @@
             </vbox>
         </hbox>
     </frame>
+    <if cond="directlink">
+        <hbox attach-x="0" attach-y="3" fill-y="1" expand-y="1">
+            <frame label="Freq. response">
+                <vbox expand-x="1" fill-x="1" attach-x="3" attach-y="0" attach-h="7">
+                    <line-graph refresh="1" width="160" height="160" param="min_delay"/>
+                </vbox>
+            </frame>
+            <frame label="LFO positions">
+                <vbox expand-x="1" fill-x="1" attach-x="3" attach-y="0" attach-h="7">
+                    <line-graph refresh="1" width="160" height="30" param="mod_depth"/>
+                    <line-graph refresh="1" width="160" height="160" param="mod_rate"/>
+                </vbox>
+            </frame>
+        </hbox>
+    </if>
 </table>

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list