mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-17 00:44:19 +00:00
Fix for shell names in the VST host.
This commit is contained in:
parent
e80e396f5d
commit
eb284c7cd4
1 changed files with 1 additions and 0 deletions
|
|
@ -2703,6 +2703,7 @@ void VSTPluginFormat::findAllTypesForFile (OwnedArray<PluginDescription>& result
|
|||
{
|
||||
jassert (desc.uid == uid);
|
||||
desc.hasSharedContainer = true;
|
||||
desc.name = shellEffectName;
|
||||
|
||||
if (! arrayContainsPlugin (results, desc))
|
||||
results.add (new PluginDescription (desc));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue