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.

338 lines
9.5KB

  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_NAPIAV__
  10. #define __JUCE_APPCONFIG_NAPIAV__
  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_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. #ifdef JucePlugin_Build_Standalone
  31. #define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone
  32. #else
  33. #define JUCE_STANDALONE_APPLICATION 0
  34. #endif
  35. #endif
  36. #define JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED 1
  37. //==============================================================================
  38. // juce_audio_devices flags:
  39. #ifndef JUCE_ASIO
  40. //#define JUCE_ASIO
  41. #endif
  42. #ifndef JUCE_WASAPI
  43. //#define JUCE_WASAPI
  44. #endif
  45. #ifndef JUCE_WASAPI_EXCLUSIVE
  46. //#define JUCE_WASAPI_EXCLUSIVE
  47. #endif
  48. #ifndef JUCE_DIRECTSOUND
  49. //#define JUCE_DIRECTSOUND
  50. #endif
  51. #ifndef JUCE_ALSA
  52. //#define JUCE_ALSA
  53. #endif
  54. #ifndef JUCE_JACK
  55. //#define JUCE_JACK
  56. #endif
  57. #ifndef JUCE_USE_ANDROID_OPENSLES
  58. //#define JUCE_USE_ANDROID_OPENSLES
  59. #endif
  60. #ifndef JUCE_USE_CDREADER
  61. //#define JUCE_USE_CDREADER
  62. #endif
  63. #ifndef JUCE_USE_CDBURNER
  64. //#define JUCE_USE_CDBURNER
  65. #endif
  66. //==============================================================================
  67. // juce_audio_formats flags:
  68. #ifndef JUCE_USE_FLAC
  69. //#define JUCE_USE_FLAC
  70. #endif
  71. #ifndef JUCE_USE_OGGVORBIS
  72. //#define JUCE_USE_OGGVORBIS
  73. #endif
  74. #ifndef JUCE_USE_MP3AUDIOFORMAT
  75. //#define JUCE_USE_MP3AUDIOFORMAT
  76. #endif
  77. #ifndef JUCE_USE_LAME_AUDIO_FORMAT
  78. //#define JUCE_USE_LAME_AUDIO_FORMAT
  79. #endif
  80. #ifndef JUCE_USE_WINDOWS_MEDIA_FORMAT
  81. //#define JUCE_USE_WINDOWS_MEDIA_FORMAT
  82. #endif
  83. //==============================================================================
  84. // juce_audio_plugin_client flags:
  85. #ifndef JUCE_FORCE_USE_LEGACY_PARAM_IDS
  86. //#define JUCE_FORCE_USE_LEGACY_PARAM_IDS
  87. #endif
  88. //==============================================================================
  89. // juce_audio_processors flags:
  90. #ifndef JUCE_PLUGINHOST_VST
  91. //#define JUCE_PLUGINHOST_VST
  92. #endif
  93. #ifndef JUCE_PLUGINHOST_VST3
  94. //#define JUCE_PLUGINHOST_VST3
  95. #endif
  96. #ifndef JUCE_PLUGINHOST_AU
  97. //#define JUCE_PLUGINHOST_AU
  98. #endif
  99. //==============================================================================
  100. // juce_core flags:
  101. #ifndef JUCE_FORCE_DEBUG
  102. //#define JUCE_FORCE_DEBUG
  103. #endif
  104. #ifndef JUCE_LOG_ASSERTIONS
  105. //#define JUCE_LOG_ASSERTIONS
  106. #endif
  107. #ifndef JUCE_CHECK_MEMORY_LEAKS
  108. //#define JUCE_CHECK_MEMORY_LEAKS
  109. #endif
  110. #ifndef JUCE_DONT_AUTOLINK_TO_WIN32_LIBRARIES
  111. //#define JUCE_DONT_AUTOLINK_TO_WIN32_LIBRARIES
  112. #endif
  113. #ifndef JUCE_INCLUDE_ZLIB_CODE
  114. //#define JUCE_INCLUDE_ZLIB_CODE
  115. #endif
  116. #ifndef JUCE_USE_CURL
  117. //#define JUCE_USE_CURL
  118. #endif
  119. #ifndef JUCE_CATCH_UNHANDLED_EXCEPTIONS
  120. //#define JUCE_CATCH_UNHANDLED_EXCEPTIONS
  121. #endif
  122. #ifndef JUCE_ALLOW_STATIC_NULL_VARIABLES
  123. //#define JUCE_ALLOW_STATIC_NULL_VARIABLES
  124. #endif
  125. //==============================================================================
  126. // juce_graphics flags:
  127. #ifndef JUCE_USE_COREIMAGE_LOADER
  128. //#define JUCE_USE_COREIMAGE_LOADER
  129. #endif
  130. #ifndef JUCE_USE_DIRECTWRITE
  131. //#define JUCE_USE_DIRECTWRITE
  132. #endif
  133. //==============================================================================
  134. // juce_gui_basics flags:
  135. #ifndef JUCE_ENABLE_REPAINT_DEBUGGING
  136. //#define JUCE_ENABLE_REPAINT_DEBUGGING
  137. #endif
  138. #ifndef JUCE_USE_XSHM
  139. //#define JUCE_USE_XSHM
  140. #endif
  141. #ifndef JUCE_USE_XRENDER
  142. //#define JUCE_USE_XRENDER
  143. #endif
  144. #ifndef JUCE_USE_XCURSOR
  145. //#define JUCE_USE_XCURSOR
  146. #endif
  147. //==============================================================================
  148. // juce_gui_extra flags:
  149. #ifndef JUCE_WEB_BROWSER
  150. //#define JUCE_WEB_BROWSER
  151. #endif
  152. #ifndef JUCE_ENABLE_LIVE_CONSTANT_EDITOR
  153. //#define JUCE_ENABLE_LIVE_CONSTANT_EDITOR
  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 0
  165. #endif
  166. #ifndef JucePlugin_Build_AUv3
  167. #define JucePlugin_Build_AUv3 1
  168. #endif
  169. #ifndef JucePlugin_Build_RTAS
  170. #define JucePlugin_Build_RTAS 0
  171. #endif
  172. #ifndef JucePlugin_Build_AAX
  173. #define JucePlugin_Build_AAX 0
  174. #endif
  175. #ifndef JucePlugin_Build_STANDALONE
  176. #define JucePlugin_Build_STANDALONE 1
  177. #endif
  178. #ifndef JucePlugin_Name
  179. #define JucePlugin_Name "AUv3 Synth"
  180. #endif
  181. #ifndef JucePlugin_Desc
  182. #define JucePlugin_Desc "AUv3 Synth"
  183. #endif
  184. #ifndef JucePlugin_Manufacturer
  185. #define JucePlugin_Manufacturer "ROLI Ltd."
  186. #endif
  187. #ifndef JucePlugin_ManufacturerWebsite
  188. #define JucePlugin_ManufacturerWebsite ""
  189. #endif
  190. #ifndef JucePlugin_ManufacturerEmail
  191. #define JucePlugin_ManufacturerEmail ""
  192. #endif
  193. #ifndef JucePlugin_ManufacturerCode
  194. #define JucePlugin_ManufacturerCode 0x524f4c49 // 'ROLI'
  195. #endif
  196. #ifndef JucePlugin_PluginCode
  197. #define JucePlugin_PluginCode 0x41557633 // 'AUv3'
  198. #endif
  199. #ifndef JucePlugin_IsSynth
  200. #define JucePlugin_IsSynth 1
  201. #endif
  202. #ifndef JucePlugin_WantsMidiInput
  203. #define JucePlugin_WantsMidiInput 1
  204. #endif
  205. #ifndef JucePlugin_ProducesMidiOutput
  206. #define JucePlugin_ProducesMidiOutput 0
  207. #endif
  208. #ifndef JucePlugin_IsMidiEffect
  209. #define JucePlugin_IsMidiEffect 0
  210. #endif
  211. #ifndef JucePlugin_EditorRequiresKeyboardFocus
  212. #define JucePlugin_EditorRequiresKeyboardFocus 0
  213. #endif
  214. #ifndef JucePlugin_Version
  215. #define JucePlugin_Version 1.0.0
  216. #endif
  217. #ifndef JucePlugin_VersionCode
  218. #define JucePlugin_VersionCode 0x10000
  219. #endif
  220. #ifndef JucePlugin_VersionString
  221. #define JucePlugin_VersionString "1.0.0"
  222. #endif
  223. #ifndef JucePlugin_VSTUniqueID
  224. #define JucePlugin_VSTUniqueID JucePlugin_PluginCode
  225. #endif
  226. #ifndef JucePlugin_VSTCategory
  227. #define JucePlugin_VSTCategory kPlugCategSynth
  228. #endif
  229. #ifndef JucePlugin_AUMainType
  230. #define JucePlugin_AUMainType kAudioUnitType_MusicDevice
  231. #endif
  232. #ifndef JucePlugin_AUSubType
  233. #define JucePlugin_AUSubType JucePlugin_PluginCode
  234. #endif
  235. #ifndef JucePlugin_AUExportPrefix
  236. #define JucePlugin_AUExportPrefix AUv3SynthAU
  237. #endif
  238. #ifndef JucePlugin_AUExportPrefixQuoted
  239. #define JucePlugin_AUExportPrefixQuoted "AUv3SynthAU"
  240. #endif
  241. #ifndef JucePlugin_AUManufacturerCode
  242. #define JucePlugin_AUManufacturerCode JucePlugin_ManufacturerCode
  243. #endif
  244. #ifndef JucePlugin_CFBundleIdentifier
  245. #define JucePlugin_CFBundleIdentifier com.roli.development.AUv3Synth
  246. #endif
  247. #ifndef JucePlugin_RTASCategory
  248. #define JucePlugin_RTASCategory ePlugInCategory_SWGenerators
  249. #endif
  250. #ifndef JucePlugin_RTASManufacturerCode
  251. #define JucePlugin_RTASManufacturerCode JucePlugin_ManufacturerCode
  252. #endif
  253. #ifndef JucePlugin_RTASProductId
  254. #define JucePlugin_RTASProductId JucePlugin_PluginCode
  255. #endif
  256. #ifndef JucePlugin_RTASDisableBypass
  257. #define JucePlugin_RTASDisableBypass 0
  258. #endif
  259. #ifndef JucePlugin_RTASDisableMultiMono
  260. #define JucePlugin_RTASDisableMultiMono 0
  261. #endif
  262. #ifndef JucePlugin_AAXIdentifier
  263. #define JucePlugin_AAXIdentifier com.roli.development.AUv3Synth
  264. #endif
  265. #ifndef JucePlugin_AAXManufacturerCode
  266. #define JucePlugin_AAXManufacturerCode JucePlugin_ManufacturerCode
  267. #endif
  268. #ifndef JucePlugin_AAXProductId
  269. #define JucePlugin_AAXProductId JucePlugin_PluginCode
  270. #endif
  271. #ifndef JucePlugin_AAXCategory
  272. #define JucePlugin_AAXCategory AAX_ePlugInCategory_Dynamics
  273. #endif
  274. #ifndef JucePlugin_AAXDisableBypass
  275. #define JucePlugin_AAXDisableBypass 0
  276. #endif
  277. #ifndef JucePlugin_AAXDisableMultiMono
  278. #define JucePlugin_AAXDisableMultiMono 0
  279. #endif
  280. #endif // __JUCE_APPCONFIG_NAPIAV__