From 00f57d43c589272f1fe535203a050bdaccfe5a06 Mon Sep 17 00:00:00 2001 From: tpoole Date: Tue, 28 Feb 2017 16:21:30 +0000 Subject: [PATCH] Resaved all projects --- examples/AUv3Synth/JuceLibraryCode/AppConfig.h | 9 ++++++++- examples/AnimationAppExample/JuceLibraryCode/AppConfig.h | 9 ++++++++- examples/AudioAppExample/JuceLibraryCode/AppConfig.h | 9 ++++++++- .../BLOCKS/BlocksDrawing/JuceLibraryCode/AppConfig.h | 9 ++++++++- .../BLOCKS/BlocksMonitor/JuceLibraryCode/AppConfig.h | 9 ++++++++- examples/BLOCKS/BlocksSynth/JuceLibraryCode/AppConfig.h | 9 ++++++++- .../JuceLibraryCode/AppConfig.h | 9 ++++++++- .../ComponentTutorialExample/JuceLibraryCode/AppConfig.h | 9 ++++++++- examples/Demo/JuceLibraryCode/AppConfig.h | 9 ++++++++- examples/HelloWorld/JuceLibraryCode/AppConfig.h | 9 ++++++++- examples/MPETest/JuceLibraryCode/AppConfig.h | 9 ++++++++- examples/MidiTest/JuceLibraryCode/AppConfig.h | 9 ++++++++- examples/NetworkGraphicsDemo/JuceLibraryCode/AppConfig.h | 9 ++++++++- examples/OSCMonitor/JuceLibraryCode/AppConfig.h | 9 ++++++++- examples/OSCReceiver/JuceLibraryCode/AppConfig.h | 9 ++++++++- examples/OSCSender/JuceLibraryCode/AppConfig.h | 9 ++++++++- examples/OpenGLAppExample/JuceLibraryCode/AppConfig.h | 9 ++++++++- examples/PluckedStringsDemo/JuceLibraryCode/AppConfig.h | 9 ++++++++- .../Arpeggiator/JuceLibraryCode/AppConfig.h | 9 ++++++++- .../PlugInSamples/GainPlugIn/JuceLibraryCode/AppConfig.h | 9 ++++++++- .../MultiOutSynth/JuceLibraryCode/AppConfig.h | 9 ++++++++- .../PlugInSamples/NoiseGate/JuceLibraryCode/AppConfig.h | 9 ++++++++- .../PlugInSamples/Surround/JuceLibraryCode/AppConfig.h | 9 ++++++++- examples/SimpleFFTExample/JuceLibraryCode/AppConfig.h | 9 ++++++++- examples/audio plugin demo/JuceLibraryCode/AppConfig.h | 9 ++++++++- examples/audio plugin host/JuceLibraryCode/AppConfig.h | 9 ++++++++- extras/AudioPerformanceTest/JuceLibraryCode/AppConfig.h | 9 ++++++++- extras/Projucer/JuceLibraryCode/AppConfig.h | 9 ++++++++- extras/UnitTestRunner/JuceLibraryCode/AppConfig.h | 9 ++++++++- extras/binarybuilder/JuceLibraryCode/AppConfig.h | 2 +- extras/windows dll/JuceLibraryCode/AppConfig.h | 9 ++++++++- 31 files changed, 241 insertions(+), 31 deletions(-) diff --git a/examples/AUv3Synth/JuceLibraryCode/AppConfig.h b/examples/AUv3Synth/JuceLibraryCode/AppConfig.h index 0e3ccc745c..643723a4e2 100644 --- a/examples/AUv3Synth/JuceLibraryCode/AppConfig.h +++ b/examples/AUv3Synth/JuceLibraryCode/AppConfig.h @@ -36,7 +36,7 @@ //============================================================================== #ifndef JUCE_STANDALONE_APPLICATION - #ifdef JucePlugin_Build_Standalone + #if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) #define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone #else #define JUCE_STANDALONE_APPLICATION 0 @@ -175,6 +175,13 @@ //#define JUCE_ALLOW_STATIC_NULL_VARIABLES #endif +//============================================================================== +// juce_events flags: + +#ifndef JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK + //#define JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK +#endif + //============================================================================== // juce_graphics flags: diff --git a/examples/AnimationAppExample/JuceLibraryCode/AppConfig.h b/examples/AnimationAppExample/JuceLibraryCode/AppConfig.h index 2a4393950a..f6901bac54 100644 --- a/examples/AnimationAppExample/JuceLibraryCode/AppConfig.h +++ b/examples/AnimationAppExample/JuceLibraryCode/AppConfig.h @@ -37,7 +37,7 @@ //============================================================================== #ifndef JUCE_STANDALONE_APPLICATION - #ifdef JucePlugin_Build_Standalone + #if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) #define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone #else #define JUCE_STANDALONE_APPLICATION 1 @@ -154,6 +154,13 @@ //#define JUCE_ALLOW_STATIC_NULL_VARIABLES #endif +//============================================================================== +// juce_events flags: + +#ifndef JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK + //#define JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK +#endif + //============================================================================== // juce_graphics flags: diff --git a/examples/AudioAppExample/JuceLibraryCode/AppConfig.h b/examples/AudioAppExample/JuceLibraryCode/AppConfig.h index b95bf2d0b0..1f08091c94 100644 --- a/examples/AudioAppExample/JuceLibraryCode/AppConfig.h +++ b/examples/AudioAppExample/JuceLibraryCode/AppConfig.h @@ -38,7 +38,7 @@ //============================================================================== #ifndef JUCE_STANDALONE_APPLICATION - #ifdef JucePlugin_Build_Standalone + #if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) #define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone #else #define JUCE_STANDALONE_APPLICATION 1 @@ -166,6 +166,13 @@ //#define JUCE_ALLOW_STATIC_NULL_VARIABLES #endif +//============================================================================== +// juce_events flags: + +#ifndef JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK + //#define JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK +#endif + //============================================================================== // juce_graphics flags: diff --git a/examples/BLOCKS/BlocksDrawing/JuceLibraryCode/AppConfig.h b/examples/BLOCKS/BlocksDrawing/JuceLibraryCode/AppConfig.h index ffffca918f..ede6f22a82 100644 --- a/examples/BLOCKS/BlocksDrawing/JuceLibraryCode/AppConfig.h +++ b/examples/BLOCKS/BlocksDrawing/JuceLibraryCode/AppConfig.h @@ -37,7 +37,7 @@ //============================================================================== #ifndef JUCE_STANDALONE_APPLICATION - #ifdef JucePlugin_Build_Standalone + #if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) #define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone #else #define JUCE_STANDALONE_APPLICATION 1 @@ -165,6 +165,13 @@ //#define JUCE_ALLOW_STATIC_NULL_VARIABLES #endif +//============================================================================== +// juce_events flags: + +#ifndef JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK + //#define JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK +#endif + //============================================================================== // juce_graphics flags: diff --git a/examples/BLOCKS/BlocksMonitor/JuceLibraryCode/AppConfig.h b/examples/BLOCKS/BlocksMonitor/JuceLibraryCode/AppConfig.h index ffffca918f..ede6f22a82 100644 --- a/examples/BLOCKS/BlocksMonitor/JuceLibraryCode/AppConfig.h +++ b/examples/BLOCKS/BlocksMonitor/JuceLibraryCode/AppConfig.h @@ -37,7 +37,7 @@ //============================================================================== #ifndef JUCE_STANDALONE_APPLICATION - #ifdef JucePlugin_Build_Standalone + #if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) #define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone #else #define JUCE_STANDALONE_APPLICATION 1 @@ -165,6 +165,13 @@ //#define JUCE_ALLOW_STATIC_NULL_VARIABLES #endif +//============================================================================== +// juce_events flags: + +#ifndef JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK + //#define JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK +#endif + //============================================================================== // juce_graphics flags: diff --git a/examples/BLOCKS/BlocksSynth/JuceLibraryCode/AppConfig.h b/examples/BLOCKS/BlocksSynth/JuceLibraryCode/AppConfig.h index ffffca918f..ede6f22a82 100644 --- a/examples/BLOCKS/BlocksSynth/JuceLibraryCode/AppConfig.h +++ b/examples/BLOCKS/BlocksSynth/JuceLibraryCode/AppConfig.h @@ -37,7 +37,7 @@ //============================================================================== #ifndef JUCE_STANDALONE_APPLICATION - #ifdef JucePlugin_Build_Standalone + #if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) #define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone #else #define JUCE_STANDALONE_APPLICATION 1 @@ -165,6 +165,13 @@ //#define JUCE_ALLOW_STATIC_NULL_VARIABLES #endif +//============================================================================== +// juce_events flags: + +#ifndef JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK + //#define JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK +#endif + //============================================================================== // juce_graphics flags: diff --git a/examples/BouncingBallWavetableDemo/JuceLibraryCode/AppConfig.h b/examples/BouncingBallWavetableDemo/JuceLibraryCode/AppConfig.h index 3bb5e6dcbe..3b662b3120 100644 --- a/examples/BouncingBallWavetableDemo/JuceLibraryCode/AppConfig.h +++ b/examples/BouncingBallWavetableDemo/JuceLibraryCode/AppConfig.h @@ -37,7 +37,7 @@ //============================================================================== #ifndef JUCE_STANDALONE_APPLICATION - #ifdef JucePlugin_Build_Standalone + #if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) #define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone #else #define JUCE_STANDALONE_APPLICATION 1 @@ -165,6 +165,13 @@ //#define JUCE_ALLOW_STATIC_NULL_VARIABLES #endif +//============================================================================== +// juce_events flags: + +#ifndef JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK + //#define JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK +#endif + //============================================================================== // juce_graphics flags: diff --git a/examples/ComponentTutorialExample/JuceLibraryCode/AppConfig.h b/examples/ComponentTutorialExample/JuceLibraryCode/AppConfig.h index 1b3ac8f766..f96f0141fe 100644 --- a/examples/ComponentTutorialExample/JuceLibraryCode/AppConfig.h +++ b/examples/ComponentTutorialExample/JuceLibraryCode/AppConfig.h @@ -30,7 +30,7 @@ //============================================================================== #ifndef JUCE_STANDALONE_APPLICATION - #ifdef JucePlugin_Build_Standalone + #if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) #define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone #else #define JUCE_STANDALONE_APPLICATION 1 @@ -74,6 +74,13 @@ //#define JUCE_ALLOW_STATIC_NULL_VARIABLES #endif +//============================================================================== +// juce_events flags: + +#ifndef JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK + //#define JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK +#endif + //============================================================================== // juce_graphics flags: diff --git a/examples/Demo/JuceLibraryCode/AppConfig.h b/examples/Demo/JuceLibraryCode/AppConfig.h index 06b08bf541..0f01d0f50d 100644 --- a/examples/Demo/JuceLibraryCode/AppConfig.h +++ b/examples/Demo/JuceLibraryCode/AppConfig.h @@ -39,7 +39,7 @@ //============================================================================== #ifndef JUCE_STANDALONE_APPLICATION - #ifdef JucePlugin_Build_Standalone + #if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) #define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone #else #define JUCE_STANDALONE_APPLICATION 1 @@ -167,6 +167,13 @@ //#define JUCE_ALLOW_STATIC_NULL_VARIABLES #endif +//============================================================================== +// juce_events flags: + +#ifndef JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK + //#define JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK +#endif + //============================================================================== // juce_graphics flags: diff --git a/examples/HelloWorld/JuceLibraryCode/AppConfig.h b/examples/HelloWorld/JuceLibraryCode/AppConfig.h index 1b3ac8f766..f96f0141fe 100644 --- a/examples/HelloWorld/JuceLibraryCode/AppConfig.h +++ b/examples/HelloWorld/JuceLibraryCode/AppConfig.h @@ -30,7 +30,7 @@ //============================================================================== #ifndef JUCE_STANDALONE_APPLICATION - #ifdef JucePlugin_Build_Standalone + #if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) #define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone #else #define JUCE_STANDALONE_APPLICATION 1 @@ -74,6 +74,13 @@ //#define JUCE_ALLOW_STATIC_NULL_VARIABLES #endif +//============================================================================== +// juce_events flags: + +#ifndef JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK + //#define JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK +#endif + //============================================================================== // juce_graphics flags: diff --git a/examples/MPETest/JuceLibraryCode/AppConfig.h b/examples/MPETest/JuceLibraryCode/AppConfig.h index b95bf2d0b0..1f08091c94 100644 --- a/examples/MPETest/JuceLibraryCode/AppConfig.h +++ b/examples/MPETest/JuceLibraryCode/AppConfig.h @@ -38,7 +38,7 @@ //============================================================================== #ifndef JUCE_STANDALONE_APPLICATION - #ifdef JucePlugin_Build_Standalone + #if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) #define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone #else #define JUCE_STANDALONE_APPLICATION 1 @@ -166,6 +166,13 @@ //#define JUCE_ALLOW_STATIC_NULL_VARIABLES #endif +//============================================================================== +// juce_events flags: + +#ifndef JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK + //#define JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK +#endif + //============================================================================== // juce_graphics flags: diff --git a/examples/MidiTest/JuceLibraryCode/AppConfig.h b/examples/MidiTest/JuceLibraryCode/AppConfig.h index a6123067eb..94e501e537 100644 --- a/examples/MidiTest/JuceLibraryCode/AppConfig.h +++ b/examples/MidiTest/JuceLibraryCode/AppConfig.h @@ -35,7 +35,7 @@ //============================================================================== #ifndef JUCE_STANDALONE_APPLICATION - #ifdef JucePlugin_Build_Standalone + #if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) #define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone #else #define JUCE_STANDALONE_APPLICATION 1 @@ -163,6 +163,13 @@ //#define JUCE_ALLOW_STATIC_NULL_VARIABLES #endif +//============================================================================== +// juce_events flags: + +#ifndef JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK + //#define JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK +#endif + //============================================================================== // juce_graphics flags: diff --git a/examples/NetworkGraphicsDemo/JuceLibraryCode/AppConfig.h b/examples/NetworkGraphicsDemo/JuceLibraryCode/AppConfig.h index 3199443bcf..f6c267fbff 100644 --- a/examples/NetworkGraphicsDemo/JuceLibraryCode/AppConfig.h +++ b/examples/NetworkGraphicsDemo/JuceLibraryCode/AppConfig.h @@ -38,7 +38,7 @@ //============================================================================== #ifndef JUCE_STANDALONE_APPLICATION - #ifdef JucePlugin_Build_Standalone + #if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) #define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone #else #define JUCE_STANDALONE_APPLICATION 1 @@ -166,6 +166,13 @@ //#define JUCE_ALLOW_STATIC_NULL_VARIABLES #endif +//============================================================================== +// juce_events flags: + +#ifndef JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK + //#define JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK +#endif + //============================================================================== // juce_graphics flags: diff --git a/examples/OSCMonitor/JuceLibraryCode/AppConfig.h b/examples/OSCMonitor/JuceLibraryCode/AppConfig.h index de6f0f0ef0..3ccaa895e9 100644 --- a/examples/OSCMonitor/JuceLibraryCode/AppConfig.h +++ b/examples/OSCMonitor/JuceLibraryCode/AppConfig.h @@ -38,7 +38,7 @@ //============================================================================== #ifndef JUCE_STANDALONE_APPLICATION - #ifdef JucePlugin_Build_Standalone + #if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) #define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone #else #define JUCE_STANDALONE_APPLICATION 1 @@ -155,6 +155,13 @@ //#define JUCE_ALLOW_STATIC_NULL_VARIABLES #endif +//============================================================================== +// juce_events flags: + +#ifndef JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK + //#define JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK +#endif + //============================================================================== // juce_graphics flags: diff --git a/examples/OSCReceiver/JuceLibraryCode/AppConfig.h b/examples/OSCReceiver/JuceLibraryCode/AppConfig.h index f683946a7f..6b449e522c 100644 --- a/examples/OSCReceiver/JuceLibraryCode/AppConfig.h +++ b/examples/OSCReceiver/JuceLibraryCode/AppConfig.h @@ -32,7 +32,7 @@ //============================================================================== #ifndef JUCE_STANDALONE_APPLICATION - #ifdef JucePlugin_Build_Standalone + #if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) #define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone #else #define JUCE_STANDALONE_APPLICATION 1 @@ -76,6 +76,13 @@ //#define JUCE_ALLOW_STATIC_NULL_VARIABLES #endif +//============================================================================== +// juce_events flags: + +#ifndef JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK + //#define JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK +#endif + //============================================================================== // juce_graphics flags: diff --git a/examples/OSCSender/JuceLibraryCode/AppConfig.h b/examples/OSCSender/JuceLibraryCode/AppConfig.h index 4cbcd96ab5..cf65362380 100644 --- a/examples/OSCSender/JuceLibraryCode/AppConfig.h +++ b/examples/OSCSender/JuceLibraryCode/AppConfig.h @@ -30,7 +30,7 @@ //============================================================================== #ifndef JUCE_STANDALONE_APPLICATION - #ifdef JucePlugin_Build_Standalone + #if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) #define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone #else #define JUCE_STANDALONE_APPLICATION 1 @@ -74,6 +74,13 @@ //#define JUCE_ALLOW_STATIC_NULL_VARIABLES #endif +//============================================================================== +// juce_events flags: + +#ifndef JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK + //#define JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK +#endif + //============================================================================== // juce_graphics flags: diff --git a/examples/OpenGLAppExample/JuceLibraryCode/AppConfig.h b/examples/OpenGLAppExample/JuceLibraryCode/AppConfig.h index 2a4393950a..f6901bac54 100644 --- a/examples/OpenGLAppExample/JuceLibraryCode/AppConfig.h +++ b/examples/OpenGLAppExample/JuceLibraryCode/AppConfig.h @@ -37,7 +37,7 @@ //============================================================================== #ifndef JUCE_STANDALONE_APPLICATION - #ifdef JucePlugin_Build_Standalone + #if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) #define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone #else #define JUCE_STANDALONE_APPLICATION 1 @@ -154,6 +154,13 @@ //#define JUCE_ALLOW_STATIC_NULL_VARIABLES #endif +//============================================================================== +// juce_events flags: + +#ifndef JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK + //#define JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK +#endif + //============================================================================== // juce_graphics flags: diff --git a/examples/PluckedStringsDemo/JuceLibraryCode/AppConfig.h b/examples/PluckedStringsDemo/JuceLibraryCode/AppConfig.h index a6123067eb..94e501e537 100644 --- a/examples/PluckedStringsDemo/JuceLibraryCode/AppConfig.h +++ b/examples/PluckedStringsDemo/JuceLibraryCode/AppConfig.h @@ -35,7 +35,7 @@ //============================================================================== #ifndef JUCE_STANDALONE_APPLICATION - #ifdef JucePlugin_Build_Standalone + #if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) #define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone #else #define JUCE_STANDALONE_APPLICATION 1 @@ -163,6 +163,13 @@ //#define JUCE_ALLOW_STATIC_NULL_VARIABLES #endif +//============================================================================== +// juce_events flags: + +#ifndef JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK + //#define JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK +#endif + //============================================================================== // juce_graphics flags: diff --git a/examples/PlugInSamples/Arpeggiator/JuceLibraryCode/AppConfig.h b/examples/PlugInSamples/Arpeggiator/JuceLibraryCode/AppConfig.h index e794ddaca5..f33a6b1292 100644 --- a/examples/PlugInSamples/Arpeggiator/JuceLibraryCode/AppConfig.h +++ b/examples/PlugInSamples/Arpeggiator/JuceLibraryCode/AppConfig.h @@ -38,7 +38,7 @@ //============================================================================== #ifndef JUCE_STANDALONE_APPLICATION - #ifdef JucePlugin_Build_Standalone + #if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) #define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone #else #define JUCE_STANDALONE_APPLICATION 0 @@ -166,6 +166,13 @@ //#define JUCE_ALLOW_STATIC_NULL_VARIABLES #endif +//============================================================================== +// juce_events flags: + +#ifndef JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK + //#define JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK +#endif + //============================================================================== // juce_graphics flags: diff --git a/examples/PlugInSamples/GainPlugIn/JuceLibraryCode/AppConfig.h b/examples/PlugInSamples/GainPlugIn/JuceLibraryCode/AppConfig.h index 522e42b4c7..bbc225c918 100644 --- a/examples/PlugInSamples/GainPlugIn/JuceLibraryCode/AppConfig.h +++ b/examples/PlugInSamples/GainPlugIn/JuceLibraryCode/AppConfig.h @@ -38,7 +38,7 @@ //============================================================================== #ifndef JUCE_STANDALONE_APPLICATION - #ifdef JucePlugin_Build_Standalone + #if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) #define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone #else #define JUCE_STANDALONE_APPLICATION 0 @@ -166,6 +166,13 @@ //#define JUCE_ALLOW_STATIC_NULL_VARIABLES #endif +//============================================================================== +// juce_events flags: + +#ifndef JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK + //#define JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK +#endif + //============================================================================== // juce_graphics flags: diff --git a/examples/PlugInSamples/MultiOutSynth/JuceLibraryCode/AppConfig.h b/examples/PlugInSamples/MultiOutSynth/JuceLibraryCode/AppConfig.h index a7edc4d85e..b8d37bba4b 100644 --- a/examples/PlugInSamples/MultiOutSynth/JuceLibraryCode/AppConfig.h +++ b/examples/PlugInSamples/MultiOutSynth/JuceLibraryCode/AppConfig.h @@ -38,7 +38,7 @@ //============================================================================== #ifndef JUCE_STANDALONE_APPLICATION - #ifdef JucePlugin_Build_Standalone + #if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) #define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone #else #define JUCE_STANDALONE_APPLICATION 0 @@ -166,6 +166,13 @@ //#define JUCE_ALLOW_STATIC_NULL_VARIABLES #endif +//============================================================================== +// juce_events flags: + +#ifndef JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK + //#define JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK +#endif + //============================================================================== // juce_graphics flags: diff --git a/examples/PlugInSamples/NoiseGate/JuceLibraryCode/AppConfig.h b/examples/PlugInSamples/NoiseGate/JuceLibraryCode/AppConfig.h index 00caaf5af9..2a74f0dee9 100644 --- a/examples/PlugInSamples/NoiseGate/JuceLibraryCode/AppConfig.h +++ b/examples/PlugInSamples/NoiseGate/JuceLibraryCode/AppConfig.h @@ -38,7 +38,7 @@ //============================================================================== #ifndef JUCE_STANDALONE_APPLICATION - #ifdef JucePlugin_Build_Standalone + #if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) #define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone #else #define JUCE_STANDALONE_APPLICATION 0 @@ -166,6 +166,13 @@ //#define JUCE_ALLOW_STATIC_NULL_VARIABLES #endif +//============================================================================== +// juce_events flags: + +#ifndef JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK + //#define JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK +#endif + //============================================================================== // juce_graphics flags: diff --git a/examples/PlugInSamples/Surround/JuceLibraryCode/AppConfig.h b/examples/PlugInSamples/Surround/JuceLibraryCode/AppConfig.h index c906e269c3..8118f5e295 100644 --- a/examples/PlugInSamples/Surround/JuceLibraryCode/AppConfig.h +++ b/examples/PlugInSamples/Surround/JuceLibraryCode/AppConfig.h @@ -38,7 +38,7 @@ //============================================================================== #ifndef JUCE_STANDALONE_APPLICATION - #ifdef JucePlugin_Build_Standalone + #if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) #define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone #else #define JUCE_STANDALONE_APPLICATION 0 @@ -166,6 +166,13 @@ //#define JUCE_ALLOW_STATIC_NULL_VARIABLES #endif +//============================================================================== +// juce_events flags: + +#ifndef JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK + //#define JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK +#endif + //============================================================================== // juce_graphics flags: diff --git a/examples/SimpleFFTExample/JuceLibraryCode/AppConfig.h b/examples/SimpleFFTExample/JuceLibraryCode/AppConfig.h index a6123067eb..94e501e537 100644 --- a/examples/SimpleFFTExample/JuceLibraryCode/AppConfig.h +++ b/examples/SimpleFFTExample/JuceLibraryCode/AppConfig.h @@ -35,7 +35,7 @@ //============================================================================== #ifndef JUCE_STANDALONE_APPLICATION - #ifdef JucePlugin_Build_Standalone + #if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) #define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone #else #define JUCE_STANDALONE_APPLICATION 1 @@ -163,6 +163,13 @@ //#define JUCE_ALLOW_STATIC_NULL_VARIABLES #endif +//============================================================================== +// juce_events flags: + +#ifndef JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK + //#define JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK +#endif + //============================================================================== // juce_graphics flags: diff --git a/examples/audio plugin demo/JuceLibraryCode/AppConfig.h b/examples/audio plugin demo/JuceLibraryCode/AppConfig.h index 980dddf457..92c3d862b3 100644 --- a/examples/audio plugin demo/JuceLibraryCode/AppConfig.h +++ b/examples/audio plugin demo/JuceLibraryCode/AppConfig.h @@ -36,7 +36,7 @@ //============================================================================== #ifndef JUCE_STANDALONE_APPLICATION - #ifdef JucePlugin_Build_Standalone + #if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) #define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone #else #define JUCE_STANDALONE_APPLICATION 0 @@ -175,6 +175,13 @@ //#define JUCE_ALLOW_STATIC_NULL_VARIABLES #endif +//============================================================================== +// juce_events flags: + +#ifndef JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK + //#define JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK +#endif + //============================================================================== // juce_graphics flags: diff --git a/examples/audio plugin host/JuceLibraryCode/AppConfig.h b/examples/audio plugin host/JuceLibraryCode/AppConfig.h index 887b9c3b87..fd62ce1c31 100644 --- a/examples/audio plugin host/JuceLibraryCode/AppConfig.h +++ b/examples/audio plugin host/JuceLibraryCode/AppConfig.h @@ -38,7 +38,7 @@ //============================================================================== #ifndef JUCE_STANDALONE_APPLICATION - #ifdef JucePlugin_Build_Standalone + #if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) #define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone #else #define JUCE_STANDALONE_APPLICATION 1 @@ -166,6 +166,13 @@ //#define JUCE_ALLOW_STATIC_NULL_VARIABLES #endif +//============================================================================== +// juce_events flags: + +#ifndef JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK + //#define JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK +#endif + //============================================================================== // juce_graphics flags: diff --git a/extras/AudioPerformanceTest/JuceLibraryCode/AppConfig.h b/extras/AudioPerformanceTest/JuceLibraryCode/AppConfig.h index a6123067eb..94e501e537 100644 --- a/extras/AudioPerformanceTest/JuceLibraryCode/AppConfig.h +++ b/extras/AudioPerformanceTest/JuceLibraryCode/AppConfig.h @@ -35,7 +35,7 @@ //============================================================================== #ifndef JUCE_STANDALONE_APPLICATION - #ifdef JucePlugin_Build_Standalone + #if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) #define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone #else #define JUCE_STANDALONE_APPLICATION 1 @@ -163,6 +163,13 @@ //#define JUCE_ALLOW_STATIC_NULL_VARIABLES #endif +//============================================================================== +// juce_events flags: + +#ifndef JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK + //#define JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK +#endif + //============================================================================== // juce_graphics flags: diff --git a/extras/Projucer/JuceLibraryCode/AppConfig.h b/extras/Projucer/JuceLibraryCode/AppConfig.h index 37fabb966b..bd240b76a3 100644 --- a/extras/Projucer/JuceLibraryCode/AppConfig.h +++ b/extras/Projucer/JuceLibraryCode/AppConfig.h @@ -31,7 +31,7 @@ //============================================================================== #ifndef JUCE_STANDALONE_APPLICATION - #ifdef JucePlugin_Build_Standalone + #if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) #define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone #else #define JUCE_STANDALONE_APPLICATION 1 @@ -75,6 +75,13 @@ //#define JUCE_ALLOW_STATIC_NULL_VARIABLES #endif +//============================================================================== +// juce_events flags: + +#ifndef JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK + //#define JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK +#endif + //============================================================================== // juce_graphics flags: diff --git a/extras/UnitTestRunner/JuceLibraryCode/AppConfig.h b/extras/UnitTestRunner/JuceLibraryCode/AppConfig.h index de6f0f0ef0..3ccaa895e9 100644 --- a/extras/UnitTestRunner/JuceLibraryCode/AppConfig.h +++ b/extras/UnitTestRunner/JuceLibraryCode/AppConfig.h @@ -38,7 +38,7 @@ //============================================================================== #ifndef JUCE_STANDALONE_APPLICATION - #ifdef JucePlugin_Build_Standalone + #if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) #define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone #else #define JUCE_STANDALONE_APPLICATION 1 @@ -155,6 +155,13 @@ //#define JUCE_ALLOW_STATIC_NULL_VARIABLES #endif +//============================================================================== +// juce_events flags: + +#ifndef JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK + //#define JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK +#endif + //============================================================================== // juce_graphics flags: diff --git a/extras/binarybuilder/JuceLibraryCode/AppConfig.h b/extras/binarybuilder/JuceLibraryCode/AppConfig.h index 6ca7c2df96..c5571bfbe6 100644 --- a/extras/binarybuilder/JuceLibraryCode/AppConfig.h +++ b/extras/binarybuilder/JuceLibraryCode/AppConfig.h @@ -25,7 +25,7 @@ //============================================================================== #ifndef JUCE_STANDALONE_APPLICATION - #ifdef JucePlugin_Build_Standalone + #if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) #define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone #else #define JUCE_STANDALONE_APPLICATION 1 diff --git a/extras/windows dll/JuceLibraryCode/AppConfig.h b/extras/windows dll/JuceLibraryCode/AppConfig.h index b95bf2d0b0..1f08091c94 100644 --- a/extras/windows dll/JuceLibraryCode/AppConfig.h +++ b/extras/windows dll/JuceLibraryCode/AppConfig.h @@ -38,7 +38,7 @@ //============================================================================== #ifndef JUCE_STANDALONE_APPLICATION - #ifdef JucePlugin_Build_Standalone + #if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) #define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone #else #define JUCE_STANDALONE_APPLICATION 1 @@ -166,6 +166,13 @@ //#define JUCE_ALLOW_STATIC_NULL_VARIABLES #endif +//============================================================================== +// juce_events flags: + +#ifndef JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK + //#define JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK +#endif + //============================================================================== // juce_graphics flags: