[SCM] calf/master: + Filter: new custom GUI

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


The following commit has been merged in the master branch:
commit 1c233c831eecd344395ca1f836c6e7746e35824f
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Sun Nov 9 23:10:09 2008 +0000

    + Filter: new custom GUI

diff --git a/gui/gui-filter.xml b/gui/gui-filter.xml
new file mode 100644
index 0000000..b6eb454
--- /dev/null
+++ b/gui/gui-filter.xml
@@ -0,0 +1,28 @@
+<vbox border="10">
+    <hbox>
+        <label param="mode"  />
+        <combo param="mode" expand-x="1" />
+    </hbox>
+    <hbox>
+        <vbox border="10">
+            <label param="freq" />
+            <knob param="freq" />
+            <value param="freq" />
+        </vbox>
+        <vbox border="10">
+            <label param="res" />
+            <knob param="res" />
+            <value param="res" />
+        </vbox>
+        <vbox border="10">
+            <label param="inertia" />
+            <knob param="inertia"/>
+            <value param="inertia" />
+        </vbox>
+    </hbox>
+    <if cond="directlink">
+        <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="freq"/>
+        </vbox>
+    </if>
+</vbox>

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list