mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 19:56:31 +01:00
little extra debugging to show discovered LXVST .so's
This commit is contained in:
parent
4abbabdcf9
commit
74d54ae739
1 changed files with 2 additions and 0 deletions
|
|
@ -699,6 +699,8 @@ PluginManager::lxvst_discover (string path)
|
||||||
VSTInfo* finfo;
|
VSTInfo* finfo;
|
||||||
char buf[32];
|
char buf[32];
|
||||||
|
|
||||||
|
DEBUG_TRACE (DEBUG::PluginManager, string_compose ("checking apparent LXVST plugin at %1\n", path));
|
||||||
|
|
||||||
if ((finfo = vstfx_get_info (const_cast<char *> (path.c_str()))) == 0) {
|
if ((finfo = vstfx_get_info (const_cast<char *> (path.c_str()))) == 0) {
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue