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"
-
- const int MOMENTARY_BUTTONS = 13;
- const int INPUT_SOURCES = 1;
- const int GATE_LENGTH_INPUTS = 5;
- using namespace rack;
-
- RACK_PLUGIN_DECLARE(Alikins);
-
- #ifdef USE_VST2
- #define plugin "Alikins"
- #endif // USE_VST2
|