[SCM] calf/master: + EQ-8: correct overrides for input and output VU meters

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 bc746f55aedf51dd03abe7ee79a231800a297f17
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Sun Nov 15 19:08:44 2009 +0000

    + EQ-8: correct overrides for input and output VU meters

diff --git a/gui/gui-equalizer8band.xml b/gui/gui-equalizer8band.xml
index 13c7707..e7e0c0e 100644
--- a/gui/gui-equalizer8band.xml
+++ b/gui/gui-equalizer8band.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>
@@ -149,11 +149,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="Out L"/>
+                    <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="Out R"/>
+                    <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>

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list