|
|
@@ -1,8 +1,8 @@ |
|
|
|
diff --git a/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp b/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp |
|
|
|
index 29df141..bc4b02a 100644 |
|
|
|
--- a/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp |
|
|
|
+++ b/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp |
|
|
|
@@ -282,10 +282,6 @@ public: |
|
|
|
diff --git a/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp b/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp
|
|
|
|
index 29df141..bc4b02a 100644
|
|
|
|
--- a/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp
|
|
|
|
+++ b/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp
|
|
|
|
@@ -282,10 +282,6 @@ public:
|
|
|
|
setInitialDelay (filter->getLatencySamples());
|
|
|
|
programsAreChunks (true);
|
|
|
|
|
|
|
@@ -13,7 +13,7 @@ index 29df141..bc4b02a 100644 |
|
|
|
activePlugins.add (this);
|
|
|
|
}
|
|
|
|
|
|
|
|
@@ -1166,8 +1162,10 @@ public: |
|
|
|
@@ -1166,8 +1162,10 @@ public:
|
|
|
|
editorComp->addToDesktop (0, ptr);
|
|
|
|
hostWindow = (HWND) ptr;
|
|
|
|
#elif JUCE_LINUX
|
|
|
@@ -25,15 +25,3 @@ index 29df141..bc4b02a 100644 |
|
|
|
#else
|
|
|
|
hostWindow = attachComponentToWindowRef (editorComp, ptr, useNSView);
|
|
|
|
#endif
|
|
|
|
diff --git a/modules/juce_audio_plugin_client/utility/juce_PluginUtilities.cpp b/modules/juce_audio_plugin_client/utility/juce_PluginUtilities.cpp |
|
|
|
index 82e7e47..8400493 100644 |
|
|
|
--- a/modules/juce_audio_plugin_client/utility/juce_PluginUtilities.cpp |
|
|
|
+++ b/modules/juce_audio_plugin_client/utility/juce_PluginUtilities.cpp |
|
|
|
@@ -31,7 +31,6 @@ |
|
|
|
#include "AppConfig.h"
|
|
|
|
|
|
|
|
#include "../utility/juce_CheckSettingMacros.h"
|
|
|
|
-#include "juce_IncludeModuleHeaders.h"
|
|
|
|
|
|
|
|
#if _MSC_VER || JUCE_MINGW
|
|
|
|
|