[SCM] calf/master: + Organ: do not cut envelope release stage prematurely

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


The following commit has been merged in the master branch:
commit 8bdc9e7f5007a60b5e5046c976c1062db63a6002
Author: kfoltman <kfoltman at 78b06b96-2940-0410-b7fc-879d825d01d8>
Date:   Wed Aug 6 21:52:17 2008 +0000

    + Organ: do not cut envelope release stage prematurely
    
    
    git-svn-id: https://calf.svn.sourceforge.net/svnroot/calf/trunk@258 78b06b96-2940-0410-b7fc-879d825d01d8

diff --git a/src/calf/organ.h b/src/calf/organ.h
index 60b6d29..6e2abea 100644
--- a/src/calf/organ.h
+++ b/src/calf/organ.h
@@ -274,7 +274,6 @@ public:
 
     void note_off(int /* vel */) {
         // reset age to 0 (because decay will turn from exponential to linear, necessary because of error cumulation prevention)
-        released = true;
         perc_released = true;
         if (pamp.get_active())
         {

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list