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.

203 lines
5.1KB

  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. Introjucer will preserve the contents of that block, but the best way to change
  6. any of these definitions is by using the Introjucer'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. #define JUCE_DONT_ASSERT_ON_GLSL_COMPILE_ERROR 1
  14. #define JUCE_ENABLE_REPAINT_DEBUGGING 1
  15. #define JUCE_IS_REPAINT_DEBUGGING_ACTIVE juceDemoRepaintDebuggingActive
  16. extern bool juceDemoRepaintDebuggingActive;
  17. // [END_USER_CODE_SECTION]
  18. //==============================================================================
  19. #define JUCE_MODULE_AVAILABLE_juce_audio_basics 1
  20. #define JUCE_MODULE_AVAILABLE_juce_audio_devices 1
  21. #define JUCE_MODULE_AVAILABLE_juce_audio_formats 1
  22. #define JUCE_MODULE_AVAILABLE_juce_audio_processors 1
  23. #define JUCE_MODULE_AVAILABLE_juce_audio_utils 1
  24. #define JUCE_MODULE_AVAILABLE_juce_box2d 1
  25. #define JUCE_MODULE_AVAILABLE_juce_core 1
  26. #define JUCE_MODULE_AVAILABLE_juce_cryptography 1
  27. #define JUCE_MODULE_AVAILABLE_juce_data_structures 1
  28. #define JUCE_MODULE_AVAILABLE_juce_events 1
  29. #define JUCE_MODULE_AVAILABLE_juce_graphics 1
  30. #define JUCE_MODULE_AVAILABLE_juce_gui_basics 1
  31. #define JUCE_MODULE_AVAILABLE_juce_gui_extra 1
  32. #define JUCE_MODULE_AVAILABLE_juce_opengl 1
  33. #define JUCE_MODULE_AVAILABLE_juce_video 1
  34. //==============================================================================
  35. // juce_audio_devices flags:
  36. #ifndef JUCE_ASIO
  37. //#define JUCE_ASIO
  38. #endif
  39. #ifndef JUCE_WASAPI
  40. //#define JUCE_WASAPI
  41. #endif
  42. #ifndef JUCE_DIRECTSOUND
  43. //#define JUCE_DIRECTSOUND
  44. #endif
  45. #ifndef JUCE_ALSA
  46. //#define JUCE_ALSA
  47. #endif
  48. #ifndef JUCE_JACK
  49. //#define JUCE_JACK
  50. #endif
  51. #ifndef JUCE_USE_ANDROID_OPENSLES
  52. //#define JUCE_USE_ANDROID_OPENSLES
  53. #endif
  54. #ifndef JUCE_USE_CDREADER
  55. //#define JUCE_USE_CDREADER
  56. #endif
  57. #ifndef JUCE_USE_CDBURNER
  58. //#define JUCE_USE_CDBURNER
  59. #endif
  60. //==============================================================================
  61. // juce_audio_formats flags:
  62. #ifndef JUCE_USE_FLAC
  63. //#define JUCE_USE_FLAC
  64. #endif
  65. #ifndef JUCE_USE_OGGVORBIS
  66. //#define JUCE_USE_OGGVORBIS
  67. #endif
  68. #ifndef JUCE_USE_MP3AUDIOFORMAT
  69. //#define JUCE_USE_MP3AUDIOFORMAT
  70. #endif
  71. #ifndef JUCE_USE_LAME_AUDIO_FORMAT
  72. //#define JUCE_USE_LAME_AUDIO_FORMAT
  73. #endif
  74. #ifndef JUCE_USE_WINDOWS_MEDIA_FORMAT
  75. //#define JUCE_USE_WINDOWS_MEDIA_FORMAT
  76. #endif
  77. //==============================================================================
  78. // juce_audio_processors flags:
  79. #ifndef JUCE_PLUGINHOST_VST
  80. //#define JUCE_PLUGINHOST_VST
  81. #endif
  82. #ifndef JUCE_PLUGINHOST_VST3
  83. //#define JUCE_PLUGINHOST_VST3
  84. #endif
  85. #ifndef JUCE_PLUGINHOST_AU
  86. //#define JUCE_PLUGINHOST_AU
  87. #endif
  88. //==============================================================================
  89. // juce_core flags:
  90. #ifndef JUCE_FORCE_DEBUG
  91. //#define JUCE_FORCE_DEBUG
  92. #endif
  93. #ifndef JUCE_LOG_ASSERTIONS
  94. //#define JUCE_LOG_ASSERTIONS
  95. #endif
  96. #ifndef JUCE_CHECK_MEMORY_LEAKS
  97. //#define JUCE_CHECK_MEMORY_LEAKS
  98. #endif
  99. #ifndef JUCE_DONT_AUTOLINK_TO_WIN32_LIBRARIES
  100. //#define JUCE_DONT_AUTOLINK_TO_WIN32_LIBRARIES
  101. #endif
  102. #ifndef JUCE_INCLUDE_ZLIB_CODE
  103. //#define JUCE_INCLUDE_ZLIB_CODE
  104. #endif
  105. //==============================================================================
  106. // juce_graphics flags:
  107. #ifndef JUCE_USE_COREIMAGE_LOADER
  108. //#define JUCE_USE_COREIMAGE_LOADER
  109. #endif
  110. #ifndef JUCE_USE_DIRECTWRITE
  111. //#define JUCE_USE_DIRECTWRITE
  112. #endif
  113. //==============================================================================
  114. // juce_gui_basics flags:
  115. #ifndef JUCE_ENABLE_REPAINT_DEBUGGING
  116. //#define JUCE_ENABLE_REPAINT_DEBUGGING
  117. #endif
  118. #ifndef JUCE_USE_XSHM
  119. //#define JUCE_USE_XSHM
  120. #endif
  121. #ifndef JUCE_USE_XRENDER
  122. //#define JUCE_USE_XRENDER
  123. #endif
  124. #ifndef JUCE_USE_XCURSOR
  125. //#define JUCE_USE_XCURSOR
  126. #endif
  127. //==============================================================================
  128. // juce_gui_extra flags:
  129. #ifndef JUCE_WEB_BROWSER
  130. //#define JUCE_WEB_BROWSER
  131. #endif
  132. #ifndef JUCE_ENABLE_LIVE_CONSTANT_EDITOR
  133. #define JUCE_ENABLE_LIVE_CONSTANT_EDITOR 1
  134. #endif
  135. //==============================================================================
  136. // juce_video flags:
  137. #ifndef JUCE_DIRECTSHOW
  138. //#define JUCE_DIRECTSHOW
  139. #endif
  140. #ifndef JUCE_MEDIAFOUNDATION
  141. //#define JUCE_MEDIAFOUNDATION
  142. #endif
  143. #ifndef JUCE_QUICKTIME
  144. //#define JUCE_QUICKTIME
  145. #endif
  146. #ifndef JUCE_USE_CAMERA
  147. //#define JUCE_USE_CAMERA
  148. #endif
  149. #endif // __JUCE_APPCONFIG_SBBIZR__