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.
|
-
- // Set plugin data
- #include "3bandeq/DistrhoPluginInfo.h"
-
- /// Set namespace for this plugin
- #define DISTRHO_NAMESPACE DISTRHO_3BEQ
-
- // Include Plugin code
- #include "3bandeq/DistrhoArtwork3BandEQ.cpp"
- #include "3bandeq/DistrhoPlugin3BandEQ.cpp"
- #include "3bandeq/DistrhoUI3BandEQ.cpp"
|