Mercurial > hg > touchkeys
comparison JuceLibraryCode/AppConfig.h @ 56:b4a2d2ae43cf tip
merge
author | Andrew McPherson <andrewm@eecs.qmul.ac.uk> |
---|---|
date | Fri, 23 Nov 2018 15:48:14 +0000 |
parents | e468cb91794a |
children |
comparison
equal
deleted
inserted
replaced
55:19650b4076ee | 56:b4a2d2ae43cf |
---|---|
2 | 2 |
3 IMPORTANT! This file is auto-generated each time you save your | 3 IMPORTANT! This file is auto-generated each time you save your |
4 project - if you alter its contents, your changes may be overwritten! | 4 project - if you alter its contents, your changes may be overwritten! |
5 | 5 |
6 There's a section below where you can add your own custom code safely, and the | 6 There's a section below where you can add your own custom code safely, and the |
7 Introjucer will preserve the contents of that block, but the best way to change | 7 Projucer will preserve the contents of that block, but the best way to change |
8 any of these definitions is by using the Introjucer's project settings. | 8 any of these definitions is by using the Projucer's project settings. |
9 | 9 |
10 Any commented-out settings will assume their default values. | 10 Any commented-out settings will assume their default values. |
11 | 11 |
12 */ | 12 */ |
13 | 13 |
30 #define JUCE_MODULE_AVAILABLE_juce_events 1 | 30 #define JUCE_MODULE_AVAILABLE_juce_events 1 |
31 #define JUCE_MODULE_AVAILABLE_juce_graphics 1 | 31 #define JUCE_MODULE_AVAILABLE_juce_graphics 1 |
32 #define JUCE_MODULE_AVAILABLE_juce_gui_basics 1 | 32 #define JUCE_MODULE_AVAILABLE_juce_gui_basics 1 |
33 #define JUCE_MODULE_AVAILABLE_juce_gui_extra 1 | 33 #define JUCE_MODULE_AVAILABLE_juce_gui_extra 1 |
34 #define JUCE_MODULE_AVAILABLE_juce_opengl 1 | 34 #define JUCE_MODULE_AVAILABLE_juce_opengl 1 |
35 | |
36 //============================================================================== | |
37 #ifndef JUCE_STANDALONE_APPLICATION | |
38 #ifdef JucePlugin_Build_Standalone | |
39 #define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone | |
40 #else | |
41 #define JUCE_STANDALONE_APPLICATION 1 | |
42 #endif | |
43 #endif | |
44 | |
45 #define JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED 1 | |
35 | 46 |
36 //============================================================================== | 47 //============================================================================== |
37 // juce_audio_devices flags: | 48 // juce_audio_devices flags: |
38 | 49 |
39 #ifndef JUCE_ASIO | 50 #ifndef JUCE_ASIO |
60 //#define JUCE_JACK | 71 //#define JUCE_JACK |
61 #endif | 72 #endif |
62 | 73 |
63 #ifndef JUCE_USE_ANDROID_OPENSLES | 74 #ifndef JUCE_USE_ANDROID_OPENSLES |
64 //#define JUCE_USE_ANDROID_OPENSLES | 75 //#define JUCE_USE_ANDROID_OPENSLES |
65 #endif | |
66 | |
67 #ifndef JUCE_USE_CDREADER | |
68 //#define JUCE_USE_CDREADER | |
69 #endif | |
70 | |
71 #ifndef JUCE_USE_CDBURNER | |
72 //#define JUCE_USE_CDBURNER | |
73 #endif | 76 #endif |
74 | 77 |
75 //============================================================================== | 78 //============================================================================== |
76 // juce_audio_formats flags: | 79 // juce_audio_formats flags: |
77 | 80 |
116 | 119 |
117 #ifndef JUCE_INCLUDE_ZLIB_CODE | 120 #ifndef JUCE_INCLUDE_ZLIB_CODE |
118 //#define JUCE_INCLUDE_ZLIB_CODE | 121 //#define JUCE_INCLUDE_ZLIB_CODE |
119 #endif | 122 #endif |
120 | 123 |
124 #ifndef JUCE_USE_CURL | |
125 //#define JUCE_USE_CURL | |
126 #endif | |
127 | |
128 #ifndef JUCE_CATCH_UNHANDLED_EXCEPTIONS | |
129 //#define JUCE_CATCH_UNHANDLED_EXCEPTIONS | |
130 #endif | |
131 | |
132 #ifndef JUCE_ALLOW_STATIC_NULL_VARIABLES | |
133 //#define JUCE_ALLOW_STATIC_NULL_VARIABLES | |
134 #endif | |
135 | |
121 //============================================================================== | 136 //============================================================================== |
122 // juce_graphics flags: | 137 // juce_graphics flags: |
123 | 138 |
124 #ifndef JUCE_USE_COREIMAGE_LOADER | 139 #ifndef JUCE_USE_COREIMAGE_LOADER |
125 //#define JUCE_USE_COREIMAGE_LOADER | 140 //#define JUCE_USE_COREIMAGE_LOADER |