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

Method VCVButton

include/componentlibrary.hpp:851–855  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

849
850struct VCVButton : app::SvgSwitch {
851 VCVButton() {
852 momentary = true;
853 addFrame(Svg::load(asset::system("res/ComponentLibrary/VCVButton_0.svg")));
854 addFrame(Svg::load(asset::system("res/ComponentLibrary/VCVButton_1.svg")));
855 }
856};
857using LEDButton = VCVButton;
858

Callers

nothing calls this directly

Calls 2

loadFunction · 0.85
systemFunction · 0.85

Tested by

no test coverage detected