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

Method VCVBezel

include/componentlibrary.hpp:914–917  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

912
913struct VCVBezel : app::SvgSwitch {
914 VCVBezel() {
915 momentary = true;
916 addFrame(Svg::load(asset::system("res/ComponentLibrary/VCVBezel.svg")));
917 }
918};
919using LEDBezel = VCVBezel;
920

Callers

nothing calls this directly

Calls 2

loadFunction · 0.85
systemFunction · 0.85

Tested by

no test coverage detected