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:
parent
4e6440c3d7
commit
04fa895f38
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue