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.

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