1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 14:02:57 +02:00

Remove PluginManager::GetTranslatedVendor()...

... Instead, use the IdentInterfaceSymbol for vendor reported by the effect
This commit is contained in:
Paul Licameli
2018-03-29 16:26:23 -04:00
parent 0394660e9e
commit 11d217076a
10 changed files with 29 additions and 23 deletions

View File

@@ -897,7 +897,7 @@ wxString AudioUnitEffect::GetName()
IdentInterfaceSymbol AudioUnitEffect::GetVendor()
{
return mVendor;
return { mVendor };
}
wxString AudioUnitEffect::GetVersion()