Browse Source

Resaved all projects

tags/2021-05-28
tpoole 8 years ago
parent
commit
00f57d43c5
31 changed files with 241 additions and 31 deletions
  1. +8
    -1
      examples/AUv3Synth/JuceLibraryCode/AppConfig.h
  2. +8
    -1
      examples/AnimationAppExample/JuceLibraryCode/AppConfig.h
  3. +8
    -1
      examples/AudioAppExample/JuceLibraryCode/AppConfig.h
  4. +8
    -1
      examples/BLOCKS/BlocksDrawing/JuceLibraryCode/AppConfig.h
  5. +8
    -1
      examples/BLOCKS/BlocksMonitor/JuceLibraryCode/AppConfig.h
  6. +8
    -1
      examples/BLOCKS/BlocksSynth/JuceLibraryCode/AppConfig.h
  7. +8
    -1
      examples/BouncingBallWavetableDemo/JuceLibraryCode/AppConfig.h
  8. +8
    -1
      examples/ComponentTutorialExample/JuceLibraryCode/AppConfig.h
  9. +8
    -1
      examples/Demo/JuceLibraryCode/AppConfig.h
  10. +8
    -1
      examples/HelloWorld/JuceLibraryCode/AppConfig.h
  11. +8
    -1
      examples/MPETest/JuceLibraryCode/AppConfig.h
  12. +8
    -1
      examples/MidiTest/JuceLibraryCode/AppConfig.h
  13. +8
    -1
      examples/NetworkGraphicsDemo/JuceLibraryCode/AppConfig.h
  14. +8
    -1
      examples/OSCMonitor/JuceLibraryCode/AppConfig.h
  15. +8
    -1
      examples/OSCReceiver/JuceLibraryCode/AppConfig.h
  16. +8
    -1
      examples/OSCSender/JuceLibraryCode/AppConfig.h
  17. +8
    -1
      examples/OpenGLAppExample/JuceLibraryCode/AppConfig.h
  18. +8
    -1
      examples/PluckedStringsDemo/JuceLibraryCode/AppConfig.h
  19. +8
    -1
      examples/PlugInSamples/Arpeggiator/JuceLibraryCode/AppConfig.h
  20. +8
    -1
      examples/PlugInSamples/GainPlugIn/JuceLibraryCode/AppConfig.h
  21. +8
    -1
      examples/PlugInSamples/MultiOutSynth/JuceLibraryCode/AppConfig.h
  22. +8
    -1
      examples/PlugInSamples/NoiseGate/JuceLibraryCode/AppConfig.h
  23. +8
    -1
      examples/PlugInSamples/Surround/JuceLibraryCode/AppConfig.h
  24. +8
    -1
      examples/SimpleFFTExample/JuceLibraryCode/AppConfig.h
  25. +8
    -1
      examples/audio plugin demo/JuceLibraryCode/AppConfig.h
  26. +8
    -1
      examples/audio plugin host/JuceLibraryCode/AppConfig.h
  27. +8
    -1
      extras/AudioPerformanceTest/JuceLibraryCode/AppConfig.h
  28. +8
    -1
      extras/Projucer/JuceLibraryCode/AppConfig.h
  29. +8
    -1
      extras/UnitTestRunner/JuceLibraryCode/AppConfig.h
  30. +1
    -1
      extras/binarybuilder/JuceLibraryCode/AppConfig.h
  31. +8
    -1
      extras/windows dll/JuceLibraryCode/AppConfig.h

+ 8
- 1
examples/AUv3Synth/JuceLibraryCode/AppConfig.h View File

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


+ 8
- 1
examples/AnimationAppExample/JuceLibraryCode/AppConfig.h View File

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


+ 8
- 1
examples/AudioAppExample/JuceLibraryCode/AppConfig.h View File

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


+ 8
- 1
examples/BLOCKS/BlocksDrawing/JuceLibraryCode/AppConfig.h View File

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


+ 8
- 1
examples/BLOCKS/BlocksMonitor/JuceLibraryCode/AppConfig.h View File

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


+ 8
- 1
examples/BLOCKS/BlocksSynth/JuceLibraryCode/AppConfig.h View File

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


+ 8
- 1
examples/BouncingBallWavetableDemo/JuceLibraryCode/AppConfig.h View File

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


+ 8
- 1
examples/ComponentTutorialExample/JuceLibraryCode/AppConfig.h View File

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


+ 8
- 1
examples/Demo/JuceLibraryCode/AppConfig.h View File

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


+ 8
- 1
examples/HelloWorld/JuceLibraryCode/AppConfig.h View File

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


+ 8
- 1
examples/MPETest/JuceLibraryCode/AppConfig.h View File

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


+ 8
- 1
examples/MidiTest/JuceLibraryCode/AppConfig.h View File

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


+ 8
- 1
examples/NetworkGraphicsDemo/JuceLibraryCode/AppConfig.h View File

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


+ 8
- 1
examples/OSCMonitor/JuceLibraryCode/AppConfig.h View File

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


+ 8
- 1
examples/OSCReceiver/JuceLibraryCode/AppConfig.h View File

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


+ 8
- 1
examples/OSCSender/JuceLibraryCode/AppConfig.h View File

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


+ 8
- 1
examples/OpenGLAppExample/JuceLibraryCode/AppConfig.h View File

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


+ 8
- 1
examples/PluckedStringsDemo/JuceLibraryCode/AppConfig.h View File

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


+ 8
- 1
examples/PlugInSamples/Arpeggiator/JuceLibraryCode/AppConfig.h View File

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


+ 8
- 1
examples/PlugInSamples/GainPlugIn/JuceLibraryCode/AppConfig.h View File

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


+ 8
- 1
examples/PlugInSamples/MultiOutSynth/JuceLibraryCode/AppConfig.h View File

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


+ 8
- 1
examples/PlugInSamples/NoiseGate/JuceLibraryCode/AppConfig.h View File

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


+ 8
- 1
examples/PlugInSamples/Surround/JuceLibraryCode/AppConfig.h View File

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


+ 8
- 1
examples/SimpleFFTExample/JuceLibraryCode/AppConfig.h View File

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


+ 8
- 1
examples/audio plugin demo/JuceLibraryCode/AppConfig.h View File

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


+ 8
- 1
examples/audio plugin host/JuceLibraryCode/AppConfig.h View File

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


+ 8
- 1
extras/AudioPerformanceTest/JuceLibraryCode/AppConfig.h View File

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


+ 8
- 1
extras/Projucer/JuceLibraryCode/AppConfig.h View File

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


+ 8
- 1
extras/UnitTestRunner/JuceLibraryCode/AppConfig.h View File

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


+ 1
- 1
extras/binarybuilder/JuceLibraryCode/AppConfig.h View File

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


+ 8
- 1
extras/windows dll/JuceLibraryCode/AppConfig.h View File

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


Loading…
Cancel
Save