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

Method Rogan3PSRed

include/componentlibrary.hpp:430–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428
429struct Rogan3PSRed : Rogan {
430 Rogan3PSRed() {
431 setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSRed.svg")));
432 bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PS_bg.svg")));
433 fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSRed_fg.svg")));
434 }
435};
436
437struct Rogan3PSGreen : Rogan {

Callers

nothing calls this directly

Calls 3

loadFunction · 0.85
systemFunction · 0.85
setSvgMethod · 0.45

Tested by

no test coverage detected