more temporary debugging for slv2/calf issue

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

View file

@ -194,8 +194,12 @@ LV2PluginUI::lv2ui_instantiate(const std::string& title)
slv2_value_as_uri (slv2_ui_get_uri(ui));
cerr << "get ui_type as URI\n";
slv2_value_as_uri (_lv2->ui_type());
cerr << "get bundle as URI\n";
slv2_value_as_uri (slv2_ui_get_bundle_uri(ui));
cerr << "get binary as URI\n";
slv2_value_as_uri (slv2_ui_get_binary_uri(ui));
cerr << "Now instantiate the GUI...\n";
_inst = suil_instance_new(
LV2PluginUI::ui_host,
this,