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

Class AudioButton_USB_B

include/componentlibrary.hpp:1033–1038  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1031
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
1041struct MidiButton_MIDI_DIN : app::MidiButton {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected