Advertisement
Guest User

Untitled

a guest
Nov 2nd, 2018
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.20 KB | None | 0 0
  1. /*
  2.  
  3. IMPORTANT! This file is auto-generated each time you save your
  4. project - if you alter its contents, your changes may be overwritten!
  5.  
  6. There's a section below where you can add your own custom code safely, and the
  7. Projucer will preserve the contents of that block, but the best way to change
  8. any of these definitions is by using the Projucer's project settings.
  9.  
  10. Any commented-out settings will assume their default values.
  11.  
  12. */
  13.  
  14. #pragma once
  15.  
  16. //==============================================================================
  17. // [BEGIN_USER_CODE_SECTION]
  18.  
  19. // (You can add your own code in this section, and the Projucer will not overwrite it)
  20.  
  21. // [END_USER_CODE_SECTION]
  22.  
  23. /*
  24. ==============================================================================
  25.  
  26. In accordance with the terms of the JUCE 5 End-Use License Agreement, the
  27. JUCE Code in SECTION A cannot be removed, changed or otherwise rendered
  28. ineffective unless you have a JUCE Indie or Pro license, or are using JUCE
  29. under the GPL v3 license.
  30.  
  31. End User License Agreement: www.juce.com/juce-5-licence
  32.  
  33. ==============================================================================
  34. */
  35.  
  36. // BEGIN SECTION A
  37.  
  38. #ifndef JUCE_DISPLAY_SPLASH_SCREEN
  39. #define JUCE_DISPLAY_SPLASH_SCREEN 1
  40. #endif
  41.  
  42. #ifndef JUCE_REPORT_APP_USAGE
  43. #define JUCE_REPORT_APP_USAGE 1
  44. #endif
  45.  
  46. // END SECTION A
  47.  
  48. #define JUCE_USE_DARK_SPLASH_SCREEN 1
  49.  
  50. //==============================================================================
  51. #define JUCE_MODULE_AVAILABLE_juce_audio_basics 1
  52. #define JUCE_MODULE_AVAILABLE_juce_audio_devices 1
  53. #define JUCE_MODULE_AVAILABLE_juce_audio_formats 1
  54. #define JUCE_MODULE_AVAILABLE_juce_audio_plugin_client 1
  55. #define JUCE_MODULE_AVAILABLE_juce_audio_processors 1
  56. #define JUCE_MODULE_AVAILABLE_juce_audio_utils 1
  57. #define JUCE_MODULE_AVAILABLE_juce_core 1
  58. #define JUCE_MODULE_AVAILABLE_juce_cryptography 1
  59. #define JUCE_MODULE_AVAILABLE_juce_data_structures 1
  60. #define JUCE_MODULE_AVAILABLE_juce_events 1
  61. #define JUCE_MODULE_AVAILABLE_juce_graphics 1
  62. #define JUCE_MODULE_AVAILABLE_juce_gui_basics 1
  63. #define JUCE_MODULE_AVAILABLE_juce_gui_extra 1
  64. #define JUCE_MODULE_AVAILABLE_juce_opengl 1
  65. #define JUCE_MODULE_AVAILABLE_juce_video 1
  66.  
  67. #define JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED 1
  68.  
  69. //==============================================================================
  70. // juce_audio_devices flags:
  71.  
  72. #ifndef JUCE_ASIO
  73. //#define JUCE_ASIO 0
  74. #endif
  75.  
  76. #ifndef JUCE_WASAPI
  77. //#define JUCE_WASAPI 1
  78. #endif
  79.  
  80. #ifndef JUCE_WASAPI_EXCLUSIVE
  81. //#define JUCE_WASAPI_EXCLUSIVE 0
  82. #endif
  83.  
  84. #ifndef JUCE_DIRECTSOUND
  85. //#define JUCE_DIRECTSOUND 1
  86. #endif
  87.  
  88. #ifndef JUCE_ALSA
  89. //#define JUCE_ALSA 1
  90. #endif
  91.  
  92. #ifndef JUCE_JACK
  93. //#define JUCE_JACK 0
  94. #endif
  95.  
  96. #ifndef JUCE_BELA
  97. //#define JUCE_BELA 0
  98. #endif
  99.  
  100. #ifndef JUCE_USE_ANDROID_OBOE
  101. //#define JUCE_USE_ANDROID_OBOE 0
  102. #endif
  103.  
  104. #ifndef JUCE_USE_ANDROID_OPENSLES
  105. //#define JUCE_USE_ANDROID_OPENSLES 0
  106. #endif
  107.  
  108. #ifndef JUCE_USE_WINRT_MIDI
  109. //#define JUCE_USE_WINRT_MIDI 0
  110. #endif
  111.  
  112. #ifndef JUCE_DISABLE_AUDIO_MIXING_WITH_OTHER_APPS
  113. //#define JUCE_DISABLE_AUDIO_MIXING_WITH_OTHER_APPS 0
  114. #endif
  115.  
  116. //==============================================================================
  117. // juce_audio_formats flags:
  118.  
  119. #ifndef JUCE_USE_FLAC
  120. //#define JUCE_USE_FLAC 1
  121. #endif
  122.  
  123. #ifndef JUCE_USE_OGGVORBIS
  124. //#define JUCE_USE_OGGVORBIS 1
  125. #endif
  126.  
  127. #ifndef JUCE_USE_MP3AUDIOFORMAT
  128. //#define JUCE_USE_MP3AUDIOFORMAT 0
  129. #endif
  130.  
  131. #ifndef JUCE_USE_LAME_AUDIO_FORMAT
  132. //#define JUCE_USE_LAME_AUDIO_FORMAT 0
  133. #endif
  134.  
  135. #ifndef JUCE_USE_WINDOWS_MEDIA_FORMAT
  136. //#define JUCE_USE_WINDOWS_MEDIA_FORMAT 1
  137. #endif
  138.  
  139. //==============================================================================
  140. // juce_audio_plugin_client flags:
  141.  
  142. #ifndef JUCE_FORCE_USE_LEGACY_PARAM_IDS
  143. //#define JUCE_FORCE_USE_LEGACY_PARAM_IDS 0
  144. #endif
  145.  
  146. #ifndef JUCE_FORCE_LEGACY_PARAMETER_AUTOMATION_TYPE
  147. //#define JUCE_FORCE_LEGACY_PARAMETER_AUTOMATION_TYPE 0
  148. #endif
  149.  
  150. #ifndef JUCE_USE_STUDIO_ONE_COMPATIBLE_PARAMETERS
  151. //#define JUCE_USE_STUDIO_ONE_COMPATIBLE_PARAMETERS 1
  152. #endif
  153.  
  154. #ifndef JUCE_STANDALONE_FILTER_WINDOW_USE_KIOSK_MODE
  155. //#define JUCE_STANDALONE_FILTER_WINDOW_USE_KIOSK_MODE 0
  156. #endif
  157.  
  158. //==============================================================================
  159. // juce_audio_processors flags:
  160.  
  161. #ifndef JUCE_PLUGINHOST_VST
  162. //#define JUCE_PLUGINHOST_VST 0
  163. #endif
  164.  
  165. #ifndef JUCE_PLUGINHOST_VST3
  166. //#define JUCE_PLUGINHOST_VST3 0
  167. #endif
  168.  
  169. #ifndef JUCE_PLUGINHOST_AU
  170. //#define JUCE_PLUGINHOST_AU 0
  171. #endif
  172.  
  173. #ifndef JUCE_PLUGINHOST_LADSPA
  174. //#define JUCE_PLUGINHOST_LADSPA 0
  175. #endif
  176.  
  177. //==============================================================================
  178. // juce_audio_utils flags:
  179.  
  180. #ifndef JUCE_USE_CDREADER
  181. //#define JUCE_USE_CDREADER 0
  182. #endif
  183.  
  184. #ifndef JUCE_USE_CDBURNER
  185. //#define JUCE_USE_CDBURNER 0
  186. #endif
  187.  
  188. //==============================================================================
  189. // juce_core flags:
  190.  
  191. #ifndef JUCE_FORCE_DEBUG
  192. //#define JUCE_FORCE_DEBUG 0
  193. #endif
  194.  
  195. #ifndef JUCE_LOG_ASSERTIONS
  196. //#define JUCE_LOG_ASSERTIONS 0
  197. #endif
  198.  
  199. #ifndef JUCE_CHECK_MEMORY_LEAKS
  200. //#define JUCE_CHECK_MEMORY_LEAKS 1
  201. #endif
  202.  
  203. #ifndef JUCE_DONT_AUTOLINK_TO_WIN32_LIBRARIES
  204. //#define JUCE_DONT_AUTOLINK_TO_WIN32_LIBRARIES 0
  205. #endif
  206.  
  207. #ifndef JUCE_INCLUDE_ZLIB_CODE
  208. //#define JUCE_INCLUDE_ZLIB_CODE 1
  209. #endif
  210.  
  211. #ifndef JUCE_USE_CURL
  212. //#define JUCE_USE_CURL 0
  213. #endif
  214.  
  215. #ifndef JUCE_CATCH_UNHANDLED_EXCEPTIONS
  216. //#define JUCE_CATCH_UNHANDLED_EXCEPTIONS 1
  217. #endif
  218.  
  219. #ifndef JUCE_ALLOW_STATIC_NULL_VARIABLES
  220. //#define JUCE_ALLOW_STATIC_NULL_VARIABLES 1
  221. #endif
  222.  
  223. //==============================================================================
  224. // juce_events flags:
  225.  
  226. #ifndef JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK
  227. //#define JUCE_EXECUTE_APP_SUSPEND_ON_IOS_BACKGROUND_TASK 0
  228. #endif
  229.  
  230. //==============================================================================
  231. // juce_graphics flags:
  232.  
  233. #ifndef JUCE_USE_COREIMAGE_LOADER
  234. //#define JUCE_USE_COREIMAGE_LOADER 1
  235. #endif
  236.  
  237. #ifndef JUCE_USE_DIRECTWRITE
  238. //#define JUCE_USE_DIRECTWRITE 1
  239. #endif
  240.  
  241. //==============================================================================
  242. // juce_gui_basics flags:
  243.  
  244. #ifndef JUCE_ENABLE_REPAINT_DEBUGGING
  245. //#define JUCE_ENABLE_REPAINT_DEBUGGING 0
  246. #endif
  247.  
  248. #ifndef JUCE_USE_XRANDR
  249. //#define JUCE_USE_XRANDR 1
  250. #endif
  251.  
  252. #ifndef JUCE_USE_XINERAMA
  253. //#define JUCE_USE_XINERAMA 1
  254. #endif
  255.  
  256. #ifndef JUCE_USE_XSHM
  257. //#define JUCE_USE_XSHM 1
  258. #endif
  259.  
  260. #ifndef JUCE_USE_XRENDER
  261. //#define JUCE_USE_XRENDER 0
  262. #endif
  263.  
  264. #ifndef JUCE_USE_XCURSOR
  265. //#define JUCE_USE_XCURSOR 1
  266. #endif
  267.  
  268. //==============================================================================
  269. // juce_gui_extra flags:
  270.  
  271. #ifndef JUCE_WEB_BROWSER
  272. //#define JUCE_WEB_BROWSER 1
  273. #endif
  274.  
  275. #ifndef JUCE_ENABLE_LIVE_CONSTANT_EDITOR
  276. //#define JUCE_ENABLE_LIVE_CONSTANT_EDITOR 0
  277. #endif
  278.  
  279. //==============================================================================
  280. // juce_video flags:
  281.  
  282. #ifndef JUCE_USE_CAMERA
  283. //#define JUCE_USE_CAMERA 0
  284. #endif
  285. //==============================================================================
  286. #ifndef JUCE_STANDALONE_APPLICATION
  287. #if defined(JucePlugin_Name) && defined(JucePlugin_Build_Standalone)
  288. #define JUCE_STANDALONE_APPLICATION JucePlugin_Build_Standalone
  289. #else
  290. #define JUCE_STANDALONE_APPLICATION 0
  291. #endif
  292. #endif
  293.  
  294. //==============================================================================
  295. // Audio plugin settings..
  296.  
  297. #ifndef JucePlugin_Build_VST
  298. #define JucePlugin_Build_VST 1
  299. #endif
  300. #ifndef JucePlugin_Build_VST3
  301. #define JucePlugin_Build_VST3 0
  302. #endif
  303. #ifndef JucePlugin_Build_AU
  304. #define JucePlugin_Build_AU 1
  305. #endif
  306. #ifndef JucePlugin_Build_AUv3
  307. #define JucePlugin_Build_AUv3 0
  308. #endif
  309. #ifndef JucePlugin_Build_RTAS
  310. #define JucePlugin_Build_RTAS 0
  311. #endif
  312. #ifndef JucePlugin_Build_AAX
  313. #define JucePlugin_Build_AAX 0
  314. #endif
  315. #ifndef JucePlugin_Build_Standalone
  316. #define JucePlugin_Build_Standalone 1
  317. #endif
  318. #ifndef JucePlugin_Enable_IAA
  319. #define JucePlugin_Enable_IAA 0
  320. #endif
  321. #ifndef JucePlugin_Name
  322. #define JucePlugin_Name "Testing"
  323. #endif
  324. #ifndef JucePlugin_Desc
  325. #define JucePlugin_Desc "Testing"
  326. #endif
  327. #ifndef JucePlugin_Manufacturer
  328. #define JucePlugin_Manufacturer "yourcompany"
  329. #endif
  330. #ifndef JucePlugin_ManufacturerWebsite
  331. #define JucePlugin_ManufacturerWebsite ""
  332. #endif
  333. #ifndef JucePlugin_ManufacturerEmail
  334. #define JucePlugin_ManufacturerEmail ""
  335. #endif
  336. #ifndef JucePlugin_ManufacturerCode
  337. #define JucePlugin_ManufacturerCode 0x4d616e75 // 'Manu'
  338. #endif
  339. #ifndef JucePlugin_PluginCode
  340. #define JucePlugin_PluginCode 0x5439616f // 'T9ao'
  341. #endif
  342. #ifndef JucePlugin_IsSynth
  343. #define JucePlugin_IsSynth 0
  344. #endif
  345. #ifndef JucePlugin_WantsMidiInput
  346. #define JucePlugin_WantsMidiInput 0
  347. #endif
  348. #ifndef JucePlugin_ProducesMidiOutput
  349. #define JucePlugin_ProducesMidiOutput 0
  350. #endif
  351. #ifndef JucePlugin_IsMidiEffect
  352. #define JucePlugin_IsMidiEffect 0
  353. #endif
  354. #ifndef JucePlugin_EditorRequiresKeyboardFocus
  355. #define JucePlugin_EditorRequiresKeyboardFocus 0
  356. #endif
  357. #ifndef JucePlugin_Version
  358. #define JucePlugin_Version 1.0.0
  359. #endif
  360. #ifndef JucePlugin_VersionCode
  361. #define JucePlugin_VersionCode 0x10000
  362. #endif
  363. #ifndef JucePlugin_VersionString
  364. #define JucePlugin_VersionString "1.0.0"
  365. #endif
  366. #ifndef JucePlugin_VSTUniqueID
  367. #define JucePlugin_VSTUniqueID JucePlugin_PluginCode
  368. #endif
  369. #ifndef JucePlugin_VSTCategory
  370. #define JucePlugin_VSTCategory kPlugCategEffect
  371. #endif
  372. #ifndef JucePlugin_Vst3Category
  373. #define JucePlugin_Vst3Category "Fx"
  374. #endif
  375. #ifndef JucePlugin_AUMainType
  376. #define JucePlugin_AUMainType 'aufx'
  377. #endif
  378. #ifndef JucePlugin_AUSubType
  379. #define JucePlugin_AUSubType JucePlugin_PluginCode
  380. #endif
  381. #ifndef JucePlugin_AUExportPrefix
  382. #define JucePlugin_AUExportPrefix TestingAU
  383. #endif
  384. #ifndef JucePlugin_AUExportPrefixQuoted
  385. #define JucePlugin_AUExportPrefixQuoted "TestingAU"
  386. #endif
  387. #ifndef JucePlugin_AUManufacturerCode
  388. #define JucePlugin_AUManufacturerCode JucePlugin_ManufacturerCode
  389. #endif
  390. #ifndef JucePlugin_CFBundleIdentifier
  391. #define JucePlugin_CFBundleIdentifier com.yourcompany.Testing
  392. #endif
  393. #ifndef JucePlugin_RTASCategory
  394. #define JucePlugin_RTASCategory 0
  395. #endif
  396. #ifndef JucePlugin_RTASManufacturerCode
  397. #define JucePlugin_RTASManufacturerCode JucePlugin_ManufacturerCode
  398. #endif
  399. #ifndef JucePlugin_RTASProductId
  400. #define JucePlugin_RTASProductId JucePlugin_PluginCode
  401. #endif
  402. #ifndef JucePlugin_RTASDisableBypass
  403. #define JucePlugin_RTASDisableBypass 0
  404. #endif
  405. #ifndef JucePlugin_RTASDisableMultiMono
  406. #define JucePlugin_RTASDisableMultiMono 0
  407. #endif
  408. #ifndef JucePlugin_AAXIdentifier
  409. #define JucePlugin_AAXIdentifier com.yourcompany.Testing
  410. #endif
  411. #ifndef JucePlugin_AAXManufacturerCode
  412. #define JucePlugin_AAXManufacturerCode JucePlugin_ManufacturerCode
  413. #endif
  414. #ifndef JucePlugin_AAXProductId
  415. #define JucePlugin_AAXProductId JucePlugin_PluginCode
  416. #endif
  417. #ifndef JucePlugin_AAXCategory
  418. #define JucePlugin_AAXCategory 0
  419. #endif
  420. #ifndef JucePlugin_AAXDisableBypass
  421. #define JucePlugin_AAXDisableBypass 0
  422. #endif
  423. #ifndef JucePlugin_AAXDisableMultiMono
  424. #define JucePlugin_AAXDisableMultiMono 0
  425. #endif
  426. #ifndef JucePlugin_IAAType
  427. #define JucePlugin_IAAType 0x61757278 // 'aurx'
  428. #endif
  429. #ifndef JucePlugin_IAASubType
  430. #define JucePlugin_IAASubType JucePlugin_PluginCode
  431. #endif
  432. #ifndef JucePlugin_IAAName
  433. #define JucePlugin_IAAName "yourcompany: Testing"
  434. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement