[SCM] calf/master: + Compressor: Added macros to exclude Compressor parameters from modules.cpp if not building in experimental mode.

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:38:03 UTC 2013


The following commit has been merged in the master branch:
commit f09650ce6717eb84a754e858abfaffcc5dd69352
Author: Thor Harald Johansen <thj at thj.no>
Date:   Fri Oct 31 22:10:17 2008 +0100

    + Compressor: Added macros to exclude Compressor parameters from modules.cpp if not building in experimental mode.

diff --git a/src/modules.cpp b/src/modules.cpp
index a91b158..0b40b21 100644
--- a/src/modules.cpp
+++ b/src/modules.cpp
@@ -171,6 +171,8 @@ parameter_properties multichorus_audio_module::param_props[] = {
     { 180,        0, 360,  91, PF_FLOAT | PF_SCALE_LINEAR | PF_CTL_KNOB | PF_UNIT_DEG | PF_PROP_OUTPUT | PF_PROP_OPTIONAL, NULL, "lfo_phase_r", "Right LFO phase" },
 };
 
+#if ENABLE_EXPERIMENTAL
+
 synth::ladspa_plugin_info multichorus_audio_module::plugin_info = { 0x8501, "MultiChorus", "Calf MultiChorus", "Krzysztof Foltman", synth::calf_copyright_info, "ChorusPlugin" };
 
 parameter_properties compressor_audio_module::param_props[] = {
@@ -187,6 +189,8 @@ synth::ladspa_plugin_info compressor_audio_module::plugin_info = { 0x8502, "Comp
 
 const char *compressor_audio_module::port_names[] = {"In L", "In R", "Out L", "Out R"};
 
+#endif
+
 ////////////////////////////////////////////////////////////////////////////
 
 template<class Module>

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list