[SCM] calf/master: + Organ: initialize vibrato filter coeff on startup

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


The following commit has been merged in the master branch:
commit 27b6b7b17acf378ca2350173f014ab97429bff1a
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Wed Feb 11 22:37:58 2009 +0000

    + Organ: initialize vibrato filter coeff on startup

diff --git a/src/organ.cpp b/src/organ.cpp
index 69e3867..91f55c8 100644
--- a/src/organ.cpp
+++ b/src/organ.cpp
@@ -506,6 +506,7 @@ void organ_vibrato::reset()
 {
     for (int i = 0; i < VibratoSize; i++)
         vibrato_x1[i][0] = vibrato_y1[i][0] = vibrato_x1[i][1] = vibrato_y1[i][1] = 0.f;
+    vibrato[0].a0 = vibrato[1].a0 = 0;
     lfo_phase = 0.f;
 }
 

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list