[SCM] calf/master: end

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


The following commit has been merged in the master branch:
commit 5e1be3ee4c2c21a5351d2143b4af5bd727312d2e
Author: Christian Holschuh <chrisch.holli at gmx.de>
Date:   Tue Mar 6 09:50:48 2012 +0100

    end

diff --git a/src/modules.cpp b/src/modules.cpp
index 0170bee..750daf7 100644
--- a/src/modules.cpp
+++ b/src/modules.cpp
@@ -1068,6 +1068,16 @@ bool analyzer_audio_module::get_graph(int index, int subindex, float *data, int
                     fft_hold[i] = fft_out[i];
                 }
             }
+            for(int k = 0; k < 1; true) {
+            //hier auf richtigen plan prüfen
+            if(true) {
+                break;
+            }
+            // recreate fftw plan
+                rfftw_destroy_plan (fft_plan);
+                fft_plan = rfftw_create_plan(_accuracy, FFTW_FORWARD, 0);
+            }            
+            
             // run fft
             // this takes our latest buffer and returns an array with
             // non-normalized

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list