[SCM] calf/master: Initialise the vintage delay properly... hopefully this time.

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


The following commit has been merged in the master branch:
commit c96ff1d680148cc877fab3b641d666068eea06aa
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Sat Nov 6 22:07:17 2010 +0000

    Initialise the vintage delay properly... hopefully this time.

diff --git a/src/modules.cpp b/src/modules.cpp
index fdfab11..ab2d44e 100644
--- a/src/modules.cpp
+++ b/src/modules.cpp
@@ -189,6 +189,7 @@ static inline void delayline_impl(int age, int deltime, float dry_value, const f
     // if the buffer hasn't been cleared yet (after activation), pretend we've read zeros
     if (age <= deltime) {
         out = 0;
+        del = dry_value;
         amt.step();
         fb.step();
     }
@@ -206,6 +207,7 @@ static inline void delayline2_impl(int age, int deltime, float dry_value, const
 {
     if (age <= deltime) {
         out = 0;
+        del = dry_value;
         amt.step();
         fb.step();
     }

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list