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.

15 lines
374B

  1. /*
  2. ==============================================================================
  3. Extra stuff for juce plugins
  4. ==============================================================================
  5. */
  6. #include "AppConfig.h"
  7. #include "JucePluginMain.h"
  8. #if ! JucePlugin_Build_Standalone
  9. #include "modules/juce_audio_plugin_client/utility/juce_PluginUtilities.cpp"
  10. #endif