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

  1. #include "rack.hpp"
  2. using namespace rack;
  3. #include <iomanip> // setprecision
  4. #include <sstream> // stringstream
  5. #define VALLEY_NAME "ValleyDev"
  6. namespace rack_plugin_Valley {
  7. RACK_PLUGIN_DECLARE(Valley);
  8. #ifdef USE_VST2
  9. #define plugin "Valley"
  10. #endif // USE_VST2
  11. }