This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- juce.orig/modules/juce_audio_processors/processors/juce_AudioProcessor.h
+++ juce/modules/juce_audio_processors/processors/juce_AudioProcessor.h
-@@ -937,6 +937,7 @@
+@@ -927,6 +927,7 @@
*/\r
virtual void setNonRealtime (bool isNonRealtime) noexcept;\r
\r
//==============================================================================\r
/** Creates the processor's GUI.\r
\r
-@@ -983,6 +984,7 @@
+@@ -973,6 +974,7 @@
This may call createEditor() internally to create the component.\r
*/\r
AudioProcessorEditor* createEditorIfNeeded();\r
\r
//==============================================================================\r
/** This must return the correct value immediately after the object has been\r
-@@ -1307,6 +1309,11 @@
+@@ -1297,6 +1299,11 @@
virtual void processorLayoutsChanged();\r
\r
//==============================================================================\r
/** Adds a listener that will be called when an aspect of this processor changes. */\r
virtual void addListener (AudioProcessorListener* newListener);\r
\r
-@@ -1348,9 +1355,11 @@
+@@ -1338,9 +1345,11 @@
const AudioChannelSet& mainOutputLayout,\r
bool idForAudioSuite) const;\r
\r
\r
/** Flags to indicate the type of plugin context in which a processor is being used. */\r
enum WrapperType\r
-@@ -1362,6 +1371,7 @@
+@@ -1352,6 +1361,7 @@
wrapperType_AudioUnitv3,\r
wrapperType_RTAS,\r
wrapperType_AAX,\r
wrapperType_Standalone\r
};\r
\r
-@@ -1613,7 +1623,9 @@
+@@ -1601,7 +1611,9 @@
\r
//==============================================================================\r
Array<AudioProcessorListener*> listeners;\r
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- juce.orig/extras/Projucer/Source/Application/jucer_AutoUpdater.cpp
+++ juce/extras/Projucer/Source/Application/jucer_AutoUpdater.cpp
-@@ -608,6 +608,7 @@
+@@ -617,6 +617,7 @@
\r
void LatestVersionChecker::checkForNewVersion()\r
{\r
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- juce.orig/extras/Projucer/Source/Application/Windows/jucer_ApplicationUsageDataWindowComponent.h
+++ juce/extras/Projucer/Source/Application/Windows/jucer_ApplicationUsageDataWindowComponent.h
-@@ -68,10 +68,10 @@
+@@ -69,10 +69,10 @@
\r
auto* controller = ProjucerApplication::getApp().licenseController.get();\r
\r
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- juce.orig/extras/Projucer/Source/Settings/jucer_StoredSettings.cpp
+++ juce/extras/Projucer/Source/Settings/jucer_StoredSettings.cpp
-@@ -309,7 +309,7 @@
+@@ -311,7 +311,7 @@
else if (key == Ids::defaultJuceModulePath)\r
{\r
v = (os == TargetOS::windows ? "C:\\JUCE\\modules"\r