mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
AU: Move juce_AU_Shared.h to juce_audio_processors_headless
This commit is contained in:
parent
426b74fcf7
commit
3ae5a2d4ea
6 changed files with 5 additions and 5 deletions
|
|
@ -74,7 +74,7 @@ JUCE_END_IGNORE_WARNINGS_GCC_LIKE
|
|||
#include <juce_audio_basics/native/juce_CoreAudioTimeConversions_mac.h>
|
||||
#include <juce_audio_basics/native/juce_AudioWorkgroup_mac.h>
|
||||
#include <juce_audio_processors_headless/format_types/juce_LegacyAudioParameter.h>
|
||||
#include <juce_audio_processors/format_types/juce_AU_Shared.h>
|
||||
#include <juce_audio_processors_headless/format_types/juce_AU_Shared.h>
|
||||
#include <juce_gui_basics/detail/juce_ComponentPeerHelpers.h>
|
||||
|
||||
#if JucePlugin_Enable_ARA
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@
|
|||
#include <juce_audio_basics/native/juce_CoreAudioTimeConversions_mac.h>
|
||||
#include <juce_audio_basics/native/juce_AudioWorkgroup_mac.h>
|
||||
#include <juce_audio_processors_headless/format_types/juce_LegacyAudioParameter.h>
|
||||
#include <juce_audio_processors/format_types/juce_AU_Shared.h>
|
||||
#include <juce_audio_processors_headless/format_types/juce_AU_Shared.h>
|
||||
|
||||
#define JUCE_VIEWCONTROLLER_OBJC_NAME(x) JUCE_JOIN_MACRO (x, FactoryAUv3)
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ namespace juce
|
|||
{
|
||||
|
||||
//==============================================================================
|
||||
void addDefaultFormatsToManager (AudioPluginFormatManager& manager)
|
||||
void addDefaultFormatsToManager ([[maybe_unused]] AudioPluginFormatManager& manager)
|
||||
{
|
||||
#if JUCE_INTERNAL_HAS_AU
|
||||
manager.addFormat (std::make_unique<AudioUnitPluginFormat>());
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
|
||||
#include <juce_audio_basics/native/juce_CoreAudioTimeConversions_mac.h>
|
||||
#include <juce_audio_basics/native/juce_CoreAudioLayouts_mac.h>
|
||||
#include <juce_audio_processors/format_types/juce_AU_Shared.h>
|
||||
#include <juce_audio_processors_headless/format_types/juce_AU_Shared.h>
|
||||
#include <juce_audio_processors_headless/format_types/juce_ARACommonInternal.h>
|
||||
|
||||
namespace juce
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
==============================================================================
|
||||
*/
|
||||
|
||||
#include "juce_AU_Shared.h"
|
||||
#include <juce_audio_processors_headless/format_types/juce_AU_Shared.h>
|
||||
|
||||
namespace juce
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue