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

Method process

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

Source from the content-addressed store, hash-verified

48
49
50void ChainNode::process(ProcessDataDyn& data)
51{
52 NodeProfiler np(this, data.getNumSamples());
53 ProcessDataPeakChecker pd(this, data);
54 TRACE_DSP();
55
56 if (isBypassed())
57 return;
58
59 wrapper.process(data);
60}
61
62
63void ChainNode::processFrame(NodeBase::FrameType& data)

Callers

nothing calls this directly

Calls 15

hasFixedParametersFunction · 0.85
jlimitFunction · 0.85
getRawReadPointerMethod · 0.80
copyNonAudioDataFromMethod · 0.80
getRawWritePointerMethod · 0.80
getParameterFromIndexMethod · 0.80
isBypassedFunction · 0.50
copyFunction · 0.50
addFunction · 0.50
powFunction · 0.50

Tested by

no test coverage detected