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.

335 lines
9.3KB

  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. Introjucer will preserve the contents of that block, but the best way to change
  6. any of these definitions is by using the Introjucer's project settings.
  7. Any commented-out settings will assume their default values.
  8. */
  9. #ifndef __JUCE_APPCONFIG_S8Q71Q__
  10. #define __JUCE_APPCONFIG_S8Q71Q__
  11. //==============================================================================
  12. // [BEGIN_USER_CODE_SECTION]
  13. // (You can add your own code in this section, and the Introjucer 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. #define JUCE_STANDALONE_APPLICATION 0
  33. #endif
  34. //==============================================================================
  35. // juce_audio_devices flags:
  36. #ifndef JUCE_ASIO
  37. //#define JUCE_ASIO
  38. #endif
  39. #ifndef JUCE_WASAPI
  40. //#define JUCE_WASAPI
  41. #endif
  42. #ifndef JUCE_WASAPI_EXCLUSIVE
  43. //#define JUCE_WASAPI_EXCLUSIVE
  44. #endif
  45. #ifndef JUCE_DIRECTSOUND
  46. //#define JUCE_DIRECTSOUND
  47. #endif
  48. #ifndef JUCE_ALSA
  49. //#define JUCE_ALSA
  50. #endif
  51. #ifndef JUCE_JACK
  52. //#define JUCE_JACK
  53. #endif
  54. #ifndef JUCE_USE_ANDROID_OPENSLES
  55. //#define JUCE_USE_ANDROID_OPENSLES
  56. #endif
  57. #ifndef JUCE_USE_CDREADER
  58. //#define JUCE_USE_CDREADER
  59. #endif
  60. #ifndef JUCE_USE_CDBURNER
  61. //#define JUCE_USE_CDBURNER
  62. #endif
  63. //==============================================================================
  64. // juce_audio_formats flags:
  65. #ifndef JUCE_USE_FLAC
  66. //#define JUCE_USE_FLAC
  67. #endif
  68. #ifndef JUCE_USE_OGGVORBIS
  69. //#define JUCE_USE_OGGVORBIS
  70. #endif
  71. #ifndef JUCE_USE_MP3AUDIOFORMAT
  72. //#define JUCE_USE_MP3AUDIOFORMAT
  73. #endif
  74. #ifndef JUCE_USE_LAME_AUDIO_FORMAT
  75. //#define JUCE_USE_LAME_AUDIO_FORMAT
  76. #endif
  77. #ifndef JUCE_USE_WINDOWS_MEDIA_FORMAT
  78. //#define JUCE_USE_WINDOWS_MEDIA_FORMAT
  79. #endif
  80. //==============================================================================
  81. // juce_audio_processors flags:
  82. #ifndef JUCE_PLUGINHOST_VST
  83. //#define JUCE_PLUGINHOST_VST
  84. #endif
  85. #ifndef JUCE_PLUGINHOST_VST3
  86. //#define JUCE_PLUGINHOST_VST3
  87. #endif
  88. #ifndef JUCE_PLUGINHOST_AU
  89. //#define JUCE_PLUGINHOST_AU
  90. #endif
  91. //==============================================================================
  92. // juce_core flags:
  93. #ifndef JUCE_FORCE_DEBUG
  94. //#define JUCE_FORCE_DEBUG
  95. #endif
  96. #ifndef JUCE_LOG_ASSERTIONS
  97. //#define JUCE_LOG_ASSERTIONS
  98. #endif
  99. #ifndef JUCE_CHECK_MEMORY_LEAKS
  100. //#define JUCE_CHECK_MEMORY_LEAKS
  101. #endif
  102. #ifndef JUCE_DONT_AUTOLINK_TO_WIN32_LIBRARIES
  103. //#define JUCE_DONT_AUTOLINK_TO_WIN32_LIBRARIES
  104. #endif
  105. #ifndef JUCE_INCLUDE_ZLIB_CODE
  106. //#define JUCE_INCLUDE_ZLIB_CODE
  107. #endif
  108. #ifndef JUCE_USE_CURL
  109. //#define JUCE_USE_CURL
  110. #endif
  111. //==============================================================================
  112. // juce_graphics flags:
  113. #ifndef JUCE_USE_COREIMAGE_LOADER
  114. //#define JUCE_USE_COREIMAGE_LOADER
  115. #endif
  116. #ifndef JUCE_USE_DIRECTWRITE
  117. //#define JUCE_USE_DIRECTWRITE
  118. #endif
  119. //==============================================================================
  120. // juce_gui_basics flags:
  121. #ifndef JUCE_ENABLE_REPAINT_DEBUGGING
  122. //#define JUCE_ENABLE_REPAINT_DEBUGGING
  123. #endif
  124. #ifndef JUCE_USE_XSHM
  125. //#define JUCE_USE_XSHM
  126. #endif
  127. #ifndef JUCE_USE_XRENDER
  128. //#define JUCE_USE_XRENDER
  129. #endif
  130. #ifndef JUCE_USE_XCURSOR
  131. //#define JUCE_USE_XCURSOR
  132. #endif
  133. //==============================================================================
  134. // juce_gui_extra flags:
  135. #ifndef JUCE_WEB_BROWSER
  136. //#define JUCE_WEB_BROWSER
  137. #endif
  138. #ifndef JUCE_ENABLE_LIVE_CONSTANT_EDITOR
  139. //#define JUCE_ENABLE_LIVE_CONSTANT_EDITOR
  140. #endif
  141. //==============================================================================
  142. // juce_video flags:
  143. #ifndef JUCE_DIRECTSHOW
  144. //#define JUCE_DIRECTSHOW
  145. #endif
  146. #ifndef JUCE_MEDIAFOUNDATION
  147. //#define JUCE_MEDIAFOUNDATION
  148. #endif
  149. #ifndef JUCE_QUICKTIME
  150. #define JUCE_QUICKTIME 0
  151. #endif
  152. #ifndef JUCE_USE_CAMERA
  153. //#define JUCE_USE_CAMERA
  154. #endif
  155. //==============================================================================
  156. // Audio plugin settings..
  157. #ifndef JucePlugin_Build_VST
  158. #define JucePlugin_Build_VST 1
  159. #endif
  160. #ifndef JucePlugin_Build_VST3
  161. #define JucePlugin_Build_VST3 1
  162. #endif
  163. #ifndef JucePlugin_Build_AU
  164. #define JucePlugin_Build_AU 1
  165. #endif
  166. #ifndef JucePlugin_Build_RTAS
  167. #define JucePlugin_Build_RTAS 0
  168. #endif
  169. #ifndef JucePlugin_Build_AAX
  170. #define JucePlugin_Build_AAX 1
  171. #endif
  172. #ifndef JucePlugin_Name
  173. #define JucePlugin_Name "Surround"
  174. #endif
  175. #ifndef JucePlugin_Desc
  176. #define JucePlugin_Desc "Surround"
  177. #endif
  178. #ifndef JucePlugin_Manufacturer
  179. #define JucePlugin_Manufacturer "ROLI Ltd."
  180. #endif
  181. #ifndef JucePlugin_ManufacturerWebsite
  182. #define JucePlugin_ManufacturerWebsite ""
  183. #endif
  184. #ifndef JucePlugin_ManufacturerEmail
  185. #define JucePlugin_ManufacturerEmail ""
  186. #endif
  187. #ifndef JucePlugin_ManufacturerCode
  188. #define JucePlugin_ManufacturerCode 'ROLI'
  189. #endif
  190. #ifndef JucePlugin_PluginCode
  191. #define JucePlugin_PluginCode 'Srrd'
  192. #endif
  193. #ifndef JucePlugin_IsSynth
  194. #define JucePlugin_IsSynth 1
  195. #endif
  196. #ifndef JucePlugin_WantsMidiInput
  197. #define JucePlugin_WantsMidiInput 0
  198. #endif
  199. #ifndef JucePlugin_ProducesMidiOutput
  200. #define JucePlugin_ProducesMidiOutput 0
  201. #endif
  202. #ifndef JucePlugin_IsMidiEffect
  203. #define JucePlugin_IsMidiEffect 0
  204. #endif
  205. #ifndef JucePlugin_SilenceInProducesSilenceOut
  206. #define JucePlugin_SilenceInProducesSilenceOut 0
  207. #endif
  208. #ifndef JucePlugin_EditorRequiresKeyboardFocus
  209. #define JucePlugin_EditorRequiresKeyboardFocus 0
  210. #endif
  211. #ifndef JucePlugin_Version
  212. #define JucePlugin_Version 1.0.0
  213. #endif
  214. #ifndef JucePlugin_VersionCode
  215. #define JucePlugin_VersionCode 0x10000
  216. #endif
  217. #ifndef JucePlugin_VersionString
  218. #define JucePlugin_VersionString "1.0.0"
  219. #endif
  220. #ifndef JucePlugin_VSTUniqueID
  221. #define JucePlugin_VSTUniqueID JucePlugin_PluginCode
  222. #endif
  223. #ifndef JucePlugin_VSTCategory
  224. #define JucePlugin_VSTCategory kPlugCategSynth
  225. #endif
  226. #ifndef JucePlugin_AUMainType
  227. #define JucePlugin_AUMainType kAudioUnitType_MusicDevice
  228. #endif
  229. #ifndef JucePlugin_AUSubType
  230. #define JucePlugin_AUSubType JucePlugin_PluginCode
  231. #endif
  232. #ifndef JucePlugin_AUExportPrefix
  233. #define JucePlugin_AUExportPrefix SurroundAU
  234. #endif
  235. #ifndef JucePlugin_AUExportPrefixQuoted
  236. #define JucePlugin_AUExportPrefixQuoted "SurroundAU"
  237. #endif
  238. #ifndef JucePlugin_AUManufacturerCode
  239. #define JucePlugin_AUManufacturerCode JucePlugin_ManufacturerCode
  240. #endif
  241. #ifndef JucePlugin_CFBundleIdentifier
  242. #define JucePlugin_CFBundleIdentifier com.ROLI.Surround
  243. #endif
  244. #ifndef JucePlugin_RTASCategory
  245. #define JucePlugin_RTASCategory ePlugInCategory_SWGenerators
  246. #endif
  247. #ifndef JucePlugin_RTASManufacturerCode
  248. #define JucePlugin_RTASManufacturerCode JucePlugin_ManufacturerCode
  249. #endif
  250. #ifndef JucePlugin_RTASProductId
  251. #define JucePlugin_RTASProductId JucePlugin_PluginCode
  252. #endif
  253. #ifndef JucePlugin_RTASDisableBypass
  254. #define JucePlugin_RTASDisableBypass 0
  255. #endif
  256. #ifndef JucePlugin_RTASDisableMultiMono
  257. #define JucePlugin_RTASDisableMultiMono 0
  258. #endif
  259. #ifndef JucePlugin_AAXIdentifier
  260. #define JucePlugin_AAXIdentifier com.ROLI.Surround
  261. #endif
  262. #ifndef JucePlugin_AAXManufacturerCode
  263. #define JucePlugin_AAXManufacturerCode JucePlugin_ManufacturerCode
  264. #endif
  265. #ifndef JucePlugin_AAXProductId
  266. #define JucePlugin_AAXProductId JucePlugin_PluginCode
  267. #endif
  268. #ifndef JucePlugin_AAXCategory
  269. #define JucePlugin_AAXCategory AAX_ePlugInCategory_Dynamics
  270. #endif
  271. #ifndef JucePlugin_AAXDisableBypass
  272. #define JucePlugin_AAXDisableBypass 0
  273. #endif
  274. #ifndef JucePlugin_AAXDisableMultiMono
  275. #define JucePlugin_AAXDisableMultiMono 0
  276. #endif
  277. #endif // __JUCE_APPCONFIG_S8Q71Q__