[SCM] calf/master: + MultiChorus: fix stereo phase

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


The following commit has been merged in the master branch:
commit 64c53aca0bfbabb37fa9426fbfd67d7dbcf8efaa
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Tue Oct 28 20:16:41 2008 +0000

    + MultiChorus: fix stereo phase

diff --git a/src/calf/modules.h b/src/calf/modules.h
index 21be125..53583ac 100644
--- a/src/calf/modules.h
+++ b/src/calf/modules.h
@@ -813,7 +813,7 @@ public:
         left.set_mod_depth(mod_depth); right.set_mod_depth(mod_depth);
         float r_phase = *params[par_stereo] * (1.f / 360.f);
         if (fabs(r_phase - last_r_phase) > 0.0001f) {
-            right.phase = left.phase;
+            right.lfo.phase = left.lfo.phase;
             right.lfo.phase += chorus_phase(r_phase * 4096);
             last_r_phase = r_phase;
         }

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list