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.

316 lines
9.0KB

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