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.
|
- #include "rack.hpp"
-
-
- using namespace rack;
-
- namespace rack_plugin_Template {
-
- RACK_PLUGIN_DECLARE(Template);
-
- #ifdef USE_VST2
- #define plugin "Template"
- #endif // USE_VST2
-
- }
-
- using namespace rack_plugin_Template;
|