MCPcopy Create free account
hub / github.com/VCVRack/Rack / Rogan2PSRed

Method Rogan2PSRed

include/componentlibrary.hpp:502–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

500
501struct Rogan2PSRed : Rogan {
502 Rogan2PSRed() {
503 setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan2PSRed.svg")));
504 bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan2PS_bg.svg")));
505 fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan2PSRed_fg.svg")));
506 }
507};
508
509struct Rogan2PSGreen : Rogan {

Callers

nothing calls this directly

Calls 3

loadFunction · 0.85
systemFunction · 0.85
setSvgMethod · 0.45

Tested by

no test coverage detected