Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
792
template <typename TSwitch>
793
struct MomentarySwitch : TSwitch {
794
MomentarySwitch() {
795
this->momentary = true;
796
}
797
};
798
799
struct NKK : app::SvgSwitch {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected