mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
Add debug trace for LV2 like the other APIs.
git-svn-id: svn://localhost/ardour2/branches/3.0@13137 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
4b053d06f7
commit
0cba3886da
1 changed files with 1 additions and 0 deletions
|
|
@ -510,6 +510,7 @@ PluginManager::get_ladspa_category (uint32_t plugin_id)
|
|||
void
|
||||
PluginManager::lv2_refresh ()
|
||||
{
|
||||
DEBUG_TRACE (DEBUG::PluginManager, "LV2: refresh\n");
|
||||
delete _lv2_plugin_info;
|
||||
_lv2_plugin_info = LV2PluginInfo::discover();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue