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.

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