| 1031 | |
| 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 | |
| 1041 | struct MidiButton_MIDI_DIN : app::MidiButton { |
nothing calls this directly
no outgoing calls
no test coverage detected