13
0

yet more temporary debugging for slv2/calf issue

git-svn-id: svn://localhost/ardour2/branches/3.0@9422 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-04-24 15:08:31 +00:00
parent 5b1f0e7919
commit 613c11c5ac

View File

@ -219,6 +219,7 @@ LV2Plugin::init(LV2World& world, SLV2Plugin plugin, framecnt_t rate)
&_ui_type)) {
// TODO: Multiple UI support
_ui = this_ui;
cerr << name() << " got a viable GTK UI\n";
break;
} else {
cerr << name() << " does not support GTK UI\n";