[SCM] calf/master: tiny problems

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 a3708fd1d503f2dce5c2f0e4bb6e12fb01663052
Author: Markus Schmidt <schmidt at boomshop.net>
Date:   Tue Mar 6 06:12:45 2012 +0100

    tiny problems

diff --git a/src/modules.cpp b/src/modules.cpp
index a8b2e32..bff3655 100644
--- a/src/modules.cpp
+++ b/src/modules.cpp
@@ -1184,7 +1184,7 @@ bool analyzer_audio_module::get_graph(int index, int subindex, float *data, int
                 fft_freeze[iter] = val;
             }
             data[i] = dB_grid(fabs(val) / _accuracy * 2.f + 1e-20);
-            if(*params[param_analyzer_correction] == 3) {
+            if(*params[param_analyzer_mode] == 3) {
                 if(i) {
                     data[i] = fft_out[iter];
                 }

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list