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.

18 lines
517B

  1. /*******************************************************************************
  2. The block below describes the properties of this PIP. A PIP is a short snippet
  3. of code that can be read by the Projucer and used to generate a JUCE project.
  4. BEGIN_JUCE_PIP_METADATA
  5. %%pip_metadata%%
  6. END_JUCE_PIP_METADATA
  7. *******************************************************************************/
  8. #pragma once
  9. //==============================================================================
  10. %%pip_code%%