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.

339 lines
9.6KB

  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_plugin_client flags:
  85. #ifndef JUCE_FORCE_USE_LEGACY_PARAM_IDS
  86. //#define JUCE_FORCE_USE_LEGACY_PARAM_IDS
  87. #endif
  88. //==============================================================================
  89. // juce_audio_processors flags:
  90. #ifndef JUCE_PLUGINHOST_VST
  91. #define JUCE_PLUGINHOST_VST 0
  92. #endif
  93. #ifndef JUCE_PLUGINHOST_VST3
  94. //#define JUCE_PLUGINHOST_VST3
  95. #endif
  96. #ifndef JUCE_PLUGINHOST_AU
  97. #define JUCE_PLUGINHOST_AU 0
  98. #endif
  99. //==============================================================================
  100. // juce_core flags:
  101. #ifndef JUCE_FORCE_DEBUG
  102. //#define JUCE_FORCE_DEBUG
  103. #endif
  104. #ifndef JUCE_LOG_ASSERTIONS
  105. //#define JUCE_LOG_ASSERTIONS
  106. #endif
  107. #ifndef JUCE_CHECK_MEMORY_LEAKS
  108. //#define JUCE_CHECK_MEMORY_LEAKS
  109. #endif
  110. #ifndef JUCE_DONT_AUTOLINK_TO_WIN32_LIBRARIES
  111. //#define JUCE_DONT_AUTOLINK_TO_WIN32_LIBRARIES
  112. #endif
  113. #ifndef JUCE_INCLUDE_ZLIB_CODE
  114. //#define JUCE_INCLUDE_ZLIB_CODE
  115. #endif
  116. #ifndef JUCE_USE_CURL
  117. //#define JUCE_USE_CURL
  118. #endif
  119. //==============================================================================
  120. // juce_graphics flags:
  121. #ifndef JUCE_USE_COREIMAGE_LOADER
  122. //#define JUCE_USE_COREIMAGE_LOADER
  123. #endif
  124. #ifndef JUCE_USE_DIRECTWRITE
  125. //#define JUCE_USE_DIRECTWRITE
  126. #endif
  127. //==============================================================================
  128. // juce_gui_basics flags:
  129. #ifndef JUCE_ENABLE_REPAINT_DEBUGGING
  130. //#define JUCE_ENABLE_REPAINT_DEBUGGING
  131. #endif
  132. #ifndef JUCE_USE_XSHM
  133. //#define JUCE_USE_XSHM
  134. #endif
  135. #ifndef JUCE_USE_XRENDER
  136. //#define JUCE_USE_XRENDER
  137. #endif
  138. #ifndef JUCE_USE_XCURSOR
  139. //#define JUCE_USE_XCURSOR
  140. #endif
  141. //==============================================================================
  142. // juce_gui_extra flags:
  143. #ifndef JUCE_WEB_BROWSER
  144. //#define JUCE_WEB_BROWSER
  145. #endif
  146. #ifndef JUCE_ENABLE_LIVE_CONSTANT_EDITOR
  147. //#define JUCE_ENABLE_LIVE_CONSTANT_EDITOR
  148. #endif
  149. //==============================================================================
  150. // Audio plugin settings..
  151. #ifndef JucePlugin_Build_VST
  152. #define JucePlugin_Build_VST 1
  153. #endif
  154. #ifndef JucePlugin_Build_VST3
  155. #define JucePlugin_Build_VST3 1
  156. #endif
  157. #ifndef JucePlugin_Build_AU
  158. #define JucePlugin_Build_AU 1
  159. #endif
  160. #ifndef JucePlugin_Build_AUv3
  161. #define JucePlugin_Build_AUv3 0
  162. #endif
  163. #ifndef JucePlugin_Build_RTAS
  164. #define JucePlugin_Build_RTAS 0
  165. #endif
  166. #ifndef JucePlugin_Build_AAX
  167. #define JucePlugin_Build_AAX 0
  168. #endif
  169. #ifndef JucePlugin_Build_STANDALONE
  170. #define JucePlugin_Build_STANDALONE 0
  171. #endif
  172. #ifndef JucePlugin_Name
  173. #define JucePlugin_Name "Juce Demo Plugin"
  174. #endif
  175. #ifndef JucePlugin_Desc
  176. #define JucePlugin_Desc "Juce Demo Plugin"
  177. #endif
  178. #ifndef JucePlugin_Manufacturer
  179. #define JucePlugin_Manufacturer "ROLI Ltd."
  180. #endif
  181. #ifndef JucePlugin_ManufacturerWebsite
  182. #define JucePlugin_ManufacturerWebsite "www.juce.com"
  183. #endif
  184. #ifndef JucePlugin_ManufacturerEmail
  185. #define JucePlugin_ManufacturerEmail "info@juce.com"
  186. #endif
  187. #ifndef JucePlugin_ManufacturerCode
  188. #define JucePlugin_ManufacturerCode 'Roli'
  189. #endif
  190. #ifndef JucePlugin_PluginCode
  191. #define JucePlugin_PluginCode 'Jcdm'
  192. #endif
  193. #ifndef JucePlugin_IsSynth
  194. #define JucePlugin_IsSynth 0
  195. #endif
  196. #ifndef JucePlugin_WantsMidiInput
  197. #define JucePlugin_WantsMidiInput 1
  198. #endif
  199. #ifndef JucePlugin_ProducesMidiOutput
  200. #define JucePlugin_ProducesMidiOutput 1
  201. #endif
  202. #ifndef JucePlugin_IsMidiEffect
  203. #define JucePlugin_IsMidiEffect 0
  204. #endif
  205. #ifndef JucePlugin_EditorRequiresKeyboardFocus
  206. #define JucePlugin_EditorRequiresKeyboardFocus 1
  207. #endif
  208. #ifndef JucePlugin_Version
  209. #define JucePlugin_Version 1.0.0
  210. #endif
  211. #ifndef JucePlugin_VersionCode
  212. #define JucePlugin_VersionCode 0x10000
  213. #endif
  214. #ifndef JucePlugin_VersionString
  215. #define JucePlugin_VersionString "1.0.0"
  216. #endif
  217. #ifndef JucePlugin_VSTUniqueID
  218. #define JucePlugin_VSTUniqueID JucePlugin_PluginCode
  219. #endif
  220. #ifndef JucePlugin_VSTCategory
  221. #define JucePlugin_VSTCategory kPlugCategEffect
  222. #endif
  223. #ifndef JucePlugin_AUMainType
  224. #define JucePlugin_AUMainType kAudioUnitType_MusicEffect
  225. #endif
  226. #ifndef JucePlugin_AUSubType
  227. #define JucePlugin_AUSubType JucePlugin_PluginCode
  228. #endif
  229. #ifndef JucePlugin_AUExportPrefix
  230. #define JucePlugin_AUExportPrefix JuceDemoProjectAU
  231. #endif
  232. #ifndef JucePlugin_AUExportPrefixQuoted
  233. #define JucePlugin_AUExportPrefixQuoted "JuceDemoProjectAU"
  234. #endif
  235. #ifndef JucePlugin_AUManufacturerCode
  236. #define JucePlugin_AUManufacturerCode JucePlugin_ManufacturerCode
  237. #endif
  238. #ifndef JucePlugin_CFBundleIdentifier
  239. #define JucePlugin_CFBundleIdentifier com.juce.JuceDemoPlugin
  240. #endif
  241. #ifndef JucePlugin_RTASCategory
  242. #define JucePlugin_RTASCategory ePlugInCategory_None
  243. #endif
  244. #ifndef JucePlugin_RTASManufacturerCode
  245. #define JucePlugin_RTASManufacturerCode JucePlugin_ManufacturerCode
  246. #endif
  247. #ifndef JucePlugin_RTASProductId
  248. #define JucePlugin_RTASProductId JucePlugin_PluginCode
  249. #endif
  250. #ifndef JucePlugin_RTASDisableBypass
  251. #define JucePlugin_RTASDisableBypass 0
  252. #endif
  253. #ifndef JucePlugin_RTASDisableMultiMono
  254. #define JucePlugin_RTASDisableMultiMono 0
  255. #endif
  256. #ifndef JucePlugin_AAXIdentifier
  257. #define JucePlugin_AAXIdentifier com.yourcompany.JuceDemoPlugin
  258. #endif
  259. #ifndef JucePlugin_AAXManufacturerCode
  260. #define JucePlugin_AAXManufacturerCode JucePlugin_ManufacturerCode
  261. #endif
  262. #ifndef JucePlugin_AAXProductId
  263. #define JucePlugin_AAXProductId JucePlugin_PluginCode
  264. #endif
  265. #ifndef JucePlugin_AAXCategory
  266. #define JucePlugin_AAXCategory AAX_ePlugInCategory_Dynamics
  267. #endif
  268. #ifndef JucePlugin_AAXDisableBypass
  269. #define JucePlugin_AAXDisableBypass 0
  270. #endif
  271. #ifndef JucePlugin_AAXDisableMultiMono
  272. #define JucePlugin_AAXDisableMultiMono 0
  273. #endif
  274. #ifndef JucePlugin_MaxNumInputChannels
  275. #define JucePlugin_MaxNumInputChannels 2
  276. #endif
  277. #ifndef JucePlugin_MaxNumOutputChannels
  278. #define JucePlugin_MaxNumOutputChannels 2
  279. #endif
  280. #ifndef JucePlugin_PreferredChannelConfigurations
  281. #define JucePlugin_PreferredChannelConfigurations {1, 1}, {2, 2}
  282. #endif
  283. #endif // __JUCE_APPCONFIG_0NRD9LLGO__