[SCM] calf/master: Gate improvement - use plain monochrome meter for gate level.

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


The following commit has been merged in the master branch:
commit 696feca380367020d7332adb3dea813358a14b72
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Wed May 19 23:56:53 2010 +0100

    Gate improvement - use plain monochrome meter for gate level.

diff --git a/gui/gui-gate.xml b/gui/gui-gate.xml
index 5069044..ed18105 100644
--- a/gui/gui-gate.xml
+++ b/gui/gui-gate.xml
@@ -27,7 +27,7 @@
     <table attach-x="0" attach-y="2" expand-y="0" expand-x="1" spacing="10" rows="1" cols="3">
         <vbox expand-x="1" fill-x="1" expand="1" fill="1" attach-x="0" attach-y="0">
             <label param="gating" />
-            <vumeter param="gating" mode="2" />
+            <vumeter param="gating" mode="1" />
         </vbox>
         <vbox shrink-x="1" expand-x="0" fill-x="0" expand="0" fill="0" attach-x="1" attach-y="0">
             <label param="clip" expand="0" fill="0" />
diff --git a/src/metadata.cpp b/src/metadata.cpp
index 8129506..ca44b23 100644
--- a/src/metadata.cpp
+++ b/src/metadata.cpp
@@ -611,7 +611,7 @@ CALF_PORT_PROPS(gate) = {
     { 0,      0,  1,   0, PF_ENUM | PF_CTL_COMBO, gate_detection_names, "detection", "Detection" },
     { 0,      0,  1,   0, PF_ENUM | PF_CTL_COMBO, gate_stereo_link_names, "stereo_link", "Stereo Link" },
     { 0,      0,  4,   0, PF_ENUM | PF_CTL_COMBO, gate_weighting_names, "aweighting", "Weighting" },
-    { 0, 0.03125, 1,    0, PF_FLOAT | PF_SCALE_GAIN | PF_CTL_METER | PF_CTLO_LABEL | PF_CTLO_REVERSE | PF_UNIT_DB | PF_PROP_OUTPUT | PF_PROP_OPTIONAL| PF_PROP_GRAPH, NULL, "gating", "Gating" },
+    { 0, 0.03125, 1,    0, PF_FLOAT | PF_SCALE_GAIN | PF_CTL_METER | PF_CTLO_LABEL | PF_UNIT_DB | PF_PROP_OUTPUT | PF_PROP_OPTIONAL| PF_PROP_GRAPH, NULL, "gating", "Gating" },
     { 0,      0,  1,    0, PF_FLOAT | PF_SCALE_GAIN | PF_CTL_METER | PF_CTLO_LABEL | PF_UNIT_DB | PF_PROP_OUTPUT | PF_PROP_OPTIONAL, NULL, "peak", "Peak Output" },
     { 0,      0,  1,    0, PF_BOOL | PF_CTL_LED | PF_PROP_OUTPUT | PF_PROP_OPTIONAL, NULL, "clip", "0dBFS" },
     { 0,      0,  1,    0, PF_BOOL | PF_CTL_TOGGLE, NULL, "bypass", "Bypass" },

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list