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

Method VCVLightSlider

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

Source from the content-addressed store, hash-verified

738template <typename TLightBase = RedLight>
739struct VCVLightSlider : LightSlider<VCVSlider, VCVSliderLight<TLightBase>> {
740 VCVLightSlider() {}
741};
742template <typename TLightBase = RedLight>
743using LEDLightSlider = VCVLightSlider<TLightBase>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected