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.

16 lines
436B

  1. #pragma once
  2. #ifndef JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED
  3. #define JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED 1
  4. #endif
  5. #ifndef JUCE_DONT_DECLARE_PROJECTINFO
  6. #define JUCE_DONT_DECLARE_PROJECTINFO 1
  7. #endif
  8. #include <juce_audio_basics/juce_audio_basics.h>
  9. #include <juce_audio_devices/juce_audio_devices.h>
  10. #include <juce_blocks_basics/juce_blocks_basics.h>
  11. #include <juce_core/juce_core.h>
  12. #include <juce_events/juce_events.h>