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.

17 lines
214B

  1. #include "rack.hpp"
  2. using namespace rack;
  3. namespace rack_plugin_Template {
  4. RACK_PLUGIN_DECLARE(Template);
  5. #ifdef USE_VST2
  6. #define plugin "Template"
  7. #endif // USE_VST2
  8. }
  9. using namespace rack_plugin_Template;