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

Method LightSlider

include/componentlibrary.hpp:711–714  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

709 app::ModuleLightWidget* light;
710
711 LightSlider() {
712 light = new TLightBase;
713 this->addChild(light);
714 }
715
716 app::ModuleLightWidget* getLight() {
717 return light;

Callers

nothing calls this directly

Calls 1

addChildMethod · 0.80

Tested by

no test coverage detected