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

Class CKSS

include/componentlibrary.hpp:808–814  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

806};
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 {
817 CKSSThree() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected