Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
913
struct VCVBezel : app::SvgSwitch {
914
VCVBezel() {
915
momentary = true;
916
addFrame(Svg::load(asset::system(
"res/ComponentLibrary/VCVBezel.svg"
)));
917
}
918
};
919
using LEDBezel = VCVBezel;
920
Callers
nothing calls this directly
Calls
2
load
Function · 0.85
system
Function · 0.85
Tested by
no test coverage detected