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.

307 lines
8.8KB

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