[SCM] calf/master: Mono Input: force calcing phase coeffs on init

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:41:07 UTC 2013


The following commit has been merged in the master branch:
commit 8eb7a8cd768b075153d3e8dfb06dfe673eb606bb
Author: Markus Schmidt <schmidt at boomshop.net>
Date:   Thu Aug 30 01:24:55 2012 +0200

    Mono Input: force calcing phase coeffs on init

diff --git a/src/modules.cpp b/src/modules.cpp
index ebf9ad3..6180deb 100644
--- a/src/modules.cpp
+++ b/src/modules.cpp
@@ -712,6 +712,7 @@ mono_audio_module::mono_audio_module() {
     meter_in  = 0.f;
     meter_outL = 0.f;
     meter_outR = 0.f;
+    _phase = -1.f;
 }
 
 void mono_audio_module::activate() {

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list