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.

16 lines
215B

  1. #include "rack.hpp"
  2. //#define _GMR
  3. #define _CHB
  4. #define _EV3
  5. //#define _SUPER
  6. using namespace rack;
  7. RACK_PLUGIN_DECLARE(squinkylabs_plug1);
  8. #ifdef USE_VST2
  9. #define plugin "squinkylabs-plug1"
  10. #endif // USE_VST2