| 903 | }; |
| 904 | |
| 905 | struct BefacoPush : app::SvgSwitch { |
| 906 | BefacoPush() { |
| 907 | momentary = true; |
| 908 | addFrame(Svg::load(asset::system("res/ComponentLibrary/BefacoPush_0.svg"))); |
| 909 | addFrame(Svg::load(asset::system("res/ComponentLibrary/BefacoPush_1.svg"))); |
| 910 | } |
| 911 | }; |
| 912 | |
| 913 | struct VCVBezel : app::SvgSwitch { |
| 914 | VCVBezel() { |
nothing calls this directly
no outgoing calls
no test coverage detected