[SCM] calf/master: mute output

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:40:58 UTC 2013


The following commit has been merged in the master branch:
commit db50aa5643ff24f309444ce26768377b4d4e7873
Author: Markus Schmidt <schmidt at boomshop.net>
Date:   Tue Mar 6 06:01:49 2012 +0100

    mute output

diff --git a/src/modules.cpp b/src/modules.cpp
index f8eaa1d..92ceba0 100644
--- a/src/modules.cpp
+++ b/src/modules.cpp
@@ -1179,7 +1179,7 @@ bool analyzer_audio_module::get_graph(int index, int subindex, float *data, int
             if(*params[param_analyzer_mode] == 3) {
                 if(i) data[i] = fft_out[iter];
                 else data[i] = 0.f;
-                if(fabs(data[i])>1.f) printf("mehr als 1!!!!!!!!!! bei %5d bei iter %4d und _iter %4d\n",i,iter,_iter);
+//                if(fabs(data[i])>1.f) printf("mehr als 1!!!!!!!!!! bei %5d bei iter %4d und _iter %4d\n",i,iter,_iter);
             } 
         } //else if(*params[param_analyzer_mode] == 2) {
           //  data[i] = dB_grid(fabs(1e-20) / _accuracy * 2.f);

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list