mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
ARAHosting: Move to juce_audio_processors_headless
This commit is contained in:
parent
9c88358e46
commit
edcc699aa8
6 changed files with 2 additions and 2 deletions
|
|
@ -172,7 +172,6 @@ private:
|
|||
#include "format_types/juce_VSTPluginFormat.cpp"
|
||||
#include "format_types/juce_VST3PluginFormat.cpp"
|
||||
#include "format_types/juce_AudioUnitPluginFormat.mm"
|
||||
#include "format_types/juce_ARAHosting.cpp"
|
||||
#include "scanning/juce_KnownPluginList.cpp"
|
||||
#include "scanning/juce_PluginDirectoryScanner.cpp"
|
||||
#include "scanning/juce_PluginListComponent.cpp"
|
||||
|
|
|
|||
|
|
@ -148,7 +148,6 @@
|
|||
#include "format_types/juce_VST3PluginFormat.h"
|
||||
#include "format_types/juce_VSTMidiEventList.h"
|
||||
#include "format_types/juce_VSTPluginFormat.h"
|
||||
#include "format_types/juce_ARAHosting.h"
|
||||
#include "scanning/juce_PluginDirectoryScanner.h"
|
||||
#include "scanning/juce_PluginListComponent.h"
|
||||
#include "utilities/juce_ParameterAttachments.h"
|
||||
|
|
|
|||
|
|
@ -68,3 +68,4 @@
|
|||
#include <juce_audio_processors_headless/format_types/juce_LADSPAPluginFormatHeadless.cpp>
|
||||
#include <juce_audio_processors_headless/format_types/juce_LV2PluginFormatHeadless.cpp>
|
||||
#include <juce_audio_processors_headless/format_types/juce_VST3PluginFormatHeadless.cpp>
|
||||
#include <juce_audio_processors_headless/format_types/juce_ARAHosting.cpp>
|
||||
|
|
|
|||
|
|
@ -93,3 +93,4 @@
|
|||
#include <juce_audio_processors_headless/format_types/juce_LADSPAPluginFormatHeadless.h>
|
||||
#include <juce_audio_processors_headless/format_types/juce_LV2PluginFormatHeadless.h>
|
||||
#include <juce_audio_processors_headless/format_types/juce_VST3PluginFormatHeadless.h>
|
||||
#include <juce_audio_processors_headless/format_types/juce_ARAHosting.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue