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.

363 lines
10KB

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