[SCM] calf/master: + Vintage Delay, Rotary Speaker: possibly fix LADSPA segfaults found by hollunder (not tested much)

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


The following commit has been merged in the master branch:
commit 8a98f81e31a17368763aa1629d59171583a6c12a
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Tue Apr 28 23:12:10 2009 +0100

    + Vintage Delay, Rotary Speaker: possibly fix LADSPA segfaults found by hollunder (not tested much)

diff --git a/src/calf/modules.h b/src/calf/modules.h
index 287f04a..06bdba7 100644
--- a/src/calf/modules.h
+++ b/src/calf/modules.h
@@ -302,7 +302,6 @@ public:
         old_medium = -1;
         amt_left.set_sample_rate(sr); amt_right.set_sample_rate(sr);
         fb_left.set_sample_rate(sr); fb_right.set_sample_rate(sr);
-        params_changed();
     }
     void calc_filters()
     {
diff --git a/src/modules_dsp.cpp b/src/modules_dsp.cpp
index 889c8e7..ac8fb77 100644
--- a/src/modules_dsp.cpp
+++ b/src/modules_dsp.cpp
@@ -302,7 +302,6 @@ void rotary_speaker_audio_module::setup()
     crossover1r.set_lp_rbj(800.f, 0.7, (float)srate);
     crossover2l.set_hp_rbj(800.f, 0.7, (float)srate);
     crossover2r.set_hp_rbj(800.f, 0.7, (float)srate);
-    set_vibrato();
 }
 
 void rotary_speaker_audio_module::activate()

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list