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 "3bandsplitter/DistrhoPluginInfo.h"
-
- /// Set namespace for this plugin
- #define DISTRHO_NAMESPACE DISTRHO_3BSPILT
-
- // Include Plugin code
- #include "3bandsplitter/DistrhoArtwork3BandSplitter.cpp"
- #include "3bandsplitter/DistrhoPlugin3BandSplitter.cpp"
- #include "3bandsplitter/DistrhoUI3BandSplitter.cpp"
|