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

Class CKSSThreeHorizontal

include/componentlibrary.hpp:825–832  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

823};
824
825struct CKSSThreeHorizontal : app::SvgSwitch {
826 CKSSThreeHorizontal() {
827 shadow->opacity = 0.0;
828 addFrame(Svg::load(asset::system("res/ComponentLibrary/CKSSThreeHorizontal_0.svg")));
829 addFrame(Svg::load(asset::system("res/ComponentLibrary/CKSSThreeHorizontal_1.svg")));
830 addFrame(Svg::load(asset::system("res/ComponentLibrary/CKSSThreeHorizontal_2.svg")));
831 }
832};
833
834struct CKD6 : app::SvgSwitch {
835 CKD6() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected