[SCM] calf/master: Add GUI XML for the two new plugins.

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:40:08 UTC 2013


The following commit has been merged in the master branch:
commit 511509f9cc157a0649709658604fa9c4a1add0c6
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Mon May 3 19:41:54 2010 +0100

    Add GUI XML for the two new plugins.

diff --git a/gui/gui-enhancer.xml b/gui/gui-enhancer.xml
new file mode 100644
index 0000000..20695ae
--- /dev/null
+++ b/gui/gui-enhancer.xml
@@ -0,0 +1,57 @@
+<vbox spacing="10">
+    <table rows="4" cols="7">
+        <label param="bypass" attach-x="0" attach-y="0" expand-x="0" fill-x="0" />
+        <toggle param="bypass" attach-x="0" attach-y="1" attach-h="2" expand-x="0" fill-x="0" />
+        
+        <label param="level_in" attach-x="1" attach-y="0" expand-x="0" fill-x="0" />
+        <knob param="level_in" attach-x="1" attach-y="1" attach-h="2" expand-x="0" fill-x="0" />
+        <value param="level_in" attach-x="1" attach-y="3" expand-x="0" fill-x="0" />
+        
+        <label param="meter_in" attach-x="2" attach-y="0" expand-x="1" fill-x="1" />
+        <vumeter param="meter_in" hold="1.5" falloff="2.5" attach-x="2" attach-y="1" expand-x="1" fill-x="1" />
+        <vumeter param="meter_out" hold="1.5" falloff="2.5" attach-x="2" attach-y="2" expand-x="1" fill-x="1" />
+        <label param="meter_out" attach-x="2" attach-y="3" expand-x="1" fill-x="1" />
+        
+        <label param="clip_in" attach-x="3" attach-y="0" expand-x="0" fill-x="0" />
+        <led param="clip_in" attach-x="3" attach-y="1" expand-x="0" fill-x="0" />
+        <led param="clip_out" mode="1" attach-x="3" attach-y="2" expand-x="0" fill-x="0" />
+        <label param="clip_out" attach-x="3" attach-y="3" expand-x="0" fill-x="0" />
+        
+        <label param="amount" attach-x="4" attach-y="0" expand-x="0" fill-x="0" />
+        <knob param="amount" attach-x="4" attach-y="1" attach-h="2" expand-x="0" fill-x="0" />
+        <value param="amount" attach-x="4" attach-y="3" expand-x="0" fill-x="0" />
+        
+        <label param="level_out" attach-x="5" attach-y="0" expand-x="0" fill-x="0" />
+        <knob param="level_out" attach-x="5" attach-y="1" attach-h="2" expand-x="0" fill-x="0" />
+        <value param="level_out" attach-x="5" attach-y="3" expand-x="0" fill-x="0" />
+        
+        <label param="listen" attach-x="6" attach-y="0" expand-x="0" fill-x="0" />
+        <toggle param="listen" attach-x="6" attach-y="1" attach-h="2" expand-x="0" fill-x="0" />
+    </table>
+    <frame label="Enhancer">
+        <hbox spacing="25">
+            <vbox>
+                <label param="drive" />
+                <knob param="drive" size="5" />
+                <value param="drive" />
+            </vbox>
+            
+            <vbox spacing="5">
+                <label param="blend" />
+                <hscale param="blend" />
+                <hbox>
+                    <label align-x="0.0" text="2nd" />
+                    <label align-x="1.0" text="3rd" />
+                </hbox>
+                <label param="meter_drive" />
+                <vumeter param="meter_drive" hold="1.5" falloff="2.5" />
+            </vbox>
+            
+            <vbox>
+                <label param="freq" />
+                <knob param="freq" size="5" />
+                <value param="freq" />
+            </vbox>
+        </hbox>
+    </frame>
+</vbox>
diff --git a/gui/gui-saturator.xml b/gui/gui-saturator.xml
new file mode 100644
index 0000000..a995233
--- /dev/null
+++ b/gui/gui-saturator.xml
@@ -0,0 +1,104 @@
+<vbox>
+    <hbox spacing="20">
+        <table rows="7" cols="5">
+            <label param="bypass" attach-x="0" attach-y="0" expand-x="0" fill-x="0" />
+            <toggle param="bypass" attach-x="0" attach-y="1" attach-h="2" expand-x="0" fill-x="0" />
+            
+            <label param="level_in" attach-x="1" attach-y="0" expand-x="0" fill-x="0" />
+            <knob param="level_in" attach-x="1" attach-y="1" attach-h="2" expand-x="0" fill-x="0" />
+            <value param="level_in" attach-x="1" attach-y="3" expand-x="0" fill-x="0" />
+            
+            <label param="meter_in" attach-x="2" attach-y="0" expand-x="1" fill-x="1" />
+            <vumeter param="meter_in" hold="1.5" falloff="2.5" attach-x="2" attach-y="1" expand-x="1" fill-x="1" />
+            <vumeter param="meter_out" hold="1.5" falloff="2.5" attach-x="2" attach-y="2" expand-x="1" fill-x="1" />
+            <label param="meter_out" attach-x="2" attach-y="3" expand-x="1" fill-x="1" />
+            
+            <label param="clip_in" attach-x="3" attach-y="0" expand-x="0" fill-x="0" />
+            <led param="clip_in" attach-x="3" attach-y="1" expand-x="0" fill-x="0" />
+            <led param="clip_out" mode="1" attach-x="3" attach-y="2" expand-x="0" fill-x="0" />
+            <label param="clip_out" attach-x="3" attach-y="3" expand-x="0" fill-x="0" />
+            
+            <label param="level_out" attach-x="4" attach-y="0" expand-x="0" fill-x="0" />
+            <knob param="level_out" attach-x="4" attach-y="1" attach-h="2" expand-x="0" fill-x="0" />
+            <value param="level_out" attach-x="4" attach-y="3" expand-x="0" fill-x="0" />
+            
+            <hbox attach-x="0" attach-y="4" attach-h="3" attach-w="4">
+                <label text="Tape" />
+                <hscale param="blend" />
+                <label text="Tube" />
+            </hbox>
+            
+            <label param="mix" attach-x="4" attach-y="4" expand-x="0" fill-x="0" />
+            <knob param="mix" attach-x="4" attach-y="5" expand-x="0" fill-x="0" />
+            <value param="mix" attach-x="4" attach-y="6" expand-x="0" fill-x="0" />
+            
+        </table>
+        <hbox spacing="30" expand="0" fill="0">
+            <vbox>
+                <label />
+                <vbox spacing="5" expand="0">
+                    <label param="drive" />
+                    <knob param="drive" size="5" />
+                    <value param="drive" />
+                </vbox>
+                <label />
+            </vbox>
+            <vbox expand="0" fill="0">
+                <label />
+                <tube param="meter_drive" size="2" direction="2" expand="0" fill="0" />
+                <label />
+            </vbox>
+        </hbox>
+    </hbox>
+
+    <hbox spacing="8">
+        <frame label="Pre">
+            <hbox homogeneous="1">
+                <vbox>
+                    <label param="hp_pre_freq" />
+                    <knob param="hp_pre_freq" />
+                    <value param="hp_pre_freq" />
+                </vbox>
+                <vbox>
+                    <label param="lp_pre_freq" />
+                    <knob param="lp_pre_freq" />
+                    <value param="lp_pre_freq" />
+                </vbox>
+            </hbox>
+        </frame>
+        <frame label="Tone">
+            <hbox homogeneous="1">
+                <vbox>
+                    <label param="p_freq" attach-x="0" attach-y="0" />
+                    <knob param="p_freq" attach-x="1" attach-y="0" />
+                    <value param="p_freq" attach-x="2" attach-y="0" />
+                </vbox>
+                <vbox>
+                    <label param="p_level" attach-x="0" attach-y="1" />
+                    <knob param="p_level" attach-x="1" attach-y="0" type="1" />
+                    <value param="p_level" attach-x="2" attach-y="1" />
+                </vbox>
+                <vbox>
+                    <label param="p_q" attach-x="0" attach-y="2" />
+                    <knob param="p_q" attach-x="1" attach-y="2" />
+                    <value param="p_q" attach-x="2" attach-y="2" />
+                </vbox>
+            </hbox>
+        </frame>
+        <frame label="Post">
+            <hbox homogeneous="1">
+                <vbox>
+                    <label param="hp_post_freq" />
+                    <knob param="hp_post_freq" />
+                    <value param="hp_post_freq" />
+                </vbox>
+                <vbox>
+                    <label param="lp_post_freq" />
+                    <knob param="lp_post_freq" />
+                    <value param="lp_post_freq" />
+                </vbox>
+            </hbox>
+        </frame>
+    </hbox>
+</vbox>
+        

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list