Refreshed patches
authorIOhannes m zmölnig <zmoelnig@umlautS.umlaeute.mur.at>
Wed, 11 Apr 2018 18:43:06 +0000 (20:43 +0200)
committerIOhannes m zmölnig <zmoelnig@umlautS.umlaeute.mur.at>
Wed, 11 Apr 2018 18:43:06 +0000 (20:43 +0200)
debian/patches/LV2-audioprocessor.patch

index df3f2c7092b466578f85b45c974d8d7edbc1e0f5..9e113655e8a8261f5df0cda34cab0032d1b71a04 100644 (file)
@@ -7,7 +7,7 @@ Last-Update: 2018-02-10
 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
@@ -15,7 +15,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
      //==============================================================================\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
@@ -23,7 +23,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  \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
@@ -35,7 +35,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
      /** 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
@@ -47,7 +47,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  \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
@@ -55,7 +55,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
          wrapperType_Standalone\r
      };\r
  \r
-@@ -1584,7 +1594,9 @@
+@@ -1613,7 +1623,9 @@
  \r
      //==============================================================================\r
      Array<AudioProcessorListener*> listeners;\r