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
211B

  1. #define RACK_SKIP_RINGBUFFER
  2. // #define RACK_SKIP_RESAMPLER
  3. #include "rack.hpp"
  4. using namespace rack;
  5. RACK_PLUGIN_DECLARE(FrozenWasteland);
  6. #ifdef USE_VST2
  7. #define plugin "FrozenWasteland"
  8. #endif // USE_VST2