[SCM] calf/master: + Monosynth: fix first played note bug

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:39:22 UTC 2013


The following commit has been merged in the master branch:
commit 6daefff90194afc5ff54f8ea4a44d8359dfd3b65
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Sun Feb 8 22:23:17 2009 +0000

    + Monosynth: fix first played note bug

diff --git a/src/monosynth.cpp b/src/monosynth.cpp
index c861e4e..c93a506 100644
--- a/src/monosynth.cpp
+++ b/src/monosynth.cpp
@@ -49,6 +49,7 @@ void monosynth_audio_module::activate() {
     lfo_bend = 1.0;
     modwheel_value = 0.f;
     modwheel_value_int = 0;
+    inertia_cutoff.set_now(*params[par_cutoff]);
     filter.reset();
     filter2.reset();
     stack.clear();

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list