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

Class AudioButton_ADAT

include/componentlibrary.hpp:1025–1030  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1023
1024
1025struct AudioButton_ADAT : app::AudioButton {
1026 AudioButton_ADAT() {
1027 addFrame(Svg::load(asset::system("res/ComponentLibrary/ADAT.svg")));
1028 shadow->opacity = 0.0;
1029 }
1030};
1031
1032
1033struct AudioButton_USB_B : app::AudioButton {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected