Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ AudioButton_USB_B
Method
AudioButton_USB_B
include/componentlibrary.hpp:1034–1037 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1032
1033
struct AudioButton_USB_B : app::AudioButton {
1034
AudioButton_USB_B() {
1035
addFrame(Svg::load(asset::system(
"res/ComponentLibrary/USB_B.svg"
)));
1036
shadow->opacity = 0.0;
1037
}
1038
};
1039
1040
Callers
nothing calls this directly
Calls
2
load
Function · 0.85
system
Function · 0.85
Tested by
no test coverage detected