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:
parent
977874ab93
commit
046a91db0b
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user