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

Method BefacoSwitch

include/componentlibrary.hpp:898–902  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 2

loadFunction · 0.85
systemFunction · 0.85

Tested by

no test coverage detected