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

Method CKSSThree

include/componentlibrary.hpp:817–822  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

815
816struct CKSSThree : app::SvgSwitch {
817 CKSSThree() {
818 shadow->opacity = 0.0;
819 addFrame(Svg::load(asset::system("res/ComponentLibrary/CKSSThree_0.svg")));
820 addFrame(Svg::load(asset::system("res/ComponentLibrary/CKSSThree_1.svg")));
821 addFrame(Svg::load(asset::system("res/ComponentLibrary/CKSSThree_2.svg")));
822 }
823};
824
825struct CKSSThreeHorizontal : app::SvgSwitch {

Callers

nothing calls this directly

Calls 2

loadFunction · 0.85
systemFunction · 0.85

Tested by

no test coverage detected