[SCM] calf/master: + Compressor: Set 'Compression' meter range to -36dB..0dB.

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


The following commit has been merged in the master branch:
commit 306e1b7e9a79e6c94b0b83baf5d3141ccce43ffa
Author: Thor Harald Johansen <thj at thj.no>
Date:   Fri Oct 31 00:27:42 2008 +0100

    + Compressor: Set 'Compression' meter range to -36dB..0dB.

diff --git a/src/modules.cpp b/src/modules.cpp
index 91f7a99..f454bd4 100644
--- a/src/modules.cpp
+++ b/src/modules.cpp
@@ -179,7 +179,7 @@ parameter_properties compressor_audio_module::param_props[] = {
     { 10,     1, 2000, 0, PF_FLOAT | PF_SCALE_LOG | PF_CTL_KNOB | PF_UNIT_MSEC, NULL, "attack", "Attack" },
     { 100,    1, 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" },
-    { 0,      0, 1,    0, PF_FLOAT | PF_SCALE_GAIN | PF_CTL_METER | PF_UNIT_DB | PF_PROP_OUTPUT | PF_PROP_OPTIONAL, NULL, "compression", "Compression" }
+    { 0, 0.015625, 1,    0, PF_FLOAT | PF_SCALE_GAIN | PF_CTL_METER | PF_CTLO_LABEL | PF_UNIT_DB | PF_PROP_OUTPUT | PF_PROP_OPTIONAL, NULL, "compression", "Compression" }
 };
 
 synth::ladspa_plugin_info compressor_audio_module::plugin_info = { 0x8502, "Compressor", "Calf Compressor", "Thor Harald Johansen", synth::calf_copyright_info, "CompressorPlugin" };

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list