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

Method prepare

hi_scripting/scripting/scriptnode/nodes/NodeContainerTypes.cpp:86–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void ChainNode::prepare(PrepareSpecs ps)
87{
88 NodeBase::prepare(ps);
89 NodeContainer::prepareNodes(ps);
90 wrapper.prepare(ps);
91}
92
93void ChainNode::handleHiseEvent(HiseEvent& e)
94{

Callers

nothing calls this directly

Calls 8

throwErrorFunction · 0.85
jmaxFunction · 0.85
jminFunction · 0.85
removeErrorMethod · 0.80
prepareFunction · 0.70
isBypassedFunction · 0.50
getObjectMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected