[SCM] calf/master: Merge branch 'master' of git://repo.or.cz/calf

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


+ Framework: attempt to make modules_dev.h usable for new modules again
+ ChangeLog: updated for 0.0.16
+ AutoHell: Add missing calf.desktop file and .gitignore
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 a53bb1a032cc12a68f76e501e674e30c7e1caea7
Merge: 3e1dcf78086b186e5b213bc7d8d49a0feb24296a e0a49bea4693018f09ced1b586fc5a2ee587dbeb
Author: Thor Harald Johansen <thor at thor-pc.(none)>
Date:   Wed Oct 29 22:32:25 2008 +0100

    Merge branch 'master' of git://repo.or.cz/calf

diff --combined src/calf/modules_dev.h
index 7ab8e42,4b99b82..4aea579
--- a/src/calf/modules_dev.h
+++ b/src/calf/modules_dev.h
@@@ -21,21 -21,12 +21,25 @@@
  #ifndef __CALF_MODULES_DEV_H
  #define __CALF_MODULES_DEV_H
  
+ namespace synth {
+ 
  #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