@@ -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: | |||
@@ -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: | |||
@@ -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: | |||
@@ -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: | |||
@@ -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: | |||
@@ -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: | |||
@@ -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: | |||
@@ -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: | |||
@@ -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: | |||
@@ -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: | |||
@@ -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: | |||
@@ -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: | |||
@@ -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: | |||
@@ -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: | |||
@@ -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: | |||
@@ -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: | |||
@@ -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: | |||
@@ -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: | |||
@@ -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: | |||
@@ -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: | |||
@@ -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: | |||
@@ -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: | |||
@@ -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: | |||
@@ -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: | |||
@@ -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: | |||
@@ -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: | |||
@@ -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: | |||
@@ -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: | |||
@@ -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: | |||
@@ -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 | |||
@@ -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: | |||