MCPcopy Create free account
hub / github.com/christophhart/HISE / setBypassed

Method setBypassed

hi_scripting/scripting/scriptnode/api/NodeBase.cpp:248–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248void NodeBase::setBypassed(bool shouldBeBypassed)
249{
250 checkValid();
251
252 bypassState = shouldBeBypassed;
253
254}
255
256
257var NodeBase::connectTo(var parameterTarget, var sourceInfo)

Callers 2

callMethod · 0.45
toggleBypassMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected