[SCM] calf/master: + Filter, Filterclavier: better control over bandreject filter

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 30ae245086a96ed208186b7de73a8b9559058648
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Fri Jan 23 21:35:02 2009 +0000

    + Filter, Filterclavier: better control over bandreject filter

diff --git a/src/calf/audio_fx.h b/src/calf/audio_fx.h
index 84023f8..53a3725 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, pow(q, 1.0 / order), srate, gain);
+            left[0].set_br_rbj(freq, order * 0.25 * q, srate, gain);
         }
         
         right[0].copy_coeffs(left[0]);

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list