[SCM] calf/master: + LV2: call plugin's activate on second activate

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


The following commit has been merged in the master branch:
commit 0773d64d796cd23725b0c52be9367601b13b1fad
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Tue Nov 11 23:27:14 2008 +0000

    + LV2: call plugin's activate on second activate

diff --git a/src/calf/lv2wrap.h b/src/calf/lv2wrap.h
index 3b3b910..0c6e567 100644
--- a/src/calf/lv2wrap.h
+++ b/src/calf/lv2wrap.h
@@ -166,6 +166,8 @@ struct lv2_wrapper
     }
 
     static void cb_activate(LV2_Handle Instance) {
+        instance *const mod = (instance *)Instance;
+        mod->set_srate = true;
     }
     
     static void cb_deactivate(LV2_Handle Instance) {

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list