Audio plugin host https://kx.studio/carla
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.

AppConfig.h 975B

123456789101112131415161718192021222324252627
  1. /*
  2. ==============================================================================
  3. Build options for juce_gui_extra static library
  4. ==============================================================================
  5. */
  6. #ifndef CARLA_JUCE_GUI_EXTRA_APPCONFIG_H_INCLUDED
  7. #define CARLA_JUCE_GUI_EXTRA_APPCONFIG_H_INCLUDED
  8. #include "../juce_gui_basics/AppConfig.h"
  9. //=============================================================================
  10. /** Config: JUCE_WEB_BROWSER
  11. This lets you disable the WebBrowserComponent class (Mac and Windows).
  12. If you're not using any embedded web-pages, turning this off may reduce your code size.
  13. */
  14. #define JUCE_WEB_BROWSER 0
  15. /** Config: JUCE_ENABLE_LIVE_CONSTANT_EDITOR
  16. This lets you turn on the JUCE_ENABLE_LIVE_CONSTANT_EDITOR support. See the documentation
  17. for that macro for more details.
  18. */
  19. #define JUCE_ENABLE_LIVE_CONSTANT_EDITOR 0
  20. #endif // CARLA_JUCE_GUI_EXTRA_APPCONFIG_H_INCLUDED