13
0

additional temporary debugging for slv2/calf issue

git-svn-id: svn://localhost/ardour2/branches/3.0@9420 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-04-24 15:04:55 +00:00
parent 2f1bc2334c
commit 01231deaa5

View 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