mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
VST plugin title fix #6467
This commit is contained in:
parent
e2f30624a7
commit
f7e10d0fe8
1 changed files with 3 additions and 0 deletions
|
|
@ -614,6 +614,9 @@ VSTPlugin::unique_id () const
|
|||
const char *
|
||||
VSTPlugin::name () const
|
||||
{
|
||||
if (!_info->name.empty ()) {
|
||||
return _info->name.c_str();
|
||||
}
|
||||
return _handle->name;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue