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.

290 lines
8.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_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_AU
  77. #define JUCE_PLUGINHOST_AU 0
  78. #endif
  79. //==============================================================================
  80. // juce_core flags:
  81. #ifndef JUCE_FORCE_DEBUG
  82. //#define JUCE_FORCE_DEBUG
  83. #endif
  84. #ifndef JUCE_LOG_ASSERTIONS
  85. //#define JUCE_LOG_ASSERTIONS
  86. #endif
  87. #ifndef JUCE_CHECK_MEMORY_LEAKS
  88. //#define JUCE_CHECK_MEMORY_LEAKS
  89. #endif
  90. #ifndef JUCE_DONT_AUTOLINK_TO_WIN32_LIBRARIES
  91. //#define JUCE_DONT_AUTOLINK_TO_WIN32_LIBRARIES
  92. #endif
  93. #ifndef JUCE_INCLUDE_ZLIB_CODE
  94. //#define JUCE_INCLUDE_ZLIB_CODE
  95. #endif
  96. //==============================================================================
  97. // juce_graphics flags:
  98. #ifndef JUCE_USE_COREIMAGE_LOADER
  99. //#define JUCE_USE_COREIMAGE_LOADER
  100. #endif
  101. #ifndef JUCE_USE_DIRECTWRITE
  102. //#define JUCE_USE_DIRECTWRITE
  103. #endif
  104. //==============================================================================
  105. // juce_gui_basics flags:
  106. #ifndef JUCE_ENABLE_REPAINT_DEBUGGING
  107. //#define JUCE_ENABLE_REPAINT_DEBUGGING
  108. #endif
  109. #ifndef JUCE_USE_XSHM
  110. //#define JUCE_USE_XSHM
  111. #endif
  112. #ifndef JUCE_USE_XRENDER
  113. //#define JUCE_USE_XRENDER
  114. #endif
  115. #ifndef JUCE_USE_XCURSOR
  116. //#define JUCE_USE_XCURSOR
  117. #endif
  118. //==============================================================================
  119. // juce_gui_extra flags:
  120. #ifndef JUCE_WEB_BROWSER
  121. //#define JUCE_WEB_BROWSER
  122. #endif
  123. //==============================================================================
  124. // Audio plugin settings..
  125. #ifndef JucePlugin_Build_VST
  126. #define JucePlugin_Build_VST 1
  127. #endif
  128. #ifndef JucePlugin_Build_AU
  129. #define JucePlugin_Build_AU 1
  130. #endif
  131. #ifndef JucePlugin_Build_RTAS
  132. #define JucePlugin_Build_RTAS 0
  133. #endif
  134. #ifndef JucePlugin_Build_AAX
  135. #define JucePlugin_Build_AAX 0
  136. #endif
  137. #ifndef JucePlugin_Name
  138. #define JucePlugin_Name "Juce Demo Plugin"
  139. #endif
  140. #ifndef JucePlugin_Desc
  141. #define JucePlugin_Desc "Juce Demo Plugin"
  142. #endif
  143. #ifndef JucePlugin_Manufacturer
  144. #define JucePlugin_Manufacturer "Raw Material Software"
  145. #endif
  146. #ifndef JucePlugin_ManufacturerCode
  147. #define JucePlugin_ManufacturerCode 'RawM'
  148. #endif
  149. #ifndef JucePlugin_PluginCode
  150. #define JucePlugin_PluginCode 'Jcdm'
  151. #endif
  152. #ifndef JucePlugin_MaxNumInputChannels
  153. #define JucePlugin_MaxNumInputChannels 2
  154. #endif
  155. #ifndef JucePlugin_MaxNumOutputChannels
  156. #define JucePlugin_MaxNumOutputChannels 2
  157. #endif
  158. #ifndef JucePlugin_PreferredChannelConfigurations
  159. #define JucePlugin_PreferredChannelConfigurations {1, 1}, {2, 2}
  160. #endif
  161. #ifndef JucePlugin_IsSynth
  162. #define JucePlugin_IsSynth 0
  163. #endif
  164. #ifndef JucePlugin_WantsMidiInput
  165. #define JucePlugin_WantsMidiInput 1
  166. #endif
  167. #ifndef JucePlugin_ProducesMidiOutput
  168. #define JucePlugin_ProducesMidiOutput 1
  169. #endif
  170. #ifndef JucePlugin_SilenceInProducesSilenceOut
  171. #define JucePlugin_SilenceInProducesSilenceOut 0
  172. #endif
  173. #ifndef JucePlugin_EditorRequiresKeyboardFocus
  174. #define JucePlugin_EditorRequiresKeyboardFocus 1
  175. #endif
  176. #ifndef JucePlugin_Version
  177. #define JucePlugin_Version 1.0.0
  178. #endif
  179. #ifndef JucePlugin_VersionCode
  180. #define JucePlugin_VersionCode 0x10000
  181. #endif
  182. #ifndef JucePlugin_VersionString
  183. #define JucePlugin_VersionString "1.0.0"
  184. #endif
  185. #ifndef JucePlugin_VSTUniqueID
  186. #define JucePlugin_VSTUniqueID JucePlugin_PluginCode
  187. #endif
  188. #ifndef JucePlugin_VSTCategory
  189. #define JucePlugin_VSTCategory kPlugCategEffect
  190. #endif
  191. #ifndef JucePlugin_AUMainType
  192. #define JucePlugin_AUMainType kAudioUnitType_MusicEffect
  193. #endif
  194. #ifndef JucePlugin_AUSubType
  195. #define JucePlugin_AUSubType JucePlugin_PluginCode
  196. #endif
  197. #ifndef JucePlugin_AUExportPrefix
  198. #define JucePlugin_AUExportPrefix JuceDemoProjectAU
  199. #endif
  200. #ifndef JucePlugin_AUExportPrefixQuoted
  201. #define JucePlugin_AUExportPrefixQuoted "JuceDemoProjectAU"
  202. #endif
  203. #ifndef JucePlugin_AUManufacturerCode
  204. #define JucePlugin_AUManufacturerCode JucePlugin_ManufacturerCode
  205. #endif
  206. #ifndef JucePlugin_CFBundleIdentifier
  207. #define JucePlugin_CFBundleIdentifier com.juce.JuceDemoPlugin
  208. #endif
  209. #ifndef JucePlugin_RTASCategory
  210. #define JucePlugin_RTASCategory ePlugInCategory_None
  211. #endif
  212. #ifndef JucePlugin_RTASManufacturerCode
  213. #define JucePlugin_RTASManufacturerCode JucePlugin_ManufacturerCode
  214. #endif
  215. #ifndef JucePlugin_RTASProductId
  216. #define JucePlugin_RTASProductId JucePlugin_PluginCode
  217. #endif
  218. #ifndef JucePlugin_RTASDisableBypass
  219. #define JucePlugin_RTASDisableBypass 0
  220. #endif
  221. #ifndef JucePlugin_RTASDisableMultiMono
  222. #define JucePlugin_RTASDisableMultiMono 0
  223. #endif
  224. #ifndef JucePlugin_AAXIdentifier
  225. #define JucePlugin_AAXIdentifier com.yourcompany.JuceDemoPlugin
  226. #endif
  227. #ifndef JucePlugin_AAXManufacturerCode
  228. #define JucePlugin_AAXManufacturerCode JucePlugin_ManufacturerCode
  229. #endif
  230. #ifndef JucePlugin_AAXProductId
  231. #define JucePlugin_AAXProductId JucePlugin_PluginCode
  232. #endif
  233. #ifndef JucePlugin_AAXPluginId
  234. #define JucePlugin_AAXPluginId JucePlugin_PluginCode
  235. #endif
  236. #ifndef JucePlugin_AAXCategory
  237. #define JucePlugin_AAXCategory AAX_ePlugInCategory_Dynamics
  238. #endif
  239. #ifndef JucePlugin_AAXDisableBypass
  240. #define JucePlugin_AAXDisableBypass 0
  241. #endif
  242. #endif // __JUCE_APPCONFIG_0NRD9LLGO__