[SCM] calf/master: + Multi Chorus: new effect added (incomplete)

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


The following commit has been merged in the master branch:
commit 47ac8ce73edec6993f8ec830ec9679f9042a0597
Author: kfoltman <kfoltman at 78b06b96-2940-0410-b7fc-879d825d01d8>
Date:   Mon Oct 27 23:36:04 2008 +0000

    + Multi Chorus: new effect added (incomplete)
    
    
    git-svn-id: https://calf.svn.sourceforge.net/svnroot/calf/trunk@341 78b06b96-2940-0410-b7fc-879d825d01d8

diff --git a/src/calf/modules_dev.h b/src/calf/multichorus.h
similarity index 87%
copy from src/calf/modules_dev.h
copy to src/calf/multichorus.h
index 4513856..42d64e5 100644
--- a/src/calf/modules_dev.h
+++ b/src/calf/multichorus.h
@@ -1,5 +1,5 @@
 /* Calf DSP Library
- * Prototype audio modules
+ * Multitap chorus class.
  *
  * Copyright (C) 2001-2007 Krzysztof Foltman
  *
@@ -18,11 +18,11 @@
  * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
  * Boston, MA 02111-1307, USA.
  */
-#ifndef __CALF_MODULES_DEV_H
-#define __CALF_MODULES_DEV_H
+#ifndef __CALF_MULTICHORUS_H
+#define __CALF_MULTICHORUS_H
 
-#if ENABLE_EXPERIMENTAL
+#include "audio_fx.h"
 
 #endif
 
-#endif
+

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list