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.

332 lines
9.4KB

  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_0NRD9LLGO__
  10. #define __JUCE_APPCONFIG_0NRD9LLGO__
  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_plugin_client 1
  20. #define JUCE_MODULE_AVAILABLE_juce_audio_processors 1
  21. #define JUCE_MODULE_AVAILABLE_juce_audio_utils 1
  22. #define JUCE_MODULE_AVAILABLE_juce_core 1
  23. #define JUCE_MODULE_AVAILABLE_juce_data_structures 1
  24. #define JUCE_MODULE_AVAILABLE_juce_events 1
  25. #define JUCE_MODULE_AVAILABLE_juce_graphics 1
  26. #define JUCE_MODULE_AVAILABLE_juce_gui_basics 1
  27. #define JUCE_MODULE_AVAILABLE_juce_gui_extra 1
  28. //==============================================================================
  29. #ifndef JUCE_STANDALONE_APPLICATION
  30. #ifdef JucePlugin_Build_Standalone
  31. #define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone
  32. #else
  33. #define JUCE_STANDALONE_APPLICATION 0
  34. #endif
  35. #endif
  36. #define JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED 1
  37. //==============================================================================
  38. // juce_audio_devices flags:
  39. #ifndef JUCE_ASIO
  40. //#define JUCE_ASIO
  41. #endif
  42. #ifndef JUCE_WASAPI
  43. //#define JUCE_WASAPI
  44. #endif
  45. #ifndef JUCE_WASAPI_EXCLUSIVE
  46. //#define JUCE_WASAPI_EXCLUSIVE
  47. #endif
  48. #ifndef JUCE_DIRECTSOUND
  49. //#define JUCE_DIRECTSOUND
  50. #endif
  51. #ifndef JUCE_ALSA
  52. //#define JUCE_ALSA
  53. #endif
  54. #ifndef JUCE_JACK
  55. //#define JUCE_JACK
  56. #endif
  57. #ifndef JUCE_USE_ANDROID_OPENSLES
  58. //#define JUCE_USE_ANDROID_OPENSLES
  59. #endif
  60. #ifndef JUCE_USE_CDREADER
  61. //#define JUCE_USE_CDREADER
  62. #endif
  63. #ifndef JUCE_USE_CDBURNER
  64. //#define JUCE_USE_CDBURNER
  65. #endif
  66. //==============================================================================
  67. // juce_audio_formats flags:
  68. #ifndef JUCE_USE_FLAC
  69. //#define JUCE_USE_FLAC
  70. #endif
  71. #ifndef JUCE_USE_OGGVORBIS
  72. //#define JUCE_USE_OGGVORBIS
  73. #endif
  74. #ifndef JUCE_USE_MP3AUDIOFORMAT
  75. //#define JUCE_USE_MP3AUDIOFORMAT
  76. #endif
  77. #ifndef JUCE_USE_LAME_AUDIO_FORMAT
  78. //#define JUCE_USE_LAME_AUDIO_FORMAT
  79. #endif
  80. #ifndef JUCE_USE_WINDOWS_MEDIA_FORMAT
  81. //#define JUCE_USE_WINDOWS_MEDIA_FORMAT
  82. #endif
  83. //==============================================================================
  84. // juce_audio_processors flags:
  85. #ifndef JUCE_PLUGINHOST_VST
  86. #define JUCE_PLUGINHOST_VST 0
  87. #endif
  88. #ifndef JUCE_PLUGINHOST_VST3
  89. //#define JUCE_PLUGINHOST_VST3
  90. #endif
  91. #ifndef JUCE_PLUGINHOST_AU
  92. #define JUCE_PLUGINHOST_AU 0
  93. #endif
  94. //==============================================================================
  95. // juce_core flags:
  96. #ifndef JUCE_FORCE_DEBUG
  97. //#define JUCE_FORCE_DEBUG
  98. #endif
  99. #ifndef JUCE_LOG_ASSERTIONS
  100. //#define JUCE_LOG_ASSERTIONS
  101. #endif
  102. #ifndef JUCE_CHECK_MEMORY_LEAKS
  103. //#define JUCE_CHECK_MEMORY_LEAKS
  104. #endif
  105. #ifndef JUCE_DONT_AUTOLINK_TO_WIN32_LIBRARIES
  106. //#define JUCE_DONT_AUTOLINK_TO_WIN32_LIBRARIES
  107. #endif
  108. #ifndef JUCE_INCLUDE_ZLIB_CODE
  109. //#define JUCE_INCLUDE_ZLIB_CODE
  110. #endif
  111. #ifndef JUCE_USE_CURL
  112. //#define JUCE_USE_CURL
  113. #endif
  114. //==============================================================================
  115. // juce_graphics flags:
  116. #ifndef JUCE_USE_COREIMAGE_LOADER
  117. //#define JUCE_USE_COREIMAGE_LOADER
  118. #endif
  119. #ifndef JUCE_USE_DIRECTWRITE
  120. //#define JUCE_USE_DIRECTWRITE
  121. #endif
  122. //==============================================================================
  123. // juce_gui_basics flags:
  124. #ifndef JUCE_ENABLE_REPAINT_DEBUGGING
  125. //#define JUCE_ENABLE_REPAINT_DEBUGGING
  126. #endif
  127. #ifndef JUCE_USE_XSHM
  128. //#define JUCE_USE_XSHM
  129. #endif
  130. #ifndef JUCE_USE_XRENDER
  131. //#define JUCE_USE_XRENDER
  132. #endif
  133. #ifndef JUCE_USE_XCURSOR
  134. //#define JUCE_USE_XCURSOR
  135. #endif
  136. //==============================================================================
  137. // juce_gui_extra flags:
  138. #ifndef JUCE_WEB_BROWSER
  139. //#define JUCE_WEB_BROWSER
  140. #endif
  141. #ifndef JUCE_ENABLE_LIVE_CONSTANT_EDITOR
  142. //#define JUCE_ENABLE_LIVE_CONSTANT_EDITOR
  143. #endif
  144. //==============================================================================
  145. // Audio plugin settings..
  146. #ifndef JucePlugin_Build_VST
  147. #define JucePlugin_Build_VST 1
  148. #endif
  149. #ifndef JucePlugin_Build_VST3
  150. #define JucePlugin_Build_VST3 1
  151. #endif
  152. #ifndef JucePlugin_Build_AU
  153. #define JucePlugin_Build_AU 1
  154. #endif
  155. #ifndef JucePlugin_Build_AUv3
  156. #define JucePlugin_Build_AUv3 0
  157. #endif
  158. #ifndef JucePlugin_Build_RTAS
  159. #define JucePlugin_Build_RTAS 0
  160. #endif
  161. #ifndef JucePlugin_Build_AAX
  162. #define JucePlugin_Build_AAX 0
  163. #endif
  164. #ifndef JucePlugin_Build_STANDALONE
  165. #define JucePlugin_Build_STANDALONE 0
  166. #endif
  167. #ifndef JucePlugin_Name
  168. #define JucePlugin_Name "Juce Demo Plugin"
  169. #endif
  170. #ifndef JucePlugin_Desc
  171. #define JucePlugin_Desc "Juce Demo Plugin"
  172. #endif
  173. #ifndef JucePlugin_Manufacturer
  174. #define JucePlugin_Manufacturer "ROLI Ltd."
  175. #endif
  176. #ifndef JucePlugin_ManufacturerWebsite
  177. #define JucePlugin_ManufacturerWebsite "www.juce.com"
  178. #endif
  179. #ifndef JucePlugin_ManufacturerEmail
  180. #define JucePlugin_ManufacturerEmail "info@juce.com"
  181. #endif
  182. #ifndef JucePlugin_ManufacturerCode
  183. #define JucePlugin_ManufacturerCode 'Roli'
  184. #endif
  185. #ifndef JucePlugin_PluginCode
  186. #define JucePlugin_PluginCode 'Jcdm'
  187. #endif
  188. #ifndef JucePlugin_IsSynth
  189. #define JucePlugin_IsSynth 0
  190. #endif
  191. #ifndef JucePlugin_WantsMidiInput
  192. #define JucePlugin_WantsMidiInput 1
  193. #endif
  194. #ifndef JucePlugin_ProducesMidiOutput
  195. #define JucePlugin_ProducesMidiOutput 1
  196. #endif
  197. #ifndef JucePlugin_IsMidiEffect
  198. #define JucePlugin_IsMidiEffect 0
  199. #endif
  200. #ifndef JucePlugin_EditorRequiresKeyboardFocus
  201. #define JucePlugin_EditorRequiresKeyboardFocus 1
  202. #endif
  203. #ifndef JucePlugin_Version
  204. #define JucePlugin_Version 1.0.0
  205. #endif
  206. #ifndef JucePlugin_VersionCode
  207. #define JucePlugin_VersionCode 0x10000
  208. #endif
  209. #ifndef JucePlugin_VersionString
  210. #define JucePlugin_VersionString "1.0.0"
  211. #endif
  212. #ifndef JucePlugin_VSTUniqueID
  213. #define JucePlugin_VSTUniqueID JucePlugin_PluginCode
  214. #endif
  215. #ifndef JucePlugin_VSTCategory
  216. #define JucePlugin_VSTCategory kPlugCategEffect
  217. #endif
  218. #ifndef JucePlugin_AUMainType
  219. #define JucePlugin_AUMainType kAudioUnitType_MusicEffect
  220. #endif
  221. #ifndef JucePlugin_AUSubType
  222. #define JucePlugin_AUSubType JucePlugin_PluginCode
  223. #endif
  224. #ifndef JucePlugin_AUExportPrefix
  225. #define JucePlugin_AUExportPrefix JuceDemoProjectAU
  226. #endif
  227. #ifndef JucePlugin_AUExportPrefixQuoted
  228. #define JucePlugin_AUExportPrefixQuoted "JuceDemoProjectAU"
  229. #endif
  230. #ifndef JucePlugin_AUManufacturerCode
  231. #define JucePlugin_AUManufacturerCode JucePlugin_ManufacturerCode
  232. #endif
  233. #ifndef JucePlugin_CFBundleIdentifier
  234. #define JucePlugin_CFBundleIdentifier com.juce.JuceDemoPlugin
  235. #endif
  236. #ifndef JucePlugin_RTASCategory
  237. #define JucePlugin_RTASCategory ePlugInCategory_None
  238. #endif
  239. #ifndef JucePlugin_RTASManufacturerCode
  240. #define JucePlugin_RTASManufacturerCode JucePlugin_ManufacturerCode
  241. #endif
  242. #ifndef JucePlugin_RTASProductId
  243. #define JucePlugin_RTASProductId JucePlugin_PluginCode
  244. #endif
  245. #ifndef JucePlugin_RTASDisableBypass
  246. #define JucePlugin_RTASDisableBypass 0
  247. #endif
  248. #ifndef JucePlugin_RTASDisableMultiMono
  249. #define JucePlugin_RTASDisableMultiMono 0
  250. #endif
  251. #ifndef JucePlugin_AAXIdentifier
  252. #define JucePlugin_AAXIdentifier com.yourcompany.JuceDemoPlugin
  253. #endif
  254. #ifndef JucePlugin_AAXManufacturerCode
  255. #define JucePlugin_AAXManufacturerCode JucePlugin_ManufacturerCode
  256. #endif
  257. #ifndef JucePlugin_AAXProductId
  258. #define JucePlugin_AAXProductId JucePlugin_PluginCode
  259. #endif
  260. #ifndef JucePlugin_AAXCategory
  261. #define JucePlugin_AAXCategory AAX_ePlugInCategory_Dynamics
  262. #endif
  263. #ifndef JucePlugin_AAXDisableBypass
  264. #define JucePlugin_AAXDisableBypass 0
  265. #endif
  266. #ifndef JucePlugin_AAXDisableMultiMono
  267. #define JucePlugin_AAXDisableMultiMono 0
  268. #endif
  269. #ifndef JucePlugin_MaxNumInputChannels
  270. #define JucePlugin_MaxNumInputChannels 2
  271. #endif
  272. #ifndef JucePlugin_MaxNumOutputChannels
  273. #define JucePlugin_MaxNumOutputChannels 2
  274. #endif
  275. #ifndef JucePlugin_PreferredChannelConfigurations
  276. #define JucePlugin_PreferredChannelConfigurations {1, 1}, {2, 2}
  277. #endif
  278. #endif // __JUCE_APPCONFIG_0NRD9LLGO__