[SCM] calf/master: Foo

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


The following commit has been merged in the master branch:
commit 0ec05e2ab5c1daa76e3003abc6a872f2a6c98ab2
Author: Thor Harald Johansen <thor at thor-pc.(none)>
Date:   Wed Oct 29 23:01:09 2008 +0100

    Foo

diff --git a/src/modules.cpp b/src/modules.cpp
index f9f307f..a00d8de 100644
--- a/src/modules.cpp
+++ b/src/modules.cpp
@@ -177,6 +177,12 @@ parameter_properties multichorus_audio_module::param_props[] = {
 
 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[] = {
+    { 1,      0, 1,    0, PF_FLOAT | PF_SCALE_LOG | PF_CTL_KNOB | PF_UNIT_DB, NULL, "threshold", "Threshold" }
+};
+
+synth::ladspa_plugin_info compressor_audio_module::plugin_info = { 0x8502, "Compressor", "Calf Compressor", "Thor Harald Johansen", synth::calf_copyright_info, "CompressorPlugin" };
+
 ////////////////////////////////////////////////////////////////////////////
 
 template<class Module>

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list