@@ -55,15 +55,6 @@ | |||
#define JUCE_MODULE_AVAILABLE_juce_gui_basics 1 | |||
#define JUCE_MODULE_AVAILABLE_juce_gui_extra 1 | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 0 | |||
#endif | |||
#endif | |||
#define JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED 1 | |||
//============================================================================== | |||
@@ -243,6 +234,14 @@ | |||
#ifndef JUCE_ENABLE_LIVE_CONSTANT_EDITOR | |||
//#define JUCE_ENABLE_LIVE_CONSTANT_EDITOR | |||
#endif | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 0 | |||
#endif | |||
#endif | |||
//============================================================================== | |||
// Audio plugin settings.. | |||
@@ -265,8 +264,8 @@ | |||
#ifndef JucePlugin_Build_AAX | |||
#define JucePlugin_Build_AAX 0 | |||
#endif | |||
#ifndef JucePlugin_Build_STANDALONE | |||
#define JucePlugin_Build_STANDALONE 1 | |||
#ifndef JucePlugin_Build_Standalone | |||
#define JucePlugin_Build_Standalone 1 | |||
#endif | |||
#ifndef JucePlugin_Enable_IAA | |||
#define JucePlugin_Enable_IAA 0 | |||
@@ -56,15 +56,6 @@ | |||
#define JUCE_MODULE_AVAILABLE_juce_opengl 1 | |||
#define JUCE_MODULE_AVAILABLE_juce_video 1 | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 1 | |||
#endif | |||
#endif | |||
#define JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED 1 | |||
//============================================================================== | |||
@@ -241,3 +232,11 @@ | |||
#ifndef JUCE_USE_CAMERA | |||
//#define JUCE_USE_CAMERA | |||
#endif | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 1 | |||
#endif | |||
#endif |
@@ -57,15 +57,6 @@ | |||
#define JUCE_MODULE_AVAILABLE_juce_opengl 1 | |||
#define JUCE_MODULE_AVAILABLE_juce_video 1 | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 1 | |||
#endif | |||
#endif | |||
#define JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED 1 | |||
//============================================================================== | |||
@@ -253,3 +244,11 @@ | |||
#ifndef JUCE_USE_CAMERA | |||
//#define JUCE_USE_CAMERA | |||
#endif | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 1 | |||
#endif | |||
#endif |
@@ -56,15 +56,6 @@ | |||
#define JUCE_MODULE_AVAILABLE_juce_gui_extra 1 | |||
#define JUCE_MODULE_AVAILABLE_juce_opengl 1 | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 1 | |||
#endif | |||
#endif | |||
#define JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED 1 | |||
//============================================================================== | |||
@@ -233,3 +224,11 @@ | |||
#ifndef JUCE_ENABLE_LIVE_CONSTANT_EDITOR | |||
//#define JUCE_ENABLE_LIVE_CONSTANT_EDITOR | |||
#endif | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 1 | |||
#endif | |||
#endif |
@@ -56,15 +56,6 @@ | |||
#define JUCE_MODULE_AVAILABLE_juce_gui_extra 1 | |||
#define JUCE_MODULE_AVAILABLE_juce_opengl 1 | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 1 | |||
#endif | |||
#endif | |||
#define JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED 1 | |||
//============================================================================== | |||
@@ -233,3 +224,11 @@ | |||
#ifndef JUCE_ENABLE_LIVE_CONSTANT_EDITOR | |||
//#define JUCE_ENABLE_LIVE_CONSTANT_EDITOR | |||
#endif | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 1 | |||
#endif | |||
#endif |
@@ -56,15 +56,6 @@ | |||
#define JUCE_MODULE_AVAILABLE_juce_gui_extra 1 | |||
#define JUCE_MODULE_AVAILABLE_juce_opengl 1 | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 1 | |||
#endif | |||
#endif | |||
#define JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED 1 | |||
//============================================================================== | |||
@@ -233,3 +224,11 @@ | |||
#ifndef JUCE_ENABLE_LIVE_CONSTANT_EDITOR | |||
//#define JUCE_ENABLE_LIVE_CONSTANT_EDITOR | |||
#endif | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 1 | |||
#endif | |||
#endif |
@@ -56,15 +56,6 @@ | |||
#define JUCE_MODULE_AVAILABLE_juce_gui_extra 1 | |||
#define JUCE_MODULE_AVAILABLE_juce_video 1 | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 1 | |||
#endif | |||
#endif | |||
#define JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED 1 | |||
//============================================================================== | |||
@@ -252,3 +243,11 @@ | |||
#ifndef JUCE_USE_CAMERA | |||
//#define JUCE_USE_CAMERA | |||
#endif | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 1 | |||
#endif | |||
#endif |
@@ -49,15 +49,6 @@ | |||
#define JUCE_MODULE_AVAILABLE_juce_gui_basics 1 | |||
#define JUCE_MODULE_AVAILABLE_juce_gui_extra 1 | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 1 | |||
#endif | |||
#endif | |||
#define JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED 1 | |||
//============================================================================== | |||
@@ -142,3 +133,11 @@ | |||
#ifndef JUCE_ENABLE_LIVE_CONSTANT_EDITOR | |||
//#define JUCE_ENABLE_LIVE_CONSTANT_EDITOR | |||
#endif | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 1 | |||
#endif | |||
#endif |
@@ -58,15 +58,6 @@ | |||
#define JUCE_MODULE_AVAILABLE_juce_opengl 1 | |||
#define JUCE_MODULE_AVAILABLE_juce_video 1 | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 1 | |||
#endif | |||
#endif | |||
#define JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED 1 | |||
//============================================================================== | |||
@@ -254,3 +245,11 @@ | |||
#ifndef JUCE_USE_CAMERA | |||
//#define JUCE_USE_CAMERA | |||
#endif | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 1 | |||
#endif | |||
#endif |
@@ -49,15 +49,6 @@ | |||
#define JUCE_MODULE_AVAILABLE_juce_gui_basics 1 | |||
#define JUCE_MODULE_AVAILABLE_juce_gui_extra 1 | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 1 | |||
#endif | |||
#endif | |||
#define JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED 1 | |||
//============================================================================== | |||
@@ -142,3 +133,11 @@ | |||
#ifndef JUCE_ENABLE_LIVE_CONSTANT_EDITOR | |||
//#define JUCE_ENABLE_LIVE_CONSTANT_EDITOR | |||
#endif | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 1 | |||
#endif | |||
#endif |
@@ -57,15 +57,6 @@ | |||
#define JUCE_MODULE_AVAILABLE_juce_opengl 1 | |||
#define JUCE_MODULE_AVAILABLE_juce_video 1 | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 1 | |||
#endif | |||
#endif | |||
#define JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED 1 | |||
//============================================================================== | |||
@@ -253,3 +244,11 @@ | |||
#ifndef JUCE_USE_CAMERA | |||
//#define JUCE_USE_CAMERA | |||
#endif | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 1 | |||
#endif | |||
#endif |
@@ -54,15 +54,6 @@ | |||
#define JUCE_MODULE_AVAILABLE_juce_gui_basics 1 | |||
#define JUCE_MODULE_AVAILABLE_juce_gui_extra 1 | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 1 | |||
#endif | |||
#endif | |||
#define JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED 1 | |||
//============================================================================== | |||
@@ -231,3 +222,11 @@ | |||
#ifndef JUCE_ENABLE_LIVE_CONSTANT_EDITOR | |||
//#define JUCE_ENABLE_LIVE_CONSTANT_EDITOR | |||
#endif | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 1 | |||
#endif | |||
#endif |
@@ -57,15 +57,6 @@ | |||
#define JUCE_MODULE_AVAILABLE_juce_opengl 1 | |||
#define JUCE_MODULE_AVAILABLE_juce_osc 1 | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 1 | |||
#endif | |||
#endif | |||
#define JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED 1 | |||
//============================================================================== | |||
@@ -234,3 +225,11 @@ | |||
#ifndef JUCE_ENABLE_LIVE_CONSTANT_EDITOR | |||
//#define JUCE_ENABLE_LIVE_CONSTANT_EDITOR | |||
#endif | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 1 | |||
#endif | |||
#endif |
@@ -57,15 +57,6 @@ | |||
#define JUCE_MODULE_AVAILABLE_juce_osc 1 | |||
#define JUCE_MODULE_AVAILABLE_juce_video 1 | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 1 | |||
#endif | |||
#endif | |||
#define JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED 1 | |||
//============================================================================== | |||
@@ -242,3 +233,11 @@ | |||
#ifndef JUCE_USE_CAMERA | |||
//#define JUCE_USE_CAMERA | |||
#endif | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 1 | |||
#endif | |||
#endif |
@@ -51,15 +51,6 @@ | |||
#define JUCE_MODULE_AVAILABLE_juce_gui_extra 1 | |||
#define JUCE_MODULE_AVAILABLE_juce_osc 1 | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 1 | |||
#endif | |||
#endif | |||
#define JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED 1 | |||
//============================================================================== | |||
@@ -144,3 +135,11 @@ | |||
#ifndef JUCE_ENABLE_LIVE_CONSTANT_EDITOR | |||
//#define JUCE_ENABLE_LIVE_CONSTANT_EDITOR | |||
#endif | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 1 | |||
#endif | |||
#endif |
@@ -49,15 +49,6 @@ | |||
#define JUCE_MODULE_AVAILABLE_juce_gui_basics 1 | |||
#define JUCE_MODULE_AVAILABLE_juce_osc 1 | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 1 | |||
#endif | |||
#endif | |||
#define JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED 1 | |||
//============================================================================== | |||
@@ -131,3 +122,11 @@ | |||
#ifndef JUCE_USE_XCURSOR | |||
//#define JUCE_USE_XCURSOR | |||
#endif | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 1 | |||
#endif | |||
#endif |
@@ -56,15 +56,6 @@ | |||
#define JUCE_MODULE_AVAILABLE_juce_opengl 1 | |||
#define JUCE_MODULE_AVAILABLE_juce_video 1 | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 1 | |||
#endif | |||
#endif | |||
#define JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED 1 | |||
//============================================================================== | |||
@@ -241,3 +232,11 @@ | |||
#ifndef JUCE_USE_CAMERA | |||
//#define JUCE_USE_CAMERA | |||
#endif | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 1 | |||
#endif | |||
#endif |
@@ -54,15 +54,6 @@ | |||
#define JUCE_MODULE_AVAILABLE_juce_gui_basics 1 | |||
#define JUCE_MODULE_AVAILABLE_juce_gui_extra 1 | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 1 | |||
#endif | |||
#endif | |||
#define JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED 1 | |||
//============================================================================== | |||
@@ -231,3 +222,11 @@ | |||
#ifndef JUCE_ENABLE_LIVE_CONSTANT_EDITOR | |||
//#define JUCE_ENABLE_LIVE_CONSTANT_EDITOR | |||
#endif | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 1 | |||
#endif | |||
#endif |
@@ -57,15 +57,6 @@ | |||
#define JUCE_MODULE_AVAILABLE_juce_opengl 1 | |||
#define JUCE_MODULE_AVAILABLE_juce_video 1 | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 0 | |||
#endif | |||
#endif | |||
#define JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED 1 | |||
//============================================================================== | |||
@@ -253,6 +244,14 @@ | |||
#ifndef JUCE_USE_CAMERA | |||
//#define JUCE_USE_CAMERA | |||
#endif | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 0 | |||
#endif | |||
#endif | |||
//============================================================================== | |||
// Audio plugin settings.. | |||
@@ -275,8 +274,8 @@ | |||
#ifndef JucePlugin_Build_AAX | |||
#define JucePlugin_Build_AAX 0 | |||
#endif | |||
#ifndef JucePlugin_Build_STANDALONE | |||
#define JucePlugin_Build_STANDALONE 0 | |||
#ifndef JucePlugin_Build_Standalone | |||
#define JucePlugin_Build_Standalone 0 | |||
#endif | |||
#ifndef JucePlugin_Enable_IAA | |||
#define JucePlugin_Enable_IAA 0 | |||
@@ -57,15 +57,6 @@ | |||
#define JUCE_MODULE_AVAILABLE_juce_opengl 1 | |||
#define JUCE_MODULE_AVAILABLE_juce_video 1 | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 0 | |||
#endif | |||
#endif | |||
#define JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED 1 | |||
//============================================================================== | |||
@@ -253,6 +244,14 @@ | |||
#ifndef JUCE_USE_CAMERA | |||
//#define JUCE_USE_CAMERA | |||
#endif | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 0 | |||
#endif | |||
#endif | |||
//============================================================================== | |||
// Audio plugin settings.. | |||
@@ -275,8 +274,8 @@ | |||
#ifndef JucePlugin_Build_AAX | |||
#define JucePlugin_Build_AAX 0 | |||
#endif | |||
#ifndef JucePlugin_Build_STANDALONE | |||
#define JucePlugin_Build_STANDALONE 0 | |||
#ifndef JucePlugin_Build_Standalone | |||
#define JucePlugin_Build_Standalone 0 | |||
#endif | |||
#ifndef JucePlugin_Enable_IAA | |||
#define JucePlugin_Enable_IAA 0 | |||
@@ -55,15 +55,6 @@ | |||
#define JUCE_MODULE_AVAILABLE_juce_gui_basics 1 | |||
#define JUCE_MODULE_AVAILABLE_juce_gui_extra 1 | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 0 | |||
#endif | |||
#endif | |||
#define JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED 1 | |||
//============================================================================== | |||
@@ -243,6 +234,14 @@ | |||
#ifndef JUCE_ENABLE_LIVE_CONSTANT_EDITOR | |||
//#define JUCE_ENABLE_LIVE_CONSTANT_EDITOR | |||
#endif | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 0 | |||
#endif | |||
#endif | |||
//============================================================================== | |||
// Audio plugin settings.. | |||
@@ -265,8 +264,8 @@ | |||
#ifndef JucePlugin_Build_AAX | |||
#define JucePlugin_Build_AAX 0 | |||
#endif | |||
#ifndef JucePlugin_Build_STANDALONE | |||
#define JucePlugin_Build_STANDALONE 1 | |||
#ifndef JucePlugin_Build_Standalone | |||
#define JucePlugin_Build_Standalone 1 | |||
#endif | |||
#ifndef JucePlugin_Enable_IAA | |||
#define JucePlugin_Enable_IAA 1 | |||
@@ -57,15 +57,6 @@ | |||
#define JUCE_MODULE_AVAILABLE_juce_opengl 1 | |||
#define JUCE_MODULE_AVAILABLE_juce_video 1 | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 0 | |||
#endif | |||
#endif | |||
#define JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED 1 | |||
//============================================================================== | |||
@@ -253,6 +244,14 @@ | |||
#ifndef JUCE_USE_CAMERA | |||
//#define JUCE_USE_CAMERA | |||
#endif | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 0 | |||
#endif | |||
#endif | |||
//============================================================================== | |||
// Audio plugin settings.. | |||
@@ -275,8 +274,8 @@ | |||
#ifndef JucePlugin_Build_AAX | |||
#define JucePlugin_Build_AAX 1 | |||
#endif | |||
#ifndef JucePlugin_Build_STANDALONE | |||
#define JucePlugin_Build_STANDALONE 0 | |||
#ifndef JucePlugin_Build_Standalone | |||
#define JucePlugin_Build_Standalone 0 | |||
#endif | |||
#ifndef JucePlugin_Enable_IAA | |||
#define JucePlugin_Enable_IAA 0 | |||
@@ -57,15 +57,6 @@ | |||
#define JUCE_MODULE_AVAILABLE_juce_opengl 1 | |||
#define JUCE_MODULE_AVAILABLE_juce_video 1 | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 0 | |||
#endif | |||
#endif | |||
#define JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED 1 | |||
//============================================================================== | |||
@@ -253,6 +244,14 @@ | |||
#ifndef JUCE_USE_CAMERA | |||
//#define JUCE_USE_CAMERA | |||
#endif | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 0 | |||
#endif | |||
#endif | |||
//============================================================================== | |||
// Audio plugin settings.. | |||
@@ -275,8 +274,8 @@ | |||
#ifndef JucePlugin_Build_AAX | |||
#define JucePlugin_Build_AAX 1 | |||
#endif | |||
#ifndef JucePlugin_Build_STANDALONE | |||
#define JucePlugin_Build_STANDALONE 0 | |||
#ifndef JucePlugin_Build_Standalone | |||
#define JucePlugin_Build_Standalone 0 | |||
#endif | |||
#ifndef JucePlugin_Enable_IAA | |||
#define JucePlugin_Enable_IAA 0 | |||
@@ -57,15 +57,6 @@ | |||
#define JUCE_MODULE_AVAILABLE_juce_opengl 1 | |||
#define JUCE_MODULE_AVAILABLE_juce_video 1 | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 0 | |||
#endif | |||
#endif | |||
#define JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED 1 | |||
//============================================================================== | |||
@@ -253,6 +244,14 @@ | |||
#ifndef JUCE_USE_CAMERA | |||
//#define JUCE_USE_CAMERA | |||
#endif | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 0 | |||
#endif | |||
#endif | |||
//============================================================================== | |||
// Audio plugin settings.. | |||
@@ -275,8 +274,8 @@ | |||
#ifndef JucePlugin_Build_AAX | |||
#define JucePlugin_Build_AAX 1 | |||
#endif | |||
#ifndef JucePlugin_Build_STANDALONE | |||
#define JucePlugin_Build_STANDALONE 0 | |||
#ifndef JucePlugin_Build_Standalone | |||
#define JucePlugin_Build_Standalone 0 | |||
#endif | |||
#ifndef JucePlugin_Enable_IAA | |||
#define JucePlugin_Enable_IAA 0 | |||
@@ -54,15 +54,6 @@ | |||
#define JUCE_MODULE_AVAILABLE_juce_gui_basics 1 | |||
#define JUCE_MODULE_AVAILABLE_juce_gui_extra 1 | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 1 | |||
#endif | |||
#endif | |||
#define JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED 1 | |||
//============================================================================== | |||
@@ -231,3 +222,11 @@ | |||
#ifndef JUCE_ENABLE_LIVE_CONSTANT_EDITOR | |||
//#define JUCE_ENABLE_LIVE_CONSTANT_EDITOR | |||
#endif | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 1 | |||
#endif | |||
#endif |
@@ -55,15 +55,6 @@ | |||
#define JUCE_MODULE_AVAILABLE_juce_gui_basics 1 | |||
#define JUCE_MODULE_AVAILABLE_juce_gui_extra 1 | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 0 | |||
#endif | |||
#endif | |||
#define JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED 1 | |||
//============================================================================== | |||
@@ -243,6 +234,14 @@ | |||
#ifndef JUCE_ENABLE_LIVE_CONSTANT_EDITOR | |||
//#define JUCE_ENABLE_LIVE_CONSTANT_EDITOR | |||
#endif | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 0 | |||
#endif | |||
#endif | |||
//============================================================================== | |||
// Audio plugin settings.. | |||
@@ -265,8 +264,8 @@ | |||
#ifndef JucePlugin_Build_AAX | |||
#define JucePlugin_Build_AAX 0 | |||
#endif | |||
#ifndef JucePlugin_Build_STANDALONE | |||
#define JucePlugin_Build_STANDALONE 1 | |||
#ifndef JucePlugin_Build_Standalone | |||
#define JucePlugin_Build_Standalone 1 | |||
#endif | |||
#ifndef JucePlugin_Enable_IAA | |||
#define JucePlugin_Enable_IAA 0 | |||
@@ -57,15 +57,6 @@ | |||
#define JUCE_MODULE_AVAILABLE_juce_opengl 1 | |||
#define JUCE_MODULE_AVAILABLE_juce_video 1 | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 1 | |||
#endif | |||
#endif | |||
#define JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED 1 | |||
//============================================================================== | |||
@@ -253,3 +244,11 @@ | |||
#ifndef JUCE_USE_CAMERA | |||
#define JUCE_USE_CAMERA 0 | |||
#endif | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 1 | |||
#endif | |||
#endif |
@@ -54,15 +54,6 @@ | |||
#define JUCE_MODULE_AVAILABLE_juce_gui_basics 1 | |||
#define JUCE_MODULE_AVAILABLE_juce_gui_extra 1 | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 1 | |||
#endif | |||
#endif | |||
#define JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED 1 | |||
//============================================================================== | |||
@@ -231,3 +222,11 @@ | |||
#ifndef JUCE_ENABLE_LIVE_CONSTANT_EDITOR | |||
//#define JUCE_ENABLE_LIVE_CONSTANT_EDITOR | |||
#endif | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 1 | |||
#endif | |||
#endif |
@@ -68,15 +68,6 @@ | |||
#define JUCE_MODULE_AVAILABLE_juce_gui_basics 1 | |||
#define JUCE_MODULE_AVAILABLE_juce_gui_extra 1 | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 1 | |||
#endif | |||
#endif | |||
#define JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED 1 | |||
//============================================================================== | |||
@@ -161,3 +152,11 @@ | |||
#ifndef JUCE_ENABLE_LIVE_CONSTANT_EDITOR | |||
//#define JUCE_ENABLE_LIVE_CONSTANT_EDITOR | |||
#endif | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 1 | |||
#endif | |||
#endif |
@@ -57,15 +57,6 @@ | |||
#define JUCE_MODULE_AVAILABLE_juce_osc 1 | |||
#define JUCE_MODULE_AVAILABLE_juce_video 1 | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 1 | |||
#endif | |||
#endif | |||
#define JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED 1 | |||
//============================================================================== | |||
@@ -242,3 +233,11 @@ | |||
#ifndef JUCE_USE_CAMERA | |||
//#define JUCE_USE_CAMERA | |||
#endif | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 1 | |||
#endif | |||
#endif |
@@ -44,15 +44,6 @@ | |||
//============================================================================== | |||
#define JUCE_MODULE_AVAILABLE_juce_core 1 | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 1 | |||
#endif | |||
#endif | |||
#define JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED 1 | |||
//============================================================================== | |||
@@ -89,3 +80,11 @@ | |||
#ifndef JUCE_ALLOW_STATIC_NULL_VARIABLES | |||
//#define JUCE_ALLOW_STATIC_NULL_VARIABLES | |||
#endif | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 1 | |||
#endif | |||
#endif |
@@ -57,15 +57,6 @@ | |||
#define JUCE_MODULE_AVAILABLE_juce_opengl 1 | |||
#define JUCE_MODULE_AVAILABLE_juce_video 1 | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 1 | |||
#endif | |||
#endif | |||
#define JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED 1 | |||
//============================================================================== | |||
@@ -253,3 +244,11 @@ | |||
#ifndef JUCE_USE_CAMERA | |||
//#define JUCE_USE_CAMERA | |||
#endif | |||
//============================================================================== | |||
#ifndef JUCE_STANDALONE_APPLICATION | |||
#if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone) | |||
#define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |||
#else | |||
#define JUCE_STANDALONE_APPLICATION 1 | |||
#endif | |||
#endif |