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

libs/ardour/lv2_plugin.cc

index 57242afab3f67414c03e7b318cc2a1d3d07c9da2..ea13ffc160e428700813ecfea87094ee5290c7a0 100644 (file)
@@ -206,6 +206,7 @@ LV2Plugin::init(LV2World& world, SLV2Plugin plugin, framecnt_t rate)
        }
 
        SLV2UIs uis = slv2_plugin_get_uis(_plugin);
+       cerr << name() << " appears to have " << slv2_uis_size(uis) << endl;
        if (slv2_uis_size(uis) > 0) {
 #if defined(HAVE_NEW_SLV2) and defined(HAVE_SUIL)
                // Look for embeddable UI