The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

226 lines
5.7KB

  1. /*
  2. IMPORTANT! This file is auto-generated each time you save your
  3. project - if you alter its contents, your changes may be overwritten!
  4. There's a section below where you can add your own custom code safely, and the
  5. Projucer will preserve the contents of that block, but the best way to change
  6. any of these definitions is by using the Projucer's project settings.
  7. Any commented-out settings will assume their default values.
  8. */
  9. #ifndef __JUCE_APPCONFIG_SBBIZR__
  10. #define __JUCE_APPCONFIG_SBBIZR__
  11. //==============================================================================
  12. // [BEGIN_USER_CODE_SECTION]
  13. // (You can add your own code in this section, and the Projucer will not overwrite it)
  14. // [END_USER_CODE_SECTION]
  15. //==============================================================================
  16. #define JUCE_MODULE_AVAILABLE_juce_audio_basics 1
  17. #define JUCE_MODULE_AVAILABLE_juce_audio_devices 1
  18. #define JUCE_MODULE_AVAILABLE_juce_audio_formats 1
  19. #define JUCE_MODULE_AVAILABLE_juce_audio_processors 1
  20. #define JUCE_MODULE_AVAILABLE_juce_audio_utils 1
  21. #define JUCE_MODULE_AVAILABLE_juce_box2d 1
  22. #define JUCE_MODULE_AVAILABLE_juce_core 1
  23. #define JUCE_MODULE_AVAILABLE_juce_cryptography 1
  24. #define JUCE_MODULE_AVAILABLE_juce_data_structures 1
  25. #define JUCE_MODULE_AVAILABLE_juce_events 1
  26. #define JUCE_MODULE_AVAILABLE_juce_graphics 1
  27. #define JUCE_MODULE_AVAILABLE_juce_gui_basics 1
  28. #define JUCE_MODULE_AVAILABLE_juce_gui_extra 1
  29. #define JUCE_MODULE_AVAILABLE_juce_opengl 1
  30. #define JUCE_MODULE_AVAILABLE_juce_video 1
  31. //==============================================================================
  32. #ifndef JUCE_STANDALONE_APPLICATION
  33. #ifdef JucePlugin_Build_Standalone
  34. #define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone
  35. #else
  36. #define JUCE_STANDALONE_APPLICATION 1
  37. #endif
  38. #endif
  39. #define JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED 1
  40. //==============================================================================
  41. // juce_audio_devices flags:
  42. #ifndef JUCE_ASIO
  43. //#define JUCE_ASIO
  44. #endif
  45. #ifndef JUCE_WASAPI
  46. //#define JUCE_WASAPI
  47. #endif
  48. #ifndef JUCE_WASAPI_EXCLUSIVE
  49. #define JUCE_WASAPI_EXCLUSIVE 1
  50. #endif
  51. #ifndef JUCE_DIRECTSOUND
  52. //#define JUCE_DIRECTSOUND
  53. #endif
  54. #ifndef JUCE_ALSA
  55. //#define JUCE_ALSA
  56. #endif
  57. #ifndef JUCE_JACK
  58. //#define JUCE_JACK
  59. #endif
  60. #ifndef JUCE_USE_ANDROID_OPENSLES
  61. //#define JUCE_USE_ANDROID_OPENSLES
  62. #endif
  63. #ifndef JUCE_USE_CDREADER
  64. //#define JUCE_USE_CDREADER
  65. #endif
  66. #ifndef JUCE_USE_CDBURNER
  67. //#define JUCE_USE_CDBURNER
  68. #endif
  69. //==============================================================================
  70. // juce_audio_formats flags:
  71. #ifndef JUCE_USE_FLAC
  72. //#define JUCE_USE_FLAC
  73. #endif
  74. #ifndef JUCE_USE_OGGVORBIS
  75. //#define JUCE_USE_OGGVORBIS
  76. #endif
  77. #ifndef JUCE_USE_MP3AUDIOFORMAT
  78. //#define JUCE_USE_MP3AUDIOFORMAT
  79. #endif
  80. #ifndef JUCE_USE_LAME_AUDIO_FORMAT
  81. //#define JUCE_USE_LAME_AUDIO_FORMAT
  82. #endif
  83. #ifndef JUCE_USE_WINDOWS_MEDIA_FORMAT
  84. //#define JUCE_USE_WINDOWS_MEDIA_FORMAT
  85. #endif
  86. //==============================================================================
  87. // juce_audio_processors flags:
  88. #ifndef JUCE_PLUGINHOST_VST
  89. //#define JUCE_PLUGINHOST_VST
  90. #endif
  91. #ifndef JUCE_PLUGINHOST_VST3
  92. //#define JUCE_PLUGINHOST_VST3
  93. #endif
  94. #ifndef JUCE_PLUGINHOST_AU
  95. //#define JUCE_PLUGINHOST_AU
  96. #endif
  97. //==============================================================================
  98. // juce_core flags:
  99. #ifndef JUCE_FORCE_DEBUG
  100. //#define JUCE_FORCE_DEBUG
  101. #endif
  102. #ifndef JUCE_LOG_ASSERTIONS
  103. //#define JUCE_LOG_ASSERTIONS
  104. #endif
  105. #ifndef JUCE_CHECK_MEMORY_LEAKS
  106. //#define JUCE_CHECK_MEMORY_LEAKS
  107. #endif
  108. #ifndef JUCE_DONT_AUTOLINK_TO_WIN32_LIBRARIES
  109. //#define JUCE_DONT_AUTOLINK_TO_WIN32_LIBRARIES
  110. #endif
  111. #ifndef JUCE_INCLUDE_ZLIB_CODE
  112. //#define JUCE_INCLUDE_ZLIB_CODE
  113. #endif
  114. #ifndef JUCE_USE_CURL
  115. //#define JUCE_USE_CURL
  116. #endif
  117. #ifndef JUCE_CATCH_UNHANDLED_EXCEPTIONS
  118. //#define JUCE_CATCH_UNHANDLED_EXCEPTIONS
  119. #endif
  120. #ifndef JUCE_ALLOW_STATIC_NULL_VARIABLES
  121. //#define JUCE_ALLOW_STATIC_NULL_VARIABLES
  122. #endif
  123. //==============================================================================
  124. // juce_graphics flags:
  125. #ifndef JUCE_USE_COREIMAGE_LOADER
  126. //#define JUCE_USE_COREIMAGE_LOADER
  127. #endif
  128. #ifndef JUCE_USE_DIRECTWRITE
  129. //#define JUCE_USE_DIRECTWRITE
  130. #endif
  131. //==============================================================================
  132. // juce_gui_basics flags:
  133. #ifndef JUCE_ENABLE_REPAINT_DEBUGGING
  134. //#define JUCE_ENABLE_REPAINT_DEBUGGING
  135. #endif
  136. #ifndef JUCE_USE_XSHM
  137. //#define JUCE_USE_XSHM
  138. #endif
  139. #ifndef JUCE_USE_XRENDER
  140. //#define JUCE_USE_XRENDER
  141. #endif
  142. #ifndef JUCE_USE_XCURSOR
  143. //#define JUCE_USE_XCURSOR
  144. #endif
  145. //==============================================================================
  146. // juce_gui_extra flags:
  147. #ifndef JUCE_WEB_BROWSER
  148. //#define JUCE_WEB_BROWSER
  149. #endif
  150. #ifndef JUCE_ENABLE_LIVE_CONSTANT_EDITOR
  151. #define JUCE_ENABLE_LIVE_CONSTANT_EDITOR 1
  152. #endif
  153. //==============================================================================
  154. // juce_video flags:
  155. #ifndef JUCE_DIRECTSHOW
  156. //#define JUCE_DIRECTSHOW
  157. #endif
  158. #ifndef JUCE_MEDIAFOUNDATION
  159. //#define JUCE_MEDIAFOUNDATION
  160. #endif
  161. #ifndef JUCE_QUICKTIME
  162. //#define JUCE_QUICKTIME
  163. #endif
  164. #ifndef JUCE_USE_CAMERA
  165. //#define JUCE_USE_CAMERA
  166. #endif
  167. #endif // __JUCE_APPCONFIG_SBBIZR__