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

Method reset

hi_scripting/scripting/scriptnode/nodes/NodeContainer.cpp:676–680  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

674}
675
676void SerialNode::DynamicSerialProcessor::reset()
677{
678 for (auto n : parent->getNodeList())
679 n->reset();
680}
681
682void SerialNode::DynamicSerialProcessor::prepare(PrepareSpecs)
683{

Callers 2

resetNodesMethod · 0.45
prepareNodesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected