[SCM] calf/master: Fix organ crash in calfjackhost.

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


The following commit has been merged in the master branch:
commit b2853103199b3f5f3a5d22271c5d89122514dd53
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Fri Sep 24 22:22:56 2010 +0100

    Fix organ crash in calfjackhost.

diff --git a/src/organ.cpp b/src/organ.cpp
index b28cbaa..bfd6760 100644
--- a/src/organ.cpp
+++ b/src/organ.cpp
@@ -950,6 +950,8 @@ char *organ_audio_module::configure(const char *key, const char *value)
 {
     if (!strcmp(key, "map_curve"))
     {
+        if (!value)
+            value = "2\n0 1\n1 1\n";
         var_map_curve = value;
         stringstream ss(value);
         int i = 0;

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list