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

Method NKK

include/componentlibrary.hpp:800–805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

798
799struct NKK : app::SvgSwitch {
800 NKK() {
801 shadow->opacity = 0.0;
802 addFrame(Svg::load(asset::system("res/ComponentLibrary/NKK_0.svg")));
803 addFrame(Svg::load(asset::system("res/ComponentLibrary/NKK_1.svg")));
804 addFrame(Svg::load(asset::system("res/ComponentLibrary/NKK_2.svg")));
805 }
806};
807
808struct CKSS : app::SvgSwitch {

Callers

nothing calls this directly

Calls 2

loadFunction · 0.85
systemFunction · 0.85

Tested by

no test coverage detected