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.

361 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_core 1
  21. #define JUCE_MODULE_AVAILABLE_juce_cryptography 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_MODULE_AVAILABLE_juce_opengl 1
  28. #define JUCE_MODULE_AVAILABLE_juce_video 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_USE_STUDIO_ONE_COMPATIBLE_PARAMETERS
  79. //#define JUCE_USE_STUDIO_ONE_COMPATIBLE_PARAMETERS 1
  80. #endif
  81. //==============================================================================
  82. // juce_audio_processors flags:
  83. #ifndef JUCE_PLUGINHOST_VST
  84. //#define JUCE_PLUGINHOST_VST 1
  85. #endif
  86. #ifndef JUCE_PLUGINHOST_VST3
  87. //#define JUCE_PLUGINHOST_VST3 1
  88. #endif
  89. #ifndef JUCE_PLUGINHOST_AU
  90. //#define JUCE_PLUGINHOST_AU 1
  91. #endif
  92. //==============================================================================
  93. // juce_core flags:
  94. #ifndef JUCE_FORCE_DEBUG
  95. //#define JUCE_FORCE_DEBUG 1
  96. #endif
  97. #ifndef JUCE_LOG_ASSERTIONS
  98. //#define JUCE_LOG_ASSERTIONS 1
  99. #endif
  100. #ifndef JUCE_CHECK_MEMORY_LEAKS
  101. //#define JUCE_CHECK_MEMORY_LEAKS 1
  102. #endif
  103. #ifndef JUCE_DONT_AUTOLINK_TO_WIN32_LIBRARIES
  104. //#define JUCE_DONT_AUTOLINK_TO_WIN32_LIBRARIES 1
  105. #endif
  106. #ifndef JUCE_INCLUDE_ZLIB_CODE
  107. //#define JUCE_INCLUDE_ZLIB_CODE 1
  108. #endif
  109. #ifndef JUCE_USE_CURL
  110. //#define JUCE_USE_CURL 1
  111. #endif
  112. #ifndef JUCE_CATCH_UNHANDLED_EXCEPTIONS
  113. //#define JUCE_CATCH_UNHANDLED_EXCEPTIONS 1
  114. #endif
  115. #ifndef JUCE_ALLOW_STATIC_NULL_VARIABLES
  116. //#define JUCE_ALLOW_STATIC_NULL_VARIABLES 1
  117. #endif
  118. //==============================================================================
  119. // juce_events flags:
  120. #ifndef JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK
  121. //#define JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK 1
  122. #endif
  123. //==============================================================================
  124. // juce_graphics flags:
  125. #ifndef JUCE_USE_COREIMAGE_LOADER
  126. //#define JUCE_USE_COREIMAGE_LOADER 1
  127. #endif
  128. #ifndef JUCE_USE_DIRECTWRITE
  129. //#define JUCE_USE_DIRECTWRITE 1
  130. #endif
  131. //==============================================================================
  132. // juce_gui_basics flags:
  133. #ifndef JUCE_ENABLE_REPAINT_DEBUGGING
  134. //#define JUCE_ENABLE_REPAINT_DEBUGGING 1
  135. #endif
  136. #ifndef JUCE_USE_XSHM
  137. //#define JUCE_USE_XSHM 1
  138. #endif
  139. #ifndef JUCE_USE_XRENDER
  140. //#define JUCE_USE_XRENDER 1
  141. #endif
  142. #ifndef JUCE_USE_XCURSOR
  143. //#define JUCE_USE_XCURSOR 1
  144. #endif
  145. //==============================================================================
  146. // juce_gui_extra flags:
  147. #ifndef JUCE_WEB_BROWSER
  148. //#define JUCE_WEB_BROWSER 1
  149. #endif
  150. #ifndef JUCE_ENABLE_LIVE_CONSTANT_EDITOR
  151. //#define JUCE_ENABLE_LIVE_CONSTANT_EDITOR 1
  152. #endif
  153. //==============================================================================
  154. // juce_video flags:
  155. #ifndef JUCE_USE_CAMERA
  156. //#define JUCE_USE_CAMERA 1
  157. #endif
  158. //==============================================================================
  159. #ifndef JUCE_STANDALONE_APPLICATION
  160. #if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone)
  161. #define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone
  162. #else
  163. #define JUCE_STANDALONE_APPLICATION 0
  164. #endif
  165. #endif
  166. //==============================================================================
  167. // Audio plugin settings..
  168. #ifndef JucePlugin_Build_VST
  169. #define JucePlugin_Build_VST 1
  170. #endif
  171. #ifndef JucePlugin_Build_VST3
  172. #define JucePlugin_Build_VST3 0
  173. #endif
  174. #ifndef JucePlugin_Build_AU
  175. #define JucePlugin_Build_AU 1
  176. #endif
  177. #ifndef JucePlugin_Build_AUv3
  178. #define JucePlugin_Build_AUv3 0
  179. #endif
  180. #ifndef JucePlugin_Build_RTAS
  181. #define JucePlugin_Build_RTAS 0
  182. #endif
  183. #ifndef JucePlugin_Build_AAX
  184. #define JucePlugin_Build_AAX 0
  185. #endif
  186. #ifndef JucePlugin_Build_Standalone
  187. #define JucePlugin_Build_Standalone 0
  188. #endif
  189. #ifndef JucePlugin_Enable_IAA
  190. #define JucePlugin_Enable_IAA 0
  191. #endif
  192. #ifndef JucePlugin_Name
  193. #define JucePlugin_Name "Arpeggiator"
  194. #endif
  195. #ifndef JucePlugin_Desc
  196. #define JucePlugin_Desc "Arpeggiator"
  197. #endif
  198. #ifndef JucePlugin_Manufacturer
  199. #define JucePlugin_Manufacturer "ROLI Ltd."
  200. #endif
  201. #ifndef JucePlugin_ManufacturerWebsite
  202. #define JucePlugin_ManufacturerWebsite "www.juce.com"
  203. #endif
  204. #ifndef JucePlugin_ManufacturerEmail
  205. #define JucePlugin_ManufacturerEmail "info@juce.com"
  206. #endif
  207. #ifndef JucePlugin_ManufacturerCode
  208. #define JucePlugin_ManufacturerCode 0x524f4c49 // 'ROLI'
  209. #endif
  210. #ifndef JucePlugin_PluginCode
  211. #define JucePlugin_PluginCode 0x41727067 // 'Arpg'
  212. #endif
  213. #ifndef JucePlugin_IsSynth
  214. #define JucePlugin_IsSynth 0
  215. #endif
  216. #ifndef JucePlugin_WantsMidiInput
  217. #define JucePlugin_WantsMidiInput 0
  218. #endif
  219. #ifndef JucePlugin_ProducesMidiOutput
  220. #define JucePlugin_ProducesMidiOutput 0
  221. #endif
  222. #ifndef JucePlugin_IsMidiEffect
  223. #define JucePlugin_IsMidiEffect 1
  224. #endif
  225. #ifndef JucePlugin_EditorRequiresKeyboardFocus
  226. #define JucePlugin_EditorRequiresKeyboardFocus 0
  227. #endif
  228. #ifndef JucePlugin_Version
  229. #define JucePlugin_Version 1.0.0
  230. #endif
  231. #ifndef JucePlugin_VersionCode
  232. #define JucePlugin_VersionCode 0x10000
  233. #endif
  234. #ifndef JucePlugin_VersionString
  235. #define JucePlugin_VersionString "1.0.0"
  236. #endif
  237. #ifndef JucePlugin_VSTUniqueID
  238. #define JucePlugin_VSTUniqueID JucePlugin_PluginCode
  239. #endif
  240. #ifndef JucePlugin_VSTCategory
  241. #define JucePlugin_VSTCategory kPlugCategEffect
  242. #endif
  243. #ifndef JucePlugin_AUMainType
  244. #define JucePlugin_AUMainType 'aumi'
  245. #endif
  246. #ifndef JucePlugin_AUSubType
  247. #define JucePlugin_AUSubType JucePlugin_PluginCode
  248. #endif
  249. #ifndef JucePlugin_AUExportPrefix
  250. #define JucePlugin_AUExportPrefix ArpeggiatorAU
  251. #endif
  252. #ifndef JucePlugin_AUExportPrefixQuoted
  253. #define JucePlugin_AUExportPrefixQuoted "ArpeggiatorAU"
  254. #endif
  255. #ifndef JucePlugin_AUManufacturerCode
  256. #define JucePlugin_AUManufacturerCode JucePlugin_ManufacturerCode
  257. #endif
  258. #ifndef JucePlugin_CFBundleIdentifier
  259. #define JucePlugin_CFBundleIdentifier com.roli.Arpeggiator
  260. #endif
  261. #ifndef JucePlugin_RTASCategory
  262. #define JucePlugin_RTASCategory ePlugInCategory_None
  263. #endif
  264. #ifndef JucePlugin_RTASManufacturerCode
  265. #define JucePlugin_RTASManufacturerCode JucePlugin_ManufacturerCode
  266. #endif
  267. #ifndef JucePlugin_RTASProductId
  268. #define JucePlugin_RTASProductId JucePlugin_PluginCode
  269. #endif
  270. #ifndef JucePlugin_RTASDisableBypass
  271. #define JucePlugin_RTASDisableBypass 0
  272. #endif
  273. #ifndef JucePlugin_RTASDisableMultiMono
  274. #define JucePlugin_RTASDisableMultiMono 0
  275. #endif
  276. #ifndef JucePlugin_AAXIdentifier
  277. #define JucePlugin_AAXIdentifier com.roli.Arpeggiator
  278. #endif
  279. #ifndef JucePlugin_AAXManufacturerCode
  280. #define JucePlugin_AAXManufacturerCode JucePlugin_ManufacturerCode
  281. #endif
  282. #ifndef JucePlugin_AAXProductId
  283. #define JucePlugin_AAXProductId JucePlugin_PluginCode
  284. #endif
  285. #ifndef JucePlugin_AAXCategory
  286. #define JucePlugin_AAXCategory AAX_EPlugInCategory_Effect
  287. #endif
  288. #ifndef JucePlugin_AAXDisableBypass
  289. #define JucePlugin_AAXDisableBypass 0
  290. #endif
  291. #ifndef JucePlugin_AAXDisableMultiMono
  292. #define JucePlugin_AAXDisableMultiMono 0
  293. #endif
  294. #ifndef JucePlugin_IAAType
  295. #define JucePlugin_IAAType 0x61757278 // 'aurx'
  296. #endif
  297. #ifndef JucePlugin_IAASubType
  298. #define JucePlugin_IAASubType JucePlugin_PluginCode
  299. #endif
  300. #ifndef JucePlugin_IAAName
  301. #define JucePlugin_IAAName "ROLI Ltd.: Arpeggiator"
  302. #endif