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

Method call

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

Source from the content-addressed store, hash-verified

820}
821
822void NodeBase::DynamicBypassParameter::call(double v)
823{
824 setDisplayValue(v);
825 bypassed = !enabledRange.contains(v) && enabledRange.getEnd() != v;
826
827 ScopedUndoDeactivator sns(node);
828
829 node->setBypassed(bypassed);
830}
831
832Identifier NodeBase::getObjectName() const
833{ return PropertyIds::Node; }

Callers 3

setParameterMethod · 0.45
setDynamicParameterMethod · 0.45
setValueAsyncMethod · 0.45

Calls 3

containsMethod · 0.45
getEndMethod · 0.45
setBypassedMethod · 0.45

Tested by

no test coverage detected