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

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