MCPcopy 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
1033struct 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

loadFunction · 0.85
systemFunction · 0.85

Tested by

no test coverage detected