[SCM] calf/master: + Filter, Filterclavier: use even higher maximum bandwidth (= minimum resonance)

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


The following commit has been merged in the master branch:
commit 0027d5655fb9f6ee643b2c892da85c07fbb00b83
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Fri Jan 23 21:40:20 2009 +0000

    + Filter, Filterclavier: use even higher maximum bandwidth (= minimum resonance)

diff --git a/src/calf/audio_fx.h b/src/calf/audio_fx.h
index 53a3725..ed828b3 100644
--- a/src/calf/audio_fx.h
+++ b/src/calf/audio_fx.h
@@ -639,7 +639,7 @@ public:
             left[0].set_bp_rbj(freq, pow(q, 1.0 / order), srate, gain);
         } else { // mode_6db_br <= mode <= mode_18db_br
             order = mode - mode_6db_br + 1;
-            left[0].set_br_rbj(freq, order * 0.25 * q, srate, gain);
+            left[0].set_br_rbj(freq, order * 0.1 * q, srate, gain);
         }
         
         right[0].copy_coeffs(left[0]);

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list