Collection of tools useful for audio production
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.

12 lines
286B

  1. // Set plugin data
  2. #include "3bandeq/DistrhoPluginInfo.h"
  3. /// Set namespace for this plugin
  4. #define DISTRHO_NAMESPACE DISTRHO_3BEQ
  5. // Include Plugin code
  6. #include "3bandeq/DistrhoArtwork3BandEQ.cpp"
  7. #include "3bandeq/DistrhoPlugin3BandEQ.cpp"
  8. #include "3bandeq/DistrhoUI3BandEQ.cpp"