temporary debugging for slv2/calf issue
[ardour.git] / gtk2_ardour / lv2_plugin_ui.cc
index bc11d31ccecd21964aa3f2777e4bf6f9d80bdeee..5a6407439910fbe8bd16a2ff24bd52500a63deb6 100644 (file)
@@ -185,6 +185,17 @@ LV2PluginUI::lv2ui_instantiate(const std::string& title)
                LV2PluginUI::lv2_ui_write, NULL, NULL, NULL);
        }
        SLV2UI ui = _lv2->slv2_ui();
+
+       cerr << "get ui_GtkUI as URI\n";
+       slv2_value_as_uri (ui_GtkUI);
+       cerr << "get plugin as URI\n";
+       slv2_value_as_uri (slv2_plugin_get_uri(_lv2->slv2_plugin()));
+       cerr << "get ui as URI\n";
+       slv2_value_as_uri (slv2_ui_get_uri(ui));
+       cerr << "get ui_type as URI\n";
+       slv2_value_as_uri (_lv2->ui_type());
+       cerr << "Now instantiate the GUI...\n";
+
        _inst = suil_instance_new(
                LV2PluginUI::ui_host,
                this,