[SCM] calf/master: Comment out the barfage when passing configure variables via message_run.

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:40:23 UTC 2013


The following commit has been merged in the master branch:
commit 1e767ff88578011c2f65466d5516953271e2cafd
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Sun Sep 19 23:26:07 2010 +0100

    Comment out the barfage when passing configure variables via message_run.

diff --git a/src/calf/lv2wrap.h b/src/calf/lv2wrap.h
index d38b8ea..2c130be 100644
--- a/src/calf/lv2wrap.h
+++ b/src/calf/lv2wrap.h
@@ -108,7 +108,7 @@ struct lv2_instance: public plugin_ctl_iface, public progress_report_iface
             int ppn = pn + ofs;
             if ((pp.flags & PF_TYPEMASK) == PF_STRING && (vi[ppn >> 3] & (1 << (ppn & 7)))
                 && (((LV2_String_Data *)params[pn])->flags & LV2_STRING_DATA_CHANGED_FLAG)) {
-                printf("Calling configure on %s\n", pp.short_name);
+                // printf("Calling configure on %s\n", pp.short_name);
                 configure(pp.short_name, ((LV2_String_Data *)params[pn])->data);
             }
         }

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list