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.

206 lines
5.2KB

  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. #pragma once
  10. //==============================================================================
  11. // [BEGIN_USER_CODE_SECTION]
  12. // (You can add your own code in this section, and the Projucer will not overwrite it)
  13. // [END_USER_CODE_SECTION]
  14. //==============================================================================
  15. #define JUCE_MODULE_AVAILABLE_juce_audio_basics 1
  16. #define JUCE_MODULE_AVAILABLE_juce_audio_devices 1
  17. #define JUCE_MODULE_AVAILABLE_juce_audio_formats 1
  18. #define JUCE_MODULE_AVAILABLE_juce_audio_processors 1
  19. #define JUCE_MODULE_AVAILABLE_juce_audio_utils 1
  20. #define JUCE_MODULE_AVAILABLE_juce_core 1
  21. #define JUCE_MODULE_AVAILABLE_juce_data_structures 1
  22. #define JUCE_MODULE_AVAILABLE_juce_events 1
  23. #define JUCE_MODULE_AVAILABLE_juce_graphics 1
  24. #define JUCE_MODULE_AVAILABLE_juce_gui_basics 1
  25. #define JUCE_MODULE_AVAILABLE_juce_gui_extra 1
  26. //==============================================================================
  27. #ifndef JUCE_STANDALONE_APPLICATION
  28. #ifdef JucePlugin_Build_Standalone
  29. #define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone
  30. #else
  31. #define JUCE_STANDALONE_APPLICATION 1
  32. #endif
  33. #endif
  34. #define JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED 1
  35. //==============================================================================
  36. // juce_audio_devices flags:
  37. #ifndef JUCE_ASIO
  38. //#define JUCE_ASIO
  39. #endif
  40. #ifndef JUCE_WASAPI
  41. //#define JUCE_WASAPI
  42. #endif
  43. #ifndef JUCE_WASAPI_EXCLUSIVE
  44. //#define JUCE_WASAPI_EXCLUSIVE
  45. #endif
  46. #ifndef JUCE_DIRECTSOUND
  47. //#define JUCE_DIRECTSOUND
  48. #endif
  49. #ifndef JUCE_ALSA
  50. //#define JUCE_ALSA
  51. #endif
  52. #ifndef JUCE_JACK
  53. //#define JUCE_JACK
  54. #endif
  55. #ifndef JUCE_USE_ANDROID_OPENSLES
  56. //#define JUCE_USE_ANDROID_OPENSLES
  57. #endif
  58. #ifndef JUCE_USE_WINRT_MIDI
  59. //#define JUCE_USE_WINRT_MIDI
  60. #endif
  61. //==============================================================================
  62. // juce_audio_formats flags:
  63. #ifndef JUCE_USE_FLAC
  64. //#define JUCE_USE_FLAC
  65. #endif
  66. #ifndef JUCE_USE_OGGVORBIS
  67. //#define JUCE_USE_OGGVORBIS
  68. #endif
  69. #ifndef JUCE_USE_MP3AUDIOFORMAT
  70. //#define JUCE_USE_MP3AUDIOFORMAT
  71. #endif
  72. #ifndef JUCE_USE_LAME_AUDIO_FORMAT
  73. //#define JUCE_USE_LAME_AUDIO_FORMAT
  74. #endif
  75. #ifndef JUCE_USE_WINDOWS_MEDIA_FORMAT
  76. //#define JUCE_USE_WINDOWS_MEDIA_FORMAT
  77. #endif
  78. //==============================================================================
  79. // juce_audio_processors flags:
  80. #ifndef JUCE_PLUGINHOST_VST
  81. //#define JUCE_PLUGINHOST_VST
  82. #endif
  83. #ifndef JUCE_PLUGINHOST_VST3
  84. //#define JUCE_PLUGINHOST_VST3
  85. #endif
  86. #ifndef JUCE_PLUGINHOST_AU
  87. //#define JUCE_PLUGINHOST_AU
  88. #endif
  89. //==============================================================================
  90. // juce_audio_utils flags:
  91. #ifndef JUCE_USE_CDREADER
  92. //#define JUCE_USE_CDREADER
  93. #endif
  94. #ifndef JUCE_USE_CDBURNER
  95. //#define JUCE_USE_CDBURNER
  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
  152. #endif