[SCM] calf/master: Local commit as per kfoltman's instructions.

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


The following commit has been merged in the master branch:
commit 3e1dcf78086b186e5b213bc7d8d49a0feb24296a
Author: Thor Harald Johansen <thor at thor-pc.(none)>
Date:   Wed Oct 29 22:32:12 2008 +0100

    Local commit as per kfoltman's instructions.

diff --git a/src/calf/modulelist.h b/src/calf/modulelist.h
index 5f7f559..c0a077b 100644
--- a/src/calf/modulelist.h
+++ b/src/calf/modulelist.h
@@ -8,6 +8,9 @@
     PER_MODULE_ITEM(rotary_speaker, false, "rotaryspeaker")
     PER_MODULE_ITEM(phaser, false, "phaser")
     PER_MODULE_ITEM(multichorus, false, "multichorus")
+#ifdef ENABLE_EXPERIMENTAL
+    PER_MODULE_ITEM(compressor, false, "compressor")
+#endif
 #undef PER_MODULE_ITEM
 #endif
 #ifdef PER_SMALL_MODULE_ITEM
@@ -86,4 +89,4 @@
     PER_SMALL_MODULE_ITEM(msgread_e, "msgread_e")
 #endif
 #undef PER_SMALL_MODULE_ITEM
-#endif
\ No newline at end of file
+#endif
diff --git a/src/calf/modules_dev.h b/src/calf/modules_dev.h
index 4513856..7ab8e42 100644
--- a/src/calf/modules_dev.h
+++ b/src/calf/modules_dev.h
@@ -23,6 +23,19 @@
 
 #if ENABLE_EXPERIMENTAL
 
+namespace synth {
+
+class compressor_audio_module: public null_audio_module {
+public:
+    enum { in_count = 1, out_count = 1, support_midi = false, rt_capable = true };
+    enum { dummy, param_count };
+
+    static synth::ladspa_plugin_info plugin_info;
+    static parameter_properties param_props[];
+};
+
+};
+
 #endif
 
 #endif

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list