[SCM] calf/master: + Small plugins: fix allpass name (preventing correct instantiation)

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


The following commit has been merged in the master branch:
commit 22120310c80bddc27a16d673d826234463bf1b17
Author: kfoltman <kfoltman at 78b06b96-2940-0410-b7fc-879d825d01d8>
Date:   Thu Sep 18 21:26:49 2008 +0000

    + Small plugins: fix allpass name (preventing correct instantiation)
    
    
    git-svn-id: https://calf.svn.sourceforge.net/svnroot/calf/trunk@291 78b06b96-2940-0410-b7fc-879d825d01d8

diff --git a/src/modules.cpp b/src/modules.cpp
index 7ea7fab..1c1aab0 100644
--- a/src/modules.cpp
+++ b/src/modules.cpp
@@ -189,7 +189,7 @@ SMALL_WRAPPERS(small_br_filter, "notch6")
 
 SMALL_WRAPPERS(small_onepole_lp_filter, "lowpass6")
 SMALL_WRAPPERS(small_onepole_hp_filter, "highpass6")
-SMALL_WRAPPERS(small_onepole_ap_filter, "allpass1")
+SMALL_WRAPPERS(small_onepole_ap_filter, "allpass")
 
 SMALL_WRAPPERS(small_min, "min")
 SMALL_WRAPPERS(small_max, "max")

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list