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.

24 lines
339B

  1. #ifndef INCLUDE_BACONPLUGS_HPP
  2. #define INCLUDE_BACONPLUGS_HPP
  3. #include "rack.hpp"
  4. #include <map>
  5. #include <vector>
  6. #include <string>
  7. using namespace rack;
  8. #define SCREW_WIDTH 15
  9. #define RACK_HEIGHT 380
  10. RACK_PLUGIN_DECLARE(BaconMusic);
  11. #ifdef USE_VST2
  12. #define plugin "BaconMusic"
  13. #endif // USE_VST2
  14. #include "Components.hpp"
  15. #endif