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.

42 lines
1.6KB

  1. /*
  2. * Carla Juce setup
  3. * Copyright (C) 2013 Filipe Coelho <falktx@falktx.com>
  4. *
  5. * This program is free software; you can redistribute it and/or
  6. * modify it under the terms of the GNU General Public License as
  7. * published by the Free Software Foundation; either version 2 of
  8. * the License, or any later version.
  9. *
  10. * This program is distributed in the hope that it will be useful,
  11. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. * GNU General Public License for more details.
  14. *
  15. * For a full copy of the GNU General Public License see the doc/GPL.txt file.
  16. */
  17. #ifndef CARLA_JUCE_HEADER_H_INCLUDED
  18. #define CARLA_JUCE_HEADER_H_INCLUDED
  19. // TODO - merge single file
  20. #include "juce_core/AppConfig.h"
  21. #include "juce_audio_basics/AppConfig.h"
  22. // #include "juce_audio_formats/AppConfig.h"
  23. // #include "juce_audio_devices/AppConfig.h"
  24. // #include "juce_events/AppConfig.h"
  25. #include "juce_audio_basics/juce_audio_basics.h"
  26. // #include "juce_audio_devices/juce_audio_devices.h"
  27. // #include "juce_audio_formats/juce_audio_formats.h"
  28. // #include "juce_audio_processors/juce_audio_processors.h"
  29. #include "juce_core/juce_core.h"
  30. // #include "juce_data_structures/juce_data_structures.h"
  31. // #include "juce_events/juce_events.h"
  32. // #include "juce_graphics/juce_graphics.h"
  33. // #include "juce_gui_basics/juce_gui_basics.h"
  34. //#include "modules/juce_audio_utils/juce_audio_utils.h"
  35. //#include "modules/juce_gui_extra/juce_gui_extra.h"
  36. #endif // CARLA_JUCE_HEADER_H_INCLUDED