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.

258 lines
7.4KB

  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_WINDOWS_MEDIA_FORMAT
  66. //#define JUCE_USE_WINDOWS_MEDIA_FORMAT
  67. #endif
  68. //==============================================================================
  69. // juce_audio_processors flags:
  70. #ifndef JUCE_PLUGINHOST_VST
  71. #define JUCE_PLUGINHOST_VST 0
  72. #endif
  73. #ifndef JUCE_PLUGINHOST_AU
  74. #define JUCE_PLUGINHOST_AU 0
  75. #endif
  76. //==============================================================================
  77. // juce_core flags:
  78. #ifndef JUCE_FORCE_DEBUG
  79. //#define JUCE_FORCE_DEBUG
  80. #endif
  81. #ifndef JUCE_LOG_ASSERTIONS
  82. //#define JUCE_LOG_ASSERTIONS
  83. #endif
  84. #ifndef JUCE_CHECK_MEMORY_LEAKS
  85. //#define JUCE_CHECK_MEMORY_LEAKS
  86. #endif
  87. #ifndef JUCE_DONT_AUTOLINK_TO_WIN32_LIBRARIES
  88. //#define JUCE_DONT_AUTOLINK_TO_WIN32_LIBRARIES
  89. #endif
  90. //==============================================================================
  91. // juce_graphics flags:
  92. #ifndef JUCE_USE_COREIMAGE_LOADER
  93. //#define JUCE_USE_COREIMAGE_LOADER
  94. #endif
  95. #ifndef JUCE_USE_DIRECTWRITE
  96. //#define JUCE_USE_DIRECTWRITE
  97. #endif
  98. //==============================================================================
  99. // juce_gui_basics flags:
  100. #ifndef JUCE_ENABLE_REPAINT_DEBUGGING
  101. //#define JUCE_ENABLE_REPAINT_DEBUGGING
  102. #endif
  103. #ifndef JUCE_USE_XSHM
  104. //#define JUCE_USE_XSHM
  105. #endif
  106. #ifndef JUCE_USE_XRENDER
  107. //#define JUCE_USE_XRENDER
  108. #endif
  109. #ifndef JUCE_USE_XCURSOR
  110. //#define JUCE_USE_XCURSOR
  111. #endif
  112. //==============================================================================
  113. // juce_gui_extra flags:
  114. #ifndef JUCE_WEB_BROWSER
  115. //#define JUCE_WEB_BROWSER
  116. #endif
  117. //==============================================================================
  118. // Audio plugin settings..
  119. #ifndef JucePlugin_Build_VST
  120. #define JucePlugin_Build_VST 1
  121. #endif
  122. #ifndef JucePlugin_Build_AU
  123. #define JucePlugin_Build_AU 1
  124. #endif
  125. #ifndef JucePlugin_Build_RTAS
  126. #define JucePlugin_Build_RTAS 0
  127. #endif
  128. #ifndef JucePlugin_Name
  129. #define JucePlugin_Name "Juce Demo Plugin"
  130. #endif
  131. #ifndef JucePlugin_Desc
  132. #define JucePlugin_Desc "Juce Demo Plugin"
  133. #endif
  134. #ifndef JucePlugin_Manufacturer
  135. #define JucePlugin_Manufacturer "Raw Material Software"
  136. #endif
  137. #ifndef JucePlugin_ManufacturerCode
  138. #define JucePlugin_ManufacturerCode 'RawM'
  139. #endif
  140. #ifndef JucePlugin_PluginCode
  141. #define JucePlugin_PluginCode 'Jcdm'
  142. #endif
  143. #ifndef JucePlugin_MaxNumInputChannels
  144. #define JucePlugin_MaxNumInputChannels 2
  145. #endif
  146. #ifndef JucePlugin_MaxNumOutputChannels
  147. #define JucePlugin_MaxNumOutputChannels 2
  148. #endif
  149. #ifndef JucePlugin_PreferredChannelConfigurations
  150. #define JucePlugin_PreferredChannelConfigurations {1, 1}, {2, 2}
  151. #endif
  152. #ifndef JucePlugin_IsSynth
  153. #define JucePlugin_IsSynth 0
  154. #endif
  155. #ifndef JucePlugin_WantsMidiInput
  156. #define JucePlugin_WantsMidiInput 1
  157. #endif
  158. #ifndef JucePlugin_ProducesMidiOutput
  159. #define JucePlugin_ProducesMidiOutput 1
  160. #endif
  161. #ifndef JucePlugin_SilenceInProducesSilenceOut
  162. #define JucePlugin_SilenceInProducesSilenceOut 0
  163. #endif
  164. #ifndef JucePlugin_TailLengthSeconds
  165. #define JucePlugin_TailLengthSeconds 0
  166. #endif
  167. #ifndef JucePlugin_EditorRequiresKeyboardFocus
  168. #define JucePlugin_EditorRequiresKeyboardFocus 1
  169. #endif
  170. #ifndef JucePlugin_VersionCode
  171. #define JucePlugin_VersionCode 0x10000
  172. #endif
  173. #ifndef JucePlugin_VersionString
  174. #define JucePlugin_VersionString "1.0.0"
  175. #endif
  176. #ifndef JucePlugin_VSTUniqueID
  177. #define JucePlugin_VSTUniqueID JucePlugin_PluginCode
  178. #endif
  179. #ifndef JucePlugin_VSTCategory
  180. #define JucePlugin_VSTCategory kPlugCategEffect
  181. #endif
  182. #ifndef JucePlugin_AUMainType
  183. #define JucePlugin_AUMainType kAudioUnitType_Effect
  184. #endif
  185. #ifndef JucePlugin_AUSubType
  186. #define JucePlugin_AUSubType JucePlugin_PluginCode
  187. #endif
  188. #ifndef JucePlugin_AUExportPrefix
  189. #define JucePlugin_AUExportPrefix JuceDemoProjectAU
  190. #endif
  191. #ifndef JucePlugin_AUExportPrefixQuoted
  192. #define JucePlugin_AUExportPrefixQuoted "JuceDemoProjectAU"
  193. #endif
  194. #ifndef JucePlugin_AUManufacturerCode
  195. #define JucePlugin_AUManufacturerCode JucePlugin_ManufacturerCode
  196. #endif
  197. #ifndef JucePlugin_CFBundleIdentifier
  198. #define JucePlugin_CFBundleIdentifier com.rawmaterialsoftware.JuceDemoPlugin
  199. #endif
  200. #ifndef JucePlugin_AUCocoaViewClassName
  201. #define JucePlugin_AUCocoaViewClassName JuceDemoProjectAU_V1
  202. #endif
  203. #ifndef JucePlugin_RTASCategory
  204. #define JucePlugin_RTASCategory ePlugInCategory_None
  205. #endif
  206. #ifndef JucePlugin_RTASManufacturerCode
  207. #define JucePlugin_RTASManufacturerCode JucePlugin_ManufacturerCode
  208. #endif
  209. #ifndef JucePlugin_RTASProductId
  210. #define JucePlugin_RTASProductId JucePlugin_PluginCode
  211. #endif
  212. #endif // __JUCE_APPCONFIG_0NRD9LLGO__