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

  1. #pragma once
  2. #include <cmath>
  3. #include "rack.hpp"
  4. #include "asset.hpp"
  5. #include "widgets.hpp"
  6. #include "LRComponents.hpp"
  7. using namespace rack;
  8. RACK_PLUGIN_DECLARE(LindenbergResearch);
  9. #ifdef USE_VST2
  10. #define plugin "LindenbergResearch"
  11. #endif // USE_VST2