[SCM] calf/master: + EQ-12: fix labels

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


The following commit has been merged in the master branch:
commit 5882b0684b10f778d220f6f02f929e20477aab06
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Sun Nov 15 19:52:48 2009 +0000

    + EQ-12: fix labels

diff --git a/gui/gui-equalizer12band.xml b/gui/gui-equalizer12band.xml
index 5d8cc37..8afff48 100644
--- a/gui/gui-equalizer12band.xml
+++ b/gui/gui-equalizer12band.xml
@@ -3,11 +3,11 @@
         <frame label="Input">
             <vbox spacing="5">
                 <table rows="2" cols="3">
-                    <label param="meter_inL" attach-x="0" attach-y="0" fill-x="0" expand-x="0" fill-y="0" expand-y="0"/>
+                    <label param="meter_inL" attach-x="0" attach-y="0" fill-x="0" expand-x="0" fill-y="0" expand-y="0" text="L"/>
                     <vumeter param="meter_inL" hold="1.5" falloff="2.5"  attach-x="1" attach-y="0" fill-x="1" expand-x="1" fill-y="0" expand-y="0"/>
                     <led param="clip_inL" attach-x="2" attach-y="0" fill-x="0" expand-x="0" fill-y="0" expand-y="0" />
                     
-                    <label param="meter_inR" attach-x="0" attach-y="1" fill-x="0" expand-x="0" fill-y="0" expand-y="0"/>
+                    <label param="meter_inR" attach-x="0" attach-y="1" fill-x="0" expand-x="0" fill-y="0" expand-y="0" text="R"/>
                     <vumeter param="meter_inR" hold="1.5" falloff="2.5" attach-x="1" attach-y="1" fill-x="1" expand-x="1" fill-y="0" expand-y="0"/>
                     <led param="clip_inR" attach-x="2" attach-y="1" fill-x="0" expand-x="0" fill-y="0" expand-y="0"/>
                 </table>
@@ -27,16 +27,16 @@
         <frame label="Highpass">
             <table cols="2" rows="2">
                 <vbox attach-x="0" attach-y="0" fill-y="0">
-                    <label param="hp_active" expand="0" fill="0"/>
+                    <label param="hp_active" expand="0" fill="0" text="Active"/>
                     <toggle size="1" param="hp_active" expand="0" fill="0"/>
                 </vbox>
                 <vbox attach-x="1" attach-y="0">
-                    <label param="hp_freq" />
+                    <label param="hp_freq" text="Frequency"/>
                     <knob param="hp_freq" />
                     <value param="hp_freq" />
                 </vbox>
                 <vbox attach-x="0" attach-y="1" attach-w="2">
-                    <label param="hp_mode" />
+                    <label param="hp_mode" text="Rolloff"/>
                     <combo param="hp_mode" />
                 </vbox>
             </table>
@@ -47,17 +47,17 @@
         <frame label="Lowshelf">
             <table rows="3" cols="1">
                 <vbox attach-x="0" attach-y="0">
-                    <label param="ls_freq" />
+                    <label param="ls_freq" text="Frequency" />
                     <knob param="ls_freq" />
                     <value param="ls_freq" />
                 </vbox>
                 <vbox attach-x="0" attach-y="1">
-                    <label param="ls_level" />
+                    <label param="ls_level" text="Level" />
                     <knob param="ls_level" type="1" />
                     <value param="ls_level" />
                 </vbox>
                 <vbox attach-x="0" attach-y="2">
-                    <label param="ls_active" />
+                    <label param="ls_active" text="Active" />
                     <toggle size="1" param="ls_active" />
                 </vbox>
             </table>
@@ -213,11 +213,11 @@
         <frame label="Output">
             <vbox spacing="5">
                 <table rows="2" cols="3">
-                    <label param="meter_outL"  attach-x="0" attach-y="0" fill-x="0" expand-x="0" fill-y="0" expand-y="0"/>
+                    <label param="meter_outL"  attach-x="0" attach-y="0" fill-x="0" expand-x="0" fill-y="0" expand-y="0" text="L"/>
                     <vumeter param="meter_outL" hold="1.5" falloff="2.5" attach-x="1" attach-y="0" fill-x="1" expand-x="1" fill-y="0" expand-y="0"/>
                     <led param="clip_outL" mode="1" attach-x="2" attach-y="0" fill-x="0" expand-x="0" fill-y="0" expand-y="0" />
                     
-                    <label param="meter_outR"  attach-x="0" attach-y="1" fill-x="0" expand-x="0" fill-y="0" expand-y="0"/>
+                    <label param="meter_outR"  attach-x="0" attach-y="1" fill-x="0" expand-x="0" fill-y="0" expand-y="0" text="R"/>
                     <vumeter param="meter_outR" hold="1.5" falloff="2.5" attach-x="1" attach-y="1" fill-x="1" expand-x="1" fill-y="0" expand-y="0"/>
                     <led param="clip_outR" mode="1" attach-x="2" attach-y="1" fill-x="0" expand-x="0" fill-y="0" expand-y="0"/>
                 </table>
@@ -232,16 +232,16 @@
         <frame label="Lowpass">
             <table cols="2" rows="2">
                 <vbox attach-x="0" attach-y="0" fill-y="0">
-                    <label param="lp_active" />
+                    <label param="lp_active" text="Active"/>
                     <toggle size="1" param="lp_active" />
                 </vbox>
                 <vbox attach-x="1" attach-y="0">
-                    <label param="lp_freq" />
+                    <label param="lp_freq" text="Frequency"/>
                     <knob param="lp_freq" />
                     <value param="lp_freq" />
                 </vbox>
                 <vbox attach-x="0" attach-y="1" attach-w="2">
-                    <label param="lp_mode" />
+                    <label param="lp_mode" text="Rolloff"/>
                     <combo param="lp_mode" />
                 </vbox>
             </table>
@@ -252,17 +252,17 @@
         <frame label="Highshelf">
             <table rows="3" cols="1">
                 <vbox attach-x="0" attach-y="0">
-                    <label param="hs_freq" />
+                    <label param="hs_freq" text="Frequency"/>
                     <knob param="hs_freq" />
                     <value param="hs_freq" />
                 </vbox>
                 <vbox attach-x="0" attach-y="1">
-                    <label param="hs_level" />
+                    <label param="hs_level" text="Level"/>
                     <knob param="hs_level" type="1" />
                     <value param="hs_level" />
                 </vbox>
                 <vbox attach-x="0" attach-y="2">
-                    <label param="hs_active" />
+                    <label param="hs_active" text="Active"/>
                     <toggle size="1" param="hs_active" />
                 </vbox>
             </table>

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list