[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 c515000ae2b10a39936f489a9e87d9d42f0a773b
Author: Krzysztof Foltman <kfoltman at ubuntu.(none)>
Date:   Mon Oct 27 22:41:21 2008 +0000

    + Multi Chorus: new effect added (incomplete)

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