[SCM] calf/master: Attempt to fix initialisation of non-port values in the GUI.

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:41:16 UTC 2013


The following commit has been merged in the master branch:
commit 3897a3dd0e683ac0addc4e919e27562dfedbdef7
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Tue Oct 2 18:46:43 2012 +0100

    Attempt to fix initialisation of non-port values in the GUI.

diff --git a/src/lv2gui.cpp b/src/lv2gui.cpp
index 6f20aa7..9d5f8e7 100644
--- a/src/lv2gui.cpp
+++ b/src/lv2gui.cpp
@@ -294,6 +294,7 @@ LV2UI_Handle gui_instantiate(const struct _LV2UI_Descriptor* descriptor,
     assert(xml);
     *(GtkWidget **)(widget) = gui->create_from_xml(proxy, xml);
     proxy->enable_all_sends();
+    proxy->send_configures(gui);
     if (*(GtkWidget **)(widget))
         proxy->source_id = g_timeout_add_full(G_PRIORITY_LOW, 1000/30, plugin_on_idle, gui, NULL); // 30 fps should be enough for everybody    
     gui->show_rack_ears(proxy->get_config()->rack_ears);

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list