| 940 | |
| 941 | struct OneiroiLedModRandom : OneiroiPathLed { |
| 942 | OneiroiLedModRandom() { |
| 943 | this->setSvg(Svg::load(asset::plugin(pluginInstance, "res/components/iroi/modulation_type_0_random.svg"))); |
| 944 | } |
| 945 | }; |
| 946 | struct OneiroiLedModSine : OneiroiPathLed { |
| 947 | OneiroiLedModSine() { |
nothing calls this directly
no outgoing calls
no test coverage detected