MCPcopy Create free account
hub / github.com/VCVRack/Rack / BefacoSwitch

Class BefacoSwitch

include/componentlibrary.hpp:897–903  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

895};
896
897struct BefacoSwitch : app::SvgSwitch {
898 BefacoSwitch() {
899 addFrame(Svg::load(asset::system("res/ComponentLibrary/BefacoSwitch_0.svg")));
900 addFrame(Svg::load(asset::system("res/ComponentLibrary/BefacoSwitch_1.svg")));
901 addFrame(Svg::load(asset::system("res/ComponentLibrary/BefacoSwitch_2.svg")));
902 }
903};
904
905struct BefacoPush : app::SvgSwitch {
906 BefacoPush() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected