1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

AAX Client: Enable host-provided editor when plugin does not supply an editor

This commit is contained in:
reuk 2024-11-21 13:26:44 +00:00
parent 4e6440c3d7
commit 04fa895f38
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C

View file

@ -2466,6 +2466,9 @@ namespace AAXClasses
properties->AddProperty (AAX_eProperty_InputStemFormat, static_cast<AAX_CPropertyValue> (aaxInputFormat));
properties->AddProperty (AAX_eProperty_OutputStemFormat, static_cast<AAX_CPropertyValue> (aaxOutputFormat));
// If the plugin doesn't have an editor, ask the host to provide one
properties->AddProperty (AAX_eProperty_UsesClientGUI, static_cast<AAX_CPropertyValue> (! processor.hasEditor()));
const auto& extensions = processor.getAAXClientExtensions();
// This value needs to match the RTAS wrapper's Type ID, so that