| 1023 | |
| 1024 | |
| 1025 | struct 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 | |
| 1033 | struct AudioButton_USB_B : app::AudioButton { |
nothing calls this directly
no outgoing calls
no test coverage detected