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.

13 lines
232B

  1. #include "rack.hpp"
  2. const int MOMENTARY_BUTTONS = 13;
  3. const int INPUT_SOURCES = 1;
  4. const int GATE_LENGTH_INPUTS = 5;
  5. using namespace rack;
  6. RACK_PLUGIN_DECLARE(Alikins);
  7. #ifdef USE_VST2
  8. #define plugin "Alikins"
  9. #endif // USE_VST2