[SCM] calf/master: min release and release coeff for multiband limiter

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


The following commit has been merged in the master branch:
commit 95c69d66c809e788d01179ee95e174e488ef8932
Author: Markus Schmidt <schmidt at boomshop.net>
Date:   Thu Dec 1 13:03:50 2011 +0100

    min release and release coeff for multiband limiter

diff --git a/gui/gui-multibandlimiter.xml b/gui/gui-multibandlimiter.xml
index 3efc558..1ded65c 100644
--- a/gui/gui-multibandlimiter.xml
+++ b/gui/gui-multibandlimiter.xml
@@ -117,33 +117,64 @@
                 <if cond="directlink">
                     <line-graph refresh="1" width="220" height="90" param="limit" expand="0" fill="1"/>
                 </if>
-                <hbox homogenous="1">
+            </vbox>
+        </frame>
+        <frame label="Bands">
+            <vbox>
+                <hbox>
                     <vbox>
                         <label param="weight0" />
                         <knob param="weight0" size="2" />
                         <value param="weight0" />
-                        <vumeter attach-x="1" attach-y="0" param="att0" mode="2" hold="1.5" falloff="2.5" expand-x="1" fill-y="0" expand-y="0" height="12" position="2" />
                     </vbox>
+                    <vumeter attach-x="1" attach-y="0" param="att0" mode="2" hold="1.5" falloff="2.5" expand-x="1" fill-y="0" expand-y="0" height="12" position="2" />
+                    <vbox>
+                        <label param="release0" />
+                        <knob param="release0" size="2" />
+                        <value param="release0" />
+                    </vbox>
+                <hbox>
+                <hbox>
                     <vbox>
                         <label param="weight1" />
                         <knob param="weight1" size="2" />
                         <value param="weight1" />
-                        <vumeter attach-x="1" attach-y="1" param="att1" mode="2" hold="1.5" falloff="2.6" expand-x="1" fill-y="0" expand-y="0" height="12" position="2" />
                     </vbox>
-                    <vbox>  
+                    <vumeter attach-x="1" attach-y="0" param="att1" mode="2" hold="1.5" falloff="2.5" expand-x="1" fill-y="0" expand-y="0" height="12" position="2" />
+                    <vbox>
+                        <label param="release1" />
+                        <knob param="release1" size="2" />
+                        <value param="release1" />
+                    </vbox>
+                <hbox>
+                <hbox>
+                    <vbox>
                         <label param="weight2" />
                         <knob param="weight2" size="2" />
                         <value param="weight2" />
-                        <vumeter attach-x="1" attach-y="2" param="att2" mode="2" hold="1.5" falloff="2.5" expand-x="1" fill-y="0" expand-y="0" height="12" position="2" />
                     </vbox>
+                    <vumeter attach-x="1" attach-y="0" param="att2" mode="2" hold="1.5" falloff="2.5" expand-x="1" fill-y="0" expand-y="0" height="12" position="2" />
+                    <vbox>
+                        <label param="release2" />
+                        <knob param="release2" size="2" />
+                        <value param="release2" />
+                    </vbox>
+                <hbox>
+                <hbox>
                     <vbox>
                         <label param="weight3" />
                         <knob param="weight3" size="2" />
                         <value param="weight3" />
-                        <vumeter attach-x="1" attach-y="3" param="att3" mode="2" hold="1.5" falloff="2.5" expand-x="1" fill-y="0" expand-y="0" height="12" position="2" />
                     </vbox>
-                </hbox>
+                    <vumeter attach-x="1" attach-y="0" param="att3" mode="2" hold="1.5" falloff="2.5" expand-x="1" fill-y="0" expand-y="0" height="12" position="2" />
+                    <vbox>
+                        <label param="release3" />
+                        <knob param="release3" size="2" />
+                        <value param="release3" />
+                    </vbox>
+                <hbox>
             </vbox>
         </frame>
+        
     </hbox>
 </table>    

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list