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.

18 lines
224B

  1. #include "rack.hpp"
  2. #pragma once
  3. #include "HetrickUtilities.hpp"
  4. using namespace rack;
  5. namespace rack_plugin_HetrickCV {
  6. }
  7. RACK_PLUGIN_DECLARE(HetrickCV);
  8. #ifdef USE_VST2
  9. #define plugin "HetrickCV"
  10. #endif // USE_VST2