[SCM] calf/master: + MultiChorus: get LV2 GUI to work (continue using that nasty hack for now)

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


The following commit has been merged in the master branch:
commit 6388bba19542d31511b69565a32ca2c7e5faeac3
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Wed Oct 29 23:36:36 2008 +0000

    + MultiChorus: get LV2 GUI to work (continue using that nasty hack for now)

diff --git a/src/lv2gui.cpp b/src/lv2gui.cpp
index 05d4669..6d7d848 100644
--- a/src/lv2gui.cpp
+++ b/src/lv2gui.cpp
@@ -155,6 +155,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