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.

345 lines
9.7KB

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