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.
|
- #ifndef INCLUDE_BACONPLUGS_HPP
- #define INCLUDE_BACONPLUGS_HPP
-
- #include "rack.hpp"
-
- #include <map>
- #include <vector>
- #include <string>
-
- using namespace rack;
-
- #define SCREW_WIDTH 15
- #define RACK_HEIGHT 380
-
- RACK_PLUGIN_DECLARE(BaconMusic);
-
- #ifdef USE_VST2
- #define plugin "BaconMusic"
- #endif // USE_VST2
-
- #include "Components.hpp"
-
- #endif
|