temporary debugging for slv2/calf issue

git-svn-id: svn://localhost/ardour2/branches/3.0@9417 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-04-24 14:00:36 +00:00
parent 977874ab93
commit 046a91db0b

View 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,