[SCM] calf/master: + MultiChorus: fix DSSI GUI too

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


The following commit has been merged in the master branch:
commit 4e6dcde7445919e0e19fd300a34a98699d9af93e
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Thu Oct 30 00:05:23 2008 +0000

    + MultiChorus: fix DSSI GUI too

diff --git a/src/dssigui.cpp b/src/dssigui.cpp
index 1536930..39c41ca 100644
--- a/src/dssigui.cpp
+++ b/src/dssigui.cpp
@@ -207,6 +207,8 @@ plugin_proxy_base *create_plugin_proxy(const char *effect_name)
         return new plugin_proxy<organ_audio_module>();
     else if (!strcmp(effect_name, "rotaryspeaker"))
         return new plugin_proxy<rotary_speaker_audio_module>();
+    else if (!strcmp(effect_name, "multichorus"))
+        return new plugin_proxy<multichorus_audio_module>();
 #ifdef ENABLE_EXPERIMENTAL
 #endif
     else

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list