[SCM] calf/master: + Compressor: Took out expansion support, increased makeup gain range to +36dB

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


The following commit has been merged in the master branch:
commit e5ccdf3b91edee377458c02123e3038f7583e286
Author: Thor Harald Johansen <thj at thj.no>
Date:   Wed Nov 26 01:40:44 2008 +0100

    + Compressor: Took out expansion support, increased makeup gain range to +36dB

diff --git a/src/modules.cpp b/src/modules.cpp
index 66a282d..4f0d1af 100644
--- a/src/modules.cpp
+++ b/src/modules.cpp
@@ -178,10 +178,10 @@ const char *compressor_stereo_link_names[] = { "Average", "Maximum" };
 
 CALF_PORT_PROPS(compressor) = {
     { 0.0625,      0, 1,    0, PF_FLOAT | PF_SCALE_GAIN | PF_CTL_KNOB | PF_UNIT_DB, NULL, "threshold", "Threshold" },
-    { 5,      0.25, 20,  21, PF_FLOAT | PF_SCALE_LOG_INF | PF_CTL_KNOB | PF_UNIT_COEF, NULL, "ratio", "Ratio" },
+    { 5,      1, 20,  21, PF_FLOAT | PF_SCALE_LOG_INF | PF_CTL_KNOB | PF_UNIT_COEF, NULL, "ratio", "Ratio" },
     { 15,     0.01, 2000, 0, PF_FLOAT | PF_SCALE_LOG | PF_CTL_KNOB | PF_UNIT_MSEC, NULL, "attack", "Attack" },
     { 150,    0.01, 2000, 0, PF_FLOAT | PF_SCALE_LOG | PF_CTL_KNOB | PF_UNIT_MSEC, NULL, "release", "Release" },
-    { 2,      1, 16,   0, PF_FLOAT | PF_SCALE_GAIN | PF_CTL_KNOB | PF_UNIT_DB, NULL, "makeup", "Makeup Gain" },
+    { 2,      1, 64,   0, PF_FLOAT | PF_SCALE_GAIN | PF_CTL_KNOB | PF_UNIT_DB, NULL, "makeup", "Makeup Gain" },
     { 1,      1,  8,   0, PF_FLOAT | PF_SCALE_GAIN | PF_CTL_KNOB | PF_UNIT_DB, NULL, "knee", "Knee" },
     { 0,      0,  1,   0, PF_ENUM | PF_CTL_COMBO, compressor_detection_names, "detection", "Detection" },
     { 0,      0,  1,   0, PF_ENUM | PF_CTL_COMBO, compressor_stereo_link_names, "stereo_link", "Stereo Link" },

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list