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.

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