[SCM] calf/master: + Monosynth: remove redundant initialization code

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


The following commit has been merged in the master branch:
commit b2a9f0a5ff132df4cd57be7e4b3b7494dd5fce16
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Sat May 23 23:38:11 2009 +0100

    + Monosynth: remove redundant initialization code

diff --git a/src/monosynth.cpp b/src/monosynth.cpp
index d847386..0f97cc2 100644
--- a/src/monosynth.cpp
+++ b/src/monosynth.cpp
@@ -63,11 +63,6 @@ monosynth_audio_module::monosynth_audio_module()
 , inertia_pitchbend(1)
 , inertia_pressure(64)
 {
-    for (int i = 0; i < mod_matrix_slots; i++)
-    {
-        dsp::modulation_entry &slot = mod_matrix_data[i];
-        slot.reset();
-    }
 }
 
 void monosynth_audio_module::activate() {

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list