[SCM] calf/master: + Organ: made DSSI GUI inclusion independent of --enable-experimental

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:37:08 UTC 2013


The following commit has been merged in the master branch:
commit 75d389a34f2a242f71108d44073e1c3d68cc0a13
Author: kfoltman <kfoltman at 78b06b96-2940-0410-b7fc-879d825d01d8>
Date:   Thu Apr 10 17:35:26 2008 +0000

    + Organ: made DSSI GUI inclusion independent of --enable-experimental
    
    
    
    git-svn-id: https://calf.svn.sourceforge.net/svnroot/calf/trunk@152 78b06b96-2940-0410-b7fc-879d825d01d8

diff --git a/src/dssigui.cpp b/src/dssigui.cpp
index 4f03503..7ced5b8 100644
--- a/src/dssigui.cpp
+++ b/src/dssigui.cpp
@@ -168,11 +168,11 @@ plugin_proxy_base *create_plugin_proxy(const char *effect_name)
         return new plugin_proxy<monosynth_audio_module>();
     else if (!strcmp(effect_name, "vintagedelay"))
         return new plugin_proxy<vintage_delay_audio_module>();
-#ifdef ENABLE_EXPERIMENTAL
     else if (!strcmp(effect_name, "organ"))
         return new plugin_proxy<organ_audio_module>();
     else if (!strcmp(effect_name, "rotaryspeaker"))
         return new plugin_proxy<rotary_speaker_audio_module>();
+#ifdef ENABLE_EXPERIMENTAL
 #endif
     else
         return NULL;

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list