MCPcopy Create free account
hub / github.com/VCVRack/Befaco / OneiroiLedModRandom

Method OneiroiLedModRandom

src/Iroi.cpp:942–944  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected