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
-@@ -908,6 +908,7 @@
+@@ -937,6 +937,7 @@
*/\r
virtual void setNonRealtime (bool isNonRealtime) noexcept;\r
\r
//==============================================================================\r
/** Creates the processor's GUI.\r
\r
-@@ -954,6 +955,7 @@
+@@ -983,6 +984,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
-@@ -1278,6 +1280,11 @@
+@@ -1307,6 +1309,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
-@@ -1319,9 +1326,11 @@
+@@ -1348,9 +1355,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
-@@ -1333,6 +1342,7 @@
+@@ -1362,6 +1371,7 @@
wrapperType_AudioUnitv3,\r
wrapperType_RTAS,\r
wrapperType_AAX,\r
wrapperType_Standalone\r
};\r
\r
-@@ -1584,7 +1594,9 @@
+@@ -1613,7 +1623,9 @@
\r
//==============================================================================\r
Array<AudioProcessorListener*> listeners;\r