more temporary debugging for slv2/calf issue
authorPaul Davis <paul@linuxaudiosystems.com>
Sun, 24 Apr 2011 14:02:22 +0000 (14:02 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Sun, 24 Apr 2011 14:02:22 +0000 (14:02 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@9418 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/lv2_plugin_ui.cc

index 5a6407439910fbe8bd16a2ff24bd52500a63deb6..25805cbaccce07edb4539a9e9a120095e3fad41b 100644 (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,