[SCM] calf/master: 1st try to eliminate horrible noise on distortion init in ardour

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


The following commit has been merged in the master branch:
commit b495ef32e5e72508f4171d9c386f226b66099d87
Author: boomshop.net <boomshop at BoomBox.fritz.box>
Date:   Fri Nov 18 04:27:08 2011 +0100

    1st try to eliminate horrible noise on distortion init in ardour

diff --git a/src/audio_fx.cpp b/src/audio_fx.cpp
index 54d6b77..094717d 100644
--- a/src/audio_fx.cpp
+++ b/src/audio_fx.cpp
@@ -351,6 +351,7 @@ tap_distortion::tap_distortion()
     is_active = false;
     srate = 0;
     meter = 0.f;
+    prev_med = prev_out = 0.f;
 }
 
 void tap_distortion::activate()

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list