VST plugin title fix #6467
This commit is contained in:
parent
e2f30624a7
commit
f7e10d0fe8
@ -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…
Reference in New Issue
Block a user