[SCM] calf/master: Merge branch 'bugfix-0.0.16'

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


+ ChangeLog: update for 0.0.16.3
+ AutoHell: change version to 0.0.16.3
+ Framework: unbreak compilation without LV2 core installed
+ AutoHell: remove calf.desktop from this branch too, add calf.desktop and autom4te.cache to .gitignore
+ AutoHell: update version number to 0.0.16.2
+ ChangeLog: update to reflect DSSI GUI fix
+ MultiChorus: fix DSSI GUI too
+ ChangeLog: updated to 0.0.16.1 (also incremented version number in configure.ac)
+ MultiChorus: get LV2 GUI to work (continue using that nasty hack for now)
+ Knob: eat mouse wheel and pointer motion events so that they do not end up (for example) moving canvas unnecessarily
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
X-Git-Refname: refs/heads/master
X-Git-Reftype: branch
X-Git-Oldrev: d6a3c1a63a147948535a50da009275278ad5e6a3
X-Git-Newrev: 34569260c452f0fa4c543155ebba174a42a343dc

The following commit has been merged in the master branch:
commit ce4d518f08df917351156120a7ecce4c66e090eb
Merge: c9909817825d07492fb551337e65c8b6cfda452e 0e47c7202b2dedf5ef4e035ec09767d861082dd4
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Thu Oct 30 20:06:28 2008 +0000

    Merge branch 'bugfix-0.0.16'
    
    Conflicts:
    
    	ChangeLog
    	configure.ac

diff --combined src/modules.cpp
index 45bccef,f8a17bd..b8e6359
--- a/src/modules.cpp
+++ b/src/modules.cpp
@@@ -31,7 -31,9 +31,9 @@@
  
  using namespace synth;
  
+ #if USE_LV2
  template<class Module> LV2_Descriptor lv2_small_wrapper<Module>::descriptor;
+ #endif
  
  const char *synth::calf_copyright_info = "(C) 2001-2008 Krzysztof Foltman, license: LGPL";
  
@@@ -155,6 -157,14 +157,6 @@@ synth::ladspa_plugin_info rotary_speake
  
  ////////////////////////////////////////////////////////////////////////////
  
 -synth::ladspa_plugin_info organ_audio_module::plugin_info = { 0x8481, "Organ", "Calf Organ", "Krzysztof Foltman", synth::calf_copyright_info, "SynthesizerPlugin" };
 -
 -////////////////////////////////////////////////////////////////////////////
 -
 -synth::ladspa_plugin_info monosynth_audio_module::plugin_info = { 0x8480, "Monosynth", "Calf Monosynth", "Krzysztof Foltman", synth::calf_copyright_info, "SynthesizerPlugin" };
 -
 -////////////////////////////////////////////////////////////////////////////
 -
  const char *multichorus_audio_module::port_names[] = {"In L", "In R", "Out L", "Out R"};
  
  parameter_properties multichorus_audio_module::param_props[] = {
@@@ -165,8 -175,6 +167,8 @@@
      { 4,          1,   8,   8, PF_INT | PF_SCALE_LINEAR | PF_CTL_FADER, NULL, "voices", "Voices"},
      { 64,         0, 360,  91, PF_FLOAT | PF_SCALE_LINEAR | PF_CTL_KNOB | PF_UNIT_DEG, NULL, "vphase", "Inter-voice phase" },
      { 2,          0,   4,   0, PF_FLOAT | PF_SCALE_GAIN | PF_CTL_KNOB | PF_UNIT_COEF | PF_PROP_NOBOUNDS, NULL, "amount", "Amount" },
 +    { 180,        0, 360,  91, PF_FLOAT | PF_SCALE_LINEAR | PF_CTL_KNOB | PF_UNIT_DEG | PF_PROP_OUTPUT | PF_PROP_OPTIONAL, NULL, "lfo_phase_l", "Left LFO phase" },
 +    { 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" },
  };
  
  synth::ladspa_plugin_info multichorus_audio_module::plugin_info = { 0x8501, "MultiChorus", "Calf MultiChorus", "Krzysztof Foltman", synth::calf_copyright_info, "ChorusPlugin" };

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list