[SCM] calf/master: no hold with stgereo image

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


The following commit has been merged in the master branch:
commit 9f8ca408d42783c3813594c2349fe9ece049da9d
Author: Markus Schmidt <schmidt at boomshop.net>
Date:   Tue Mar 6 10:13:04 2012 +0100

    no hold with stgereo image

diff --git a/src/modules.cpp b/src/modules.cpp
index 020f75c..0519775 100644
--- a/src/modules.cpp
+++ b/src/modules.cpp
@@ -995,7 +995,7 @@ bool analyzer_audio_module::get_graph(int index, int subindex, float *data, int
     }
     
     if (!active or subindex > 1 or !*params[param_analyzer_display]
-        or (subindex > 0 and !*params[param_analyzer_hold]))
+        or (subindex > 0 and (!*params[param_analyzer_hold] or *params[param_analyzer_mode] == 3)))
         // stop drawing
         return false;
     bool fftdone = false; // if fft was renewed, this one is true

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list