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

Method MomentarySwitch

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

Source from the content-addressed store, hash-verified

792template <typename TSwitch>
793struct MomentarySwitch : TSwitch {
794 MomentarySwitch() {
795 this->momentary = true;
796 }
797};
798
799struct NKK : app::SvgSwitch {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected