[SCM] calf/master: * Compressor: Infinite ratio supported.

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


The following commit has been merged in the master branch:
commit f861a71f8ce77978ec9d9900191bda3f787b8b4e
Author: Thor Harald Johansen <thj at thj.no>
Date:   Sat Nov 1 00:56:53 2008 +0100

    * Compressor: Infinite ratio supported.

diff --git a/src/modules.cpp b/src/modules.cpp
index 1508ee0..3a4140f 100644
--- a/src/modules.cpp
+++ b/src/modules.cpp
@@ -171,13 +171,13 @@ parameter_properties multichorus_audio_module::param_props[] = {
     { 180,        0, 360,  91, PF_FLOAT | PF_SCALE_LINEAR | PF_CTL_KNOB | PF_UNIT_DEG | PF_PROP_OUTPUT | PF_PROP_OPTIONAL, NULL, "lfo_phase_r", "Right LFO phase" },
 };
 
-#if ENABLE_EXPERIMENTAL
-
 synth::ladspa_plugin_info multichorus_audio_module::plugin_info = { 0x8501, "MultiChorus", "Calf MultiChorus", "Krzysztof Foltman", synth::calf_copyright_info, "ChorusPlugin" };
 
+#if ENABLE_EXPERIMENTAL
+
 parameter_properties compressor_audio_module::param_props[] = {
     { 1,      0, 1,    0, PF_FLOAT | PF_SCALE_GAIN | PF_CTL_KNOB | PF_UNIT_DB, NULL, "threshold", "Threshold" },
-    { 1,      1, 100,  129, PF_FLOAT | PF_SCALE_LOG_INF | PF_CTL_KNOB | PF_UNIT_COEF, NULL, "ratio", "Ratio" },
+    { 1,      1, 100,  101, 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" },
     { 200,    0.01, 2000, 0, PF_FLOAT | PF_SCALE_LOG | PF_CTL_KNOB | PF_UNIT_MSEC, NULL, "release", "Release" },
     { 1,      1, 12,   0, PF_FLOAT | PF_SCALE_GAIN | PF_CTL_KNOB | PF_UNIT_DB, NULL, "makeup", "Makeup Gain" },

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list