From 30590f318b4d2721f14134aa39bd65790a945a8b Mon Sep 17 00:00:00 2001 From: =?utf8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 11 Apr 2018 20:43:06 +0200 Subject: [PATCH] Refreshed patches --- debian/patches/LV2-audioprocessor.patch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/debian/patches/LV2-audioprocessor.patch b/debian/patches/LV2-audioprocessor.patch index df3f2c70..9e113655 100644 --- a/debian/patches/LV2-audioprocessor.patch +++ b/debian/patches/LV2-audioprocessor.patch @@ -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 @@ */ virtual void setNonRealtime (bool isNonRealtime) noexcept; @@ -15,7 +15,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ //============================================================================== /** Creates the processor's GUI. -@@ -954,6 +955,7 @@ +@@ -983,6 +984,7 @@ This may call createEditor() internally to create the component. */ AudioProcessorEditor* createEditorIfNeeded(); @@ -23,7 +23,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ //============================================================================== /** This must return the correct value immediately after the object has been -@@ -1278,6 +1280,11 @@ +@@ -1307,6 +1309,11 @@ virtual void processorLayoutsChanged(); //============================================================================== @@ -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. */ virtual void addListener (AudioProcessorListener* newListener); -@@ -1319,9 +1326,11 @@ +@@ -1348,9 +1355,11 @@ const AudioChannelSet& mainOutputLayout, bool idForAudioSuite) const; @@ -47,7 +47,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ /** Flags to indicate the type of plugin context in which a processor is being used. */ enum WrapperType -@@ -1333,6 +1342,7 @@ +@@ -1362,6 +1371,7 @@ wrapperType_AudioUnitv3, wrapperType_RTAS, wrapperType_AAX, @@ -55,7 +55,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ wrapperType_Standalone }; -@@ -1584,7 +1594,9 @@ +@@ -1613,7 +1623,9 @@ //============================================================================== Array listeners; -- 2.30.2