[SCM] calf/master: + Flanger, Filter: add frames around freq. response graph for consistency (Stefan Kost's suggestion)

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


The following commit has been merged in the master branch:
commit 067af95b5bc68cebfe8b55d75f155d04e4c187ac
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Wed Nov 26 21:59:59 2008 +0000

    + Flanger, Filter: add frames around freq. response graph for consistency (Stefan Kost's suggestion)

diff --git a/gui/gui-filter.xml b/gui/gui-filter.xml
index 1d980c0..77989d7 100644
--- a/gui/gui-filter.xml
+++ b/gui/gui-filter.xml
@@ -22,8 +22,8 @@
         </vbox>
     </hbox>
     <if cond="directlink">
-        <vbox expand-x="1" fill-x="1" attach-x="0" attach-y="2">
+        <frame label="Freq. response" expand-x="1" fill-x="1" attach-x="0" attach-y="2">
             <line-graph refresh="1" width="160" height="160" param="freq"/>
-        </vbox>
+        </frame>
     </if>
 </table>
diff --git a/gui/gui-flanger.xml b/gui/gui-flanger.xml
index 43388c1..4e8a618 100644
--- a/gui/gui-flanger.xml
+++ b/gui/gui-flanger.xml
@@ -39,6 +39,8 @@
         </hbox>
     </frame>
     <if cond="directlink">
-        <line-graph expand-y="1" fill-y="1" attach-x="0" attach-y="2" refresh="1" width="160" height="160" param="min_delay"/>
+        <frame expand-y="1" fill-y="1" attach-x="0" attach-y="2" label="Freq. response">
+            <line-graph refresh="1" width="160" height="160" param="min_delay"/>
+        </frame>
     </if>
 </table>

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list