[SCM] calf/master: Sidechain Gate: Add a missing GUI definition file.

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


The following commit has been merged in the master branch:
commit be85a63d6b0b1bd12e74466e505ee8df91b7a8c0
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Sun Dec 26 16:57:35 2010 +0000

    Sidechain Gate: Add a missing GUI definition file.

diff --git a/gui/gui-sidechaincompressor.xml b/gui/gui-sidechaingate.xml
similarity index 93%
copy from gui/gui-sidechaincompressor.xml
copy to gui/gui-sidechaingate.xml
index de78091..35af0a9 100644
--- a/gui/gui-sidechaincompressor.xml
+++ b/gui/gui-sidechaingate.xml
@@ -6,14 +6,14 @@
             <align><toggle param="bypass" shrink="1" size="2"/></align>
         </vbox>
         <vbox attach-x="0" attach-y="1" expand="0" fill="0" pad-y="20" pad-x="7">
-            <label param="level_in" expand="0" fill="0" expand-y="0" fill-y="0" />
-            <knob param="level_in" size="5" expand="1" fill="1" />
-            <value param="level_in" />
+            <label param="range" expand="0" fill="0" expand-y="0" fill-y="0" />
+            <knob param="range" size="5" expand="1" fill="1" />
+            <value param="range" />
         </vbox>
     </vbox>
 
     <vbox spacing="5">
-        <frame label="Compressor">
+        <frame label="Gate">
             <vbox spacing="5">
                 <table expand="0" fill="0" rows="3" cols="3">
                     <label param="meter_in" expand-x="0" fill-x="0" attach-x="0" attach-y="0" />
@@ -84,14 +84,14 @@
     </vbox>
     
     
-      <frame label="Compression">
+      <frame label="Gating">
         <vbox spacing="6">
             <if cond="directlink">
-                <line-graph refresh="1" width="255" height="255" param="compression" square="1" expand="1" fill="1"/>
+                <line-graph refresh="1" width="255" height="255" param="gating" square="1" expand="1" fill="1"/>
             </if>
             <vbox spacing="3">
-                <label param="compression"/>
-                <vumeter param="compression" mode="2" hold="1.5" attach-w="2" expand="0" fill="1"/>
+                <label param="gating"/>
+                <vumeter param="gating" mode="2" hold="1.5" attach-w="2" expand="0" fill="1"/>
             </vbox>
         </vbox>
       </frame>

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list