mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
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:
parent
046a91db0b
commit
a851e3b5d9
1 changed files with 5 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue