mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Linux: Enable ARA compilation
This commit is contained in:
parent
53619b927c
commit
82a31c9ccc
15 changed files with 28 additions and 18 deletions
|
|
@ -427,7 +427,7 @@ struct GraphEditorPanel::PluginComponent : public Component,
|
|||
menu->addItem ("Show all parameters", [this] { showWindow (PluginWindow::Type::generic); });
|
||||
menu->addItem ("Show debug log", [this] { showWindow (PluginWindow::Type::debug); });
|
||||
|
||||
#if JUCE_PLUGINHOST_ARA && (JUCE_MAC || JUCE_WINDOWS)
|
||||
#if JUCE_PLUGINHOST_ARA && (JUCE_MAC || JUCE_WINDOWS || JUCE_LINUX)
|
||||
if (auto* instance = dynamic_cast<AudioPluginInstance*> (getProcessor()))
|
||||
if (instance->getPluginDescription().hasARAExtension && isNodeUsingARA())
|
||||
menu->addItem ("Show ARA host controls", [this] { showWindow (PluginWindow::Type::araHost); });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue