mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
LV2: Add initial hosting support
This commit is contained in:
parent
1d04669410
commit
1182024fc4
280 changed files with 18125 additions and 295 deletions
|
|
@ -333,7 +333,8 @@ void setAutoScaleValueForPlugin (const String& identifier, AutoScale s)
|
|||
static bool isAutoScaleAvailableForPlugin (const PluginDescription& description)
|
||||
{
|
||||
return autoScaleOptionAvailable
|
||||
&& description.pluginFormatName.containsIgnoreCase ("VST");
|
||||
&& (description.pluginFormatName.containsIgnoreCase ("VST")
|
||||
|| description.pluginFormatName.containsIgnoreCase ("LV2"));
|
||||
}
|
||||
|
||||
bool shouldAutoScalePlugin (const PluginDescription& description)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue