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

Method SynthTechAlco

include/componentlibrary.hpp:625–634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

623 widget::SvgWidget* bg;
624
625 SynthTechAlco() {
626 minAngle = -0.82 * M_PI;
627 maxAngle = 0.82 * M_PI;
628
629 bg = new widget::SvgWidget;
630 fb->addChildBelow(bg, tw);
631
632 setSvg(Svg::load(asset::system("res/ComponentLibrary/SynthTechAlco.svg")));
633 bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/SynthTechAlco_bg.svg")));
634 }
635};
636
637struct Trimpot : app::SvgKnob {

Callers

nothing calls this directly

Calls 4

loadFunction · 0.85
systemFunction · 0.85
addChildBelowMethod · 0.80
setSvgMethod · 0.45

Tested by

no test coverage detected