[SCM] calf/master: + Monosynth: retrigger on note off (thanks edogawa!)

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


The following commit has been merged in the master branch:
commit 20a94800d6656e30ddcff5136cba455896fd8311
Author: kfoltman <kfoltman at 78b06b96-2940-0410-b7fc-879d825d01d8>
Date:   Wed Jan 16 21:52:00 2008 +0000

    + Monosynth: retrigger on note off (thanks edogawa!)
    
    
    
    git-svn-id: https://calf.svn.sourceforge.net/svnroot/calf/trunk@108 78b06b96-2940-0410-b7fc-879d825d01d8

diff --git a/src/calf/modules_synths.h b/src/calf/modules_synths.h
index 7a9e27a..8779856 100644
--- a/src/calf/modules_synths.h
+++ b/src/calf/modules_synths.h
@@ -86,6 +86,8 @@ public:
                 start_freq = freq;
                 target_freq = freq = 440 * pow(2.0, (note - 69) / 12.0);
                 set_frequency();
+                if (!(legato & 1))
+                    envelope.note_on();
                 return;
             }
             gate = false;

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list