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

  1. #ifndef PLUGIN_SERIALRACKER_H_
  2. #define PLUGIN_SERIALRACKER_H_
  3. #include "rack.hpp"
  4. using namespace rack;
  5. RACK_PLUGIN_DECLARE(SerialRacker);
  6. #ifdef USE_VST2
  7. #define plugin "SerialRacker"
  8. #endif // USE_VST2
  9. #define SET_ROW_NAME(I) "Name for row #" #I
  10. #endif // PLUGIN_SERIALRACKER_H_