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

Method CKSS

include/componentlibrary.hpp:809–813  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

807
808struct CKSS : app::SvgSwitch {
809 CKSS() {
810 shadow->opacity = 0.0;
811 addFrame(Svg::load(asset::system("res/ComponentLibrary/CKSS_0.svg")));
812 addFrame(Svg::load(asset::system("res/ComponentLibrary/CKSS_1.svg")));
813 }
814};
815
816struct CKSSThree : app::SvgSwitch {

Callers

nothing calls this directly

Calls 2

loadFunction · 0.85
systemFunction · 0.85

Tested by

no test coverage detected