mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 20:26:30 +01:00
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:
parent
2f1bc2334c
commit
01231deaa5
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue