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.

386 lines
11KB

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