[SCM] calf/master: + Phaser: fix conflicting LADSPA ID

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


The following commit has been merged in the master branch:
commit a37dbc1af7a28211e55bfaed013ad21e7cdf28ed
Author: kfoltman <kfoltman at 78b06b96-2940-0410-b7fc-879d825d01d8>
Date:   Sat Oct 18 12:56:13 2008 +0000

    + Phaser: fix conflicting LADSPA ID
    
    
    git-svn-id: https://calf.svn.sourceforge.net/svnroot/calf/trunk@339 78b06b96-2940-0410-b7fc-879d825d01d8

diff --git a/src/modules.cpp b/src/modules.cpp
index 870e740..1ba1bc6 100644
--- a/src/modules.cpp
+++ b/src/modules.cpp
@@ -66,7 +66,7 @@ parameter_properties phaser_audio_module::param_props[] = {
     { 1,          0, 2,     0, PF_FLOAT | PF_SCALE_GAIN | PF_CTL_KNOB | PF_UNIT_COEF | PF_PROP_NOBOUNDS, NULL, "amount", "Amount" },
 };
 
-synth::ladspa_plugin_info phaser_audio_module::plugin_info = { 0x847d, "Phaser", "Calf Phaser", "Krzysztof Foltman", synth::calf_copyright_info, "PhaserPlugin" };
+synth::ladspa_plugin_info phaser_audio_module::plugin_info = { 0x8484, "Phaser", "Calf Phaser", "Krzysztof Foltman", synth::calf_copyright_info, "PhaserPlugin" };
 
 ////////////////////////////////////////////////////////////////////////////
 

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list